@charset "utf-8";
/* CSS Document */
/* Mi hoja de estilos
----------------------------------------------------------------------------------------------------*/
body {
	height: 100%;
	background-color: #2e3645;
	font-family: Verdana, Geneva, sans-serif;
}

#wrapper{
	background-color:#FFF;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:10px;
}


#cabecera{
	height:160px;
	text-align: center;;
	background:#FFF;
	padding: 0px 0px;
	color: #fff;
	position:relative;
}


#banderas {
	margin-top: 1px;
	position:absolute;
	right: 10px;
	top: 135px;
	width: 130px;
}

#banderas img{
	float: right;
	padding-left: 10px;
}

#menubar{
	margin-top:2px;
	margin-bottom:10px;
}

.backcolor{
background: rgb(206,220,231); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlZGNlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTZhNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(206,220,231,1) 0%, rgba(89,106,114,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,220,231,1)), color-stop(100%,rgba(89,106,114,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-8 */

}

.centrado1 {
  margin: 0 auto;
  display: block;
}
.blkwhite{
/*	height: 480px;
*/	background:url(../images/square-grid.png) repeat scroll 0 0 #F7F7F7;
	margin-top: -10px;
	padding-top:0px;
	
}
.blkwhite h1 {
/*	font-family: 'Oswald', sans-serif;
	
*//*font-family: 'PT Sans', sans-serif;
*/
/*font-family: 'Open Sans Condensed', sans-serif;
*/
/*font-family: 'Yanone Kaffeesatz', sans-serif;
*/
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400; 
    color: #205897;
    font-size: 80px;
    line-height: 100px;
    margin-top: 10px;
	margin-bottom:10px;
    text-align: center;
    text-shadow: 1px 1px #1E1E1E;
}


.blkwhite h1 span {
    color: #666;
    text-shadow: 1px 1px #1E1E1E;
}

.wrapslide{
	margin:10px auto 10px;
}
.contenido{
	margin-top:10px;
	margin-bottom:0px;
}

.blockizq {
		background:#9FF;
        height: 420px;
        width: 430px;
        float: left;
		margin:0px 0px 0px 45px;
		text-align:center;
}

.blockder {
		background:#9FF;
        height: 208px;
        width: 256px;
        float: right;
        margin:0px 45px 4px 0px;
}
	
.separadordotted{
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #999999;
}

.bloque1{
	margin-top:10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 12px;
	color:#336;
}

.bloque1 .col{
	margin: auto 0;
	background: url(../images/col_bg2.jpg) repeat-x;
	height: 200px;
	border: 2px solid #999;
	padding: 0px;
}
	
.bloque1 .col h2{
	font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
	margin-bottom: 8px;
}

.bloque1 .col h2 span{
	color: #2f2f2f;
}

.bloque1 .col h2 a{
	color: #003399;
	text-decoration: none;
}

.bloque1 .col img{
	border: solid 1px #d8d8d8;
	padding: 4px;
	margin:auto 0;
}

.bloque1 .col p{
	margin-bottom: 20px;
	line-height: 17px;
	color: #666;
}


.ribbon {
	position:absolute;
	top:-3px;
	right:-3px;
}


.blklista h1{
	font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
	margin-bottom: 4px;
		
}
.blklista h2{
	font: normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin-bottom: 8px;
		
}

.blklistaizq{
	border:1px solid #a3a09e;
	padding:2px 2px 2px 2px;
	background-color:#f1efef;
}

.blklistaizqimg{
	border:1px solid #a3a09e;
	padding:2px 2px 2px 2px;
	background-color:#f1efef;
	margin-bottom:20px;
}

.blklistader{
	height: 80px;
	border: 1px solid #a3a09e;
	background-color: #f1efef;
	padding: 2px 10px 2px 30px;
	position: relative;
}

.blklistadertexto{
	border: 1px solid #a3a09e;
	background-color: #f1efef;
	padding: 2px 10px 2px 30px;
	position: relative;
}

.blklistadertexto .jor{
	float:right;
}

.blklistader .jor{
	float:right;
}

.blklistader h3, .blklistadertexto h3{
	margin:2px 0px 2px 0px;
	font-size:14px;
	line-height:21px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
}

.blklistader h4{
	margin:2px 0px 2px 0px;
	font-size:14px;
	line-height:21px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#036;
}

.blklistadertexto h3{
	margin:2px 0px 2px 0px;
	font-size:14px;
	line-height:21px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
}

.blklistadertexto h5{
	margin:2px 0px 2px 0px;
	font-size:16px;
	line-height:21px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
}
.blklistadertexto h4{
	text-align:right;
	margin:2px 0px 2px 0px;
	font-size:16px;
	line-height:21px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#036;;
}


.blklistader p, .blklistadertexto p {
	font-family:Arial, Helvetica, sans-serif;
	color:#53524f;
	font-size:13px;
	line-height:15px;
}

.blklistadertexto p {
	margin-bottom:8px;
}

.blklistadertexto p:first-child {
	margin-top:10px;
	margin-bottom:18px;
	color:#036;
	font-weight:bold;
}

.blklistadertexto p span{
	color:#333;
	font-weight: bold;
}

.blklistader a, .blklistadertexto a {
	color:#26689f;
	text-decoration:none;
}

.blklistaizq a {
	padding:0px;
	color:#26689f;
	text-decoration:none;
}

.blklistader a.no, .blklistadertexto a.no {
	color:#000;
	text-decoration:none;
}

.navbuttons{
	margin-left:100px;
}

.separadorblanco{
	height:10px;
}

.photosby{
	margin-top:5px;
	font-size:10px;
	text-align:center;
	color:#033;
}
	

#legal{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
#legal h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height:1.6;
	color:#036;
	text-transform:capitalize;
	text-align:left;
	margin-left:40px;
	border-bottom:1px dotted black;
}

