@import url('https://fonts.googleapis.com/css?family=Poiret+One');


html,body {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	color: rgba(63,63,63,1.00);
	font-size: 12px;
	height:100%;
	
	}
	
.barra_valor{
	position:absolute;
	z-index:10000;
	width: 100%;
	height: 30px;
	background-color: rgba(0,0,0,1.00);
	display:none;
}

.barra_color{
	width:100%;
	height:7px;
	background-color:rgba(255,0,4,1.00);
	background-image:url(img/colores.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	position: fixed;
	z-index:9998;
	top:40px;
	}
	
.tope{
	width:100%;
	padding: 12px 0px 9px 30px;
	box-sizing:border-box;
	background-color: rgba(255,255,255,0.60);
	position: fixed;
	z-index:9999;
	top:46px;
	border-bottom: 1px solid rgba(255,255,255,1.00);

	}		
	
.logo{
	width:386px;
	
	}		

.mapa_mundi{
	width:80%;
	height:80%;
	background-image:url(img/mapa.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:9998;
	top:48px;
	background-size:80%;
	}
	

	
.observador{
	width:50%;
	height:80%;
	background-image:url(img/observador.png);
	background-repeat:no-repeat;
	background-size: auto 90%;
	position:fixed;
	z-index:9999;
	left:60px;
	bottom:22px;
	background-position: left bottom;
	}	
	
.observador2{
	width:20%;
	height:80%;
	background-image:url(img/observador.png);
	background-repeat:no-repeat;
	background-size: auto 90%;
	position: fixed;
	z-index:9999;
	left:60px;
	bottom:22px;
	background-position: left bottom;
	}	

.pie_pagina{
	width:100%;
	height:35px;
	background-color:rgba(255,0,4,1.00);
	position: fixed;
	z-index:99999;
	bottom:0px;
	} 

.redes{
	width:93px;
	height:54px;
	position: fixed;
	z-index:99999;
	bottom:35px;
	right:30px;
	}  

.contenido_interno{
	width:600px;
	min-height:100px;
	margin:0 auto;
	padding:200px 0 100px 0;
	box-sizing:border-box;
	font-size:15px;
	text-align:justify;
	
	}
.contenido-interno-contact{
	width:600px;
	min-height:100px;
	margin:0 auto;
	padding:300px 0 100px 0;
	box-sizing:border-box;
	font-size:15px;
	text-align:justify;
	
	}
.titulo{
	width:100%;
	padding:0 0 0 0;
	margin:0 0 20px 0;
	box-sizing:border-box;
	font-size:25px;
	border-bottom: 1px solid rgba(201,201,201,1.00);
	font-family: 'Poiret One', cursive;
	font-weight:bold;
	color:rgba(0,78,127,1.00);
	text-align:left;
	
	} 
	
.fondo_interno{
	width:100%;
	height:100%;
	background-image:url(img/fondo.jpg);
	background-color: rgba(230,237,248,1.00);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:100%;
	background-attachment:fixed;
	
	} 
	
	.conterepre{
	
	width:100%;
	min-height:70px;
	margin: 0 0 20px 0;
	} 
	.info_repre{
	width:100%;
	min-height:70px;
	margin: 0 0 5px 0;
	} 
	
	.info_repre_logo{
	width:100%;
	height:80px;
	margin: 0 0 5px 0;
	} 
	
	.info_repre_web{
	width:100%;
	text-align:right;
	color:rgba(2,47,120,1.00);
	border-top: 1px solid #999999;
	} 
	
	.info_repre_descarga{
	width:100%;
	text-align: left;
	color:rgba(162,0,0,1.00);
	font-size:16px;
	padding:0 0 10px 0;
	} 
	
	.direccion{
	width:100%;
	min-height:70px;
	margin: 0 0 10px 0;
	
	} 
	
	
	.direccionmap2{
	width:100%;
	min-height:70px;
	margin: 10px 0 10px 0;
	display:flex;
	
	}
	.direccionmap{
	width:100%;
	height:200px;
	margin: 10px 0 10px 0;
	display:flex;
	
	} 
	.direcciona{
	width:50%;
	height:100%;
	float:left;
	
	} 
	.direccionb{
	width:50%;
	height:100%;
	float:right;
	text-align:right;
	} 




@media screen and (max-width: 700px) {
	
	.fondo_interno{
	width:100%;
	height:100%;
	background-image:url(img/fondo.jpg);
	background-color: rgba(230,237,248,1.00);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:100%;
	background-attachment: fixed;
	
	} 
.barra_valor{
	position: fixed;
	z-index:10000;
	width: 100%;
	height: 40px;
	background-color: rgba(0,0,0,1.00);
	display: block;
}

.barra_color{
	width:100%;
	height:6px;
	background-color: rgba(0,0,0,1.00);
	background-image:url(img/colores.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:bottom;
	position: fixed;
	z-index:99999;
	top:40px;
	}

.tope{
	width:100%;
	padding: 3px 0px 3px 0px;
	box-sizing:border-box;
	background-color: rgba(255,255,255,0.60);
	position: fixed;
	z-index:9999;
	top:45px;
	border-bottom: 1px solid rgba(255,255,255,1.00);
	}		
	
.logo{
	width:80%;
	margin: 0 auto ;
	
	}
	
.mapa_mundi{
	width:100%;
	height:100%;
	background-image:url(img/mapa.png);
	background-repeat:no-repeat;
	position: fixed;
	z-index:9998;
	top:100px;
	background-size:100%;
	}
	
		
.observador{
	width:100%;
	height:250px;
	background-image:url(img/observador.png);
	background-repeat:no-repeat;
	background-size:90%;
	position: relative;
	z-index:99999;
	left: auto;
	top:250px;
	background-position: top center;
	}
	
.observador2{
	display:none;
	}

.pie_paginaasdfa{
	display:none;
	width:100%;
	height:35px;
	background-color:rgba(255,0,4,1.00);
	position: relative;
	z-index:9998;
	bottom:0px;
	} 
	
 

.contenido_interno{
	width:100%;
	min-height:100px;
	margin:0 auto;
	padding:180px 30px 100px 30px;
	box-sizing:border-box;
	font-size:15px;
	text-align:justify;
	
	}
	.contenido-interno-contact{
	width:100%;
	min-height:100px;
	margin:0 auto;
	padding:180px 30px 100px 30px;
	box-sizing:border-box;
	font-size:15px;
	text-align:justify;
	
	}
.titulo{
	font-size:16px;
	
	} 

.redesas{
	width:93px;
	height:54px;
	position: relative;
	z-index:99999;
	bottom:27px;
	right:30px;
	float:right;
	} 
	
	.direccion{
	width:100%;
	min-height:70px;
	margin: 0 0 10px 0;
	
	}
	.direcciona{
	width:100%;
	height:100%;
	float: none;
	
	} 
	.direccionb{
	width:100%;
	height:100%;
	float: none;
	text-align: left;
	} 
		
}
