@charset "utf-8";
/* CSS Document */

A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{
	color:#fff;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}
A.navser, A.navser:VISITED, A.navser:ACTIVE, A.navser:FOCUS, A.navser:LINK{
	color:#003777;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}
.external3d {
text-align: left; 
font-weight: bold; 
font-size: 30px; 
color: #fff; 
text-shadow: 0 1px 0 #ddd, 0 2px 0 #ccc, 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 0 #acacac, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
}
.btninfo {
	background-color:#AECA24;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:16px 71px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.btninfo:hover {
	background-color:#5cbf2a;
}
.btninfo:active {
	position:relative;
	top:1px;
}

.tituloesp{
	color: #003777;
}
.imgadaptable { 
max-width: 100%; 
}
.imgborder { 
max-width: 100%; 
porder: 1px solid #ddd;
border-radius: 5px;
background:#FFFFFF;
}
.imgzoom{
border-radius: 8%;
max-width: 80%; 
porder: 1px solid #ddd;
border-radius: 5px;
padding: 5px;
background:#FFFFFF;
display:block!important;
-webkit-transition:-webkit-transform 1s ease-out;
-moz-transition:-moz-transform 1s ease-out;
-o-transition:-o-transform 1s ease-out;
-ms-transition:-ms-transform 1s ease-out;
transition:transform 1s ease-out;
}
.imgzoom:hover{
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1)
}

/* CSS top menu de contacto */
#topcontact{
	clear: left;
	width: 100%;
	height: 60px;
	background: #AECA24;
}
.topnavcont {
  overflow: hidden;
  background-color: #AECA24;
}

.topnavcont a {
  float: left;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnavcont a:hover {
  color: white;
}
/* END CSS top menu de contacto */

/* CSS Style contenidos especiales */
.bgcontenidos {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.colcontenidos {
  float: left;
  padding: 10px;
}

.colcontenidos.side {
  width: 25%;
}

.colcontenidos.middle {
  width: 75%;
}

.contcolcontenidos:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .colcontenidos.side, .colcontenidos.middle {
    width: 100%;
  }
}
/* END CSS Style contenidos especiales */

/* Style para contenidos */
.bgtest {
  background-color: #f1f1f1;
  padding: 20px;
  text-align: center;
}

.coltest {
  float: left;
  padding: 10px;
}

.coltest.side {
  width: 60%;
}
.coltest.middle {
  width: 40%;
}
.contcoltest:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .coltest.side, .coltest.middle {
    width: 100%;
  }
}
/* END Style para contenidos */

/* CSS para web responsiva con dos columnas */
#webcont{
width: 1200px; 
margin: 0 auto; 
}
#contcont{
width: 1100px; 
margin: 0 auto; 
}
#contcolgen{
float: left;
width: 100%;
}

#contxtizq{
margin-right: 550px;
}

#conttxtder{
float: left;
width: 550px; 
margin-left: -550px; 
}

#piepagina{
clear: left;
width: 100%;
background: #0F3E5A;
color: #FFF;
text-align: center;
padding: 2px 0;
border-top-width: thin;
border-top-style: solid;
border-top-color: #F39613;
}

#piepagina a{
color: #fff;
}

.textsep{
margin: 10px; 
margin-top: 0;
}

/* ####### responsive layout CSS ####### */

@media (max-width: 840px){ /* responsive layout break point */
	#webcont{
	width: 100%;
	}
	# contcont{
		width: 100%;
	}
	#contcolgen{
	float: none;
	}
	
	#conttxtder{
	float: none;
	width: 100%;
	margin-left: 0;
	}
	
	#contxtizq{
	margin-right: 0;
	}
}
/* END CSS para web responsiva con dos columnas */