#legal h3 {
	display:inline;
    color: #036;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0 8px;
    padding: 2px 0 3px 8px;
    text-align: center;
}

#legal .col{
	margin: auto 0;
	background-color:#E4E4E4;
	height: 250px;
	border: 2px solid #999;
	padding: 0px;
}
	
#legal h2{
	font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
	margin-bottom: 8px;
}

#legal h2 span{
	color: #2f2f2f;
}

#legal h5{
	font: normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
	margin-bottom: 8px;
}

#legal h5 span{
	color: #2f2f2f;
}

#legal img{
	border: solid 1px #d8d8d8;
	padding: 4px;
	margin:auto 0;
}

#legal .phone img{
		margin-top:-15px;
		border:none;
}

#legal p{
	margin-top: 20px;
	line-height: 17px;
	color: #444;
}

#legal p span{
	font-size:14px;
	line-height: 22px;
	color: #000;
}

#page-wrap {
	background: white;
	padding: 5px 5px 5px 5px;
	margin: 5px auto;
	min-height: 350px;
	height: auto !important;
}

#contact-area {
	width: 450px;
	margin: 5px 0px 2px 0px;
	
}

#contact-area input, #contact-area textarea {

	float:left;
	padding: 5px;
	width: 271px;
	font-family: Helvetica, sans-serif;
/*	font-size: 1.4em;
*/	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	overflow:hidden;
}



#contact-area textarea {
	height: 60px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 150px;
	padding-top: 5px;
	font-size: 1em;
}
.separator-line {
  background: none repeat scroll 0 0 #EAEAEA;
  border: medium none;
  height: 7px;
  margin-bottom: 30px;
  margin-top: 0;
}


.boxes {
/*	background-color:#CCC;
*//*	height:200px;
*/	

padding:20px;
}

.one-third {
  margin-bottom: 15px;
}


.box-title {
  margin-bottom: 10px;
}
.boxes img {
  margin-bottom: 10px;
}
.box-icon {
  float: left;
  margin-right: 10px;
  padding-top: 1px;
}
.boxes h3 {
  margin-bottom: 0;
  color: #616161;
font-size: 22px;
font-weight: normal;
line-height: 22px;
margin-bottom: 10px;
}
.subtitle {
  color: #205897;
  display: block;
  font-size: 11px;
  margin-top: -3px;
}
.boxes p{
	padding-top: 35px;
	color: #666;
	font-family: Arial,sans-serif;
	font-size: 12px;
	line-height: 20px;
	border-collapse: separate;
	border-spacing: 0;
	border: 0 none;
}


#footer{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: url(../images/footer.jpg) repeat-x center;
	text-align: center;
	padding: 10px 0px 10px 0px;
	color: #fff;
}

#footer a, #footer a:hover, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	font-weight:bold;
}
		
#footer .copyright{
	color: #CCC;
	font-size: 10px;
	
}	
