@charset "utf-8";
/* CSS Document */

body{
	font-family: Electrolize;
	background-image:url(../img/back-stripe.png);
	margin:0;
}

.container{
	width: 980px;
	position:relative;
	left:50%;
	margin-left:-490px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	background-color: #FFF;
}

img.logo{
	padding:25px;
	width:500px;
}

a{
	text-decoration:none;
}

div.logo{
	text-align:center;
}




nav {
	width: 100%;
	height: 80px;
	background: #222;
	background: #526c86;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.8);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.);
	box-shadow: 0 1px 6px rgba(0,0,0,.8);
	
	background: #526c86; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyNmM4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NjU1NjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #526c86 0%, #465563 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#526c86), color-stop(100%,#465563)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #526c86 0%,#465563 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #526c86 0%,#465563 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #526c86 0%,#465563 100%); /* IE10+ */
background: linear-gradient(to bottom,  #526c86 0%,#465563 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#526c86', endColorstr='#465563',GradientType=0 ); /* IE6-8 */

}

ul.menu {
	text-align: center;
}

ul.menu li {
	
	cursor: pointer;
	-webkit-transition: padding .05s linear;
	-moz-transition: padding .05s linear;
	-ms-transition: padding .05s linear;
	-o-transition: padding .05s linear;
	transition: padding .05s linear;
}
ul.menu li.drop {
	position: relative;
}
ul > li {
	display: inline-block;
}
ul.menu li a.frst {
	line-height: 80px;
	padding: 0 20px;
	height: 80px;
	color: #ffffff;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

ul.menu li a.scnd:link,a.scnd:visited,a.scnd:active{
	color: #777;
}

ul li a.scnd:hover{
	color:black;	
}

ul li a:hover {
	color: #eee;
}

.dropOut .triangle {
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid white;
	top: -8px;
	left: 50%;
	margin-left: -8px;
}
.dropdownContain {
	width: 160px;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -80px; /* half of width */
	top: -400px;
}


.dropOut {
	width: 160px;
	background: white;
	float: left;
	position: relative;
	margin-top: 0px;
	opacity: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.dropOut ul {
	float: left;
	padding: 10px 0;
}
.dropOut ul li {
	text-align: left;
	float: left;
	width: 125px;
	padding: 12px 0 10px 15px;
	margin: 0px 10px;
	color: #777;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background .1s ease-out;
	-moz-transition: background .1s ease-out;
	-ms-transition: background .1s ease-out;
	-o-transition: background .1s ease-out;
	transition: background .1s ease-out;
}

.dropOut ul li:hover {
	background: #C7C7C7;
	color: black;
}


ul li:hover a { color: white; }
ul li:hover .dropdownContain { top: 65px; }
ul li:hover .underline { border-bottom-color: #777; }
ul li:hover .dropOut { opacity: 1; margin-top: 8px; }

div.footer{
	width:100%;
	position:relative;
	top:30px;
	background: #526c86;
	color:#fff;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.5);
	box-shadow: 0 1px 6px rgba(0,0,0,.5);
	height:100px;
	background: #526c86; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyNmM4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NjU1NjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #526c86 0%, #465563 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#526c86), color-stop(100%,#465563)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #526c86 0%,#465563 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #526c86 0%,#465563 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #526c86 0%,#465563 100%); /* IE10+ */
background: linear-gradient(to bottom,  #526c86 0%,#465563 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#526c86', endColorstr='#465563',GradientType=0 ); /* IE6-8 */

}

article.content{
	position:relative;
	color:#293139;
	padding:35px;
}

header.top{
	
}

div.content-footer{
	padding:20px;
	width:980px;
	left:50%;
	position:relative;
	margin-left:-490px;
	text-align:center;
}

a.link_n:link,a.link_n:active,a.link_n:visited{
	text-decoration:none;
	color:#CCC;
}

a.link_n:hover{
	text-decoration:underline;
}

ul.list_n{
	list-style-type:square;
}

span.info_min{
	font-size:9pt;
	
}

a img{
	border:none;
}


span.little-info{
	font-size:10pt;
	font-style:italic;
}

a.link-nav-slim:link,a.link-nav-slim:visited,a.link-nav-slim:active{
	font-size:11pt;
	color:#0B3861;
}

a.link-nav-slim:hover{
	color:#216AAE;
	text-decoration:underline;
}

span.act-nav-slim{
	font-size:11pt;
}

section.info-locate{
	width:350px;
	position:relative;
	float:left;
	
}

section.map{
	width:550px;
	position:relative;
	float:left;

}

hr.line {
     border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

input{ 		
    padding: 8px; 
    margin: 3px 0 20px 0; 
    background: #E6E5E5; 
    font-size: 12px; 
    color: #6e6e6e; 
    border: 1px #ddd solid;
    /* -- CSS3 Shadow - create a shadow around each input element -- */ 
	/* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
	-webkit-transition: background 0.3s linear;
	-moz-border-radius: 3px; /* Firefox*/
	-ms-border-radius: 3px; /* IE 8.*/
	-webkit-border-radius: 3px; /* Safari,Chrome.*/
	border-radius: 3px; /* El estándar.*/

}

input:hover{
	background: #fff;	
	-webkit-transition: background 0.3s linear;	
}

textarea{
	padding: 8px; 
    margin: 3px 0 20px 0; 
    background: #E6E5E5;  
    font-size: 13px; 
    color: #555; 
    border: 1px #ddd solid;
    /* -- CSS3 Shadow - create a shadow around each input element -- 
	-webkit-box-shadow: 0px 0px 4px #aaa;
	-moz-box-shadow: 0px 0px 4px #aaa; 
	*/
	-webkit-transition: background 0.3s linear;	
	
	-moz-border-radius: 3px; /* Firefox*/
	-ms-border-radius: 3px; /* IE 8.*/
	-webkit-border-radius: 3px; /* Safari,Chrome.*/
	border-radius: 3px; /* El estándar.*/
	font-family:Arial;
	
}
textarea:hover{
	background: #fff;		
}



input::-webkit	-input-placeholder {
    color:#616161;
    font-weight: normal;
}
input:-moz-placeholder {
    color:#616161;
    font-weight: normal;
}

input.nombre{
	width:620px;
}

input.correoE, input.numeroT{
	width:300px;
}

input.asunto{
	width:620px;
}

textarea.cuerpo{
	width:620px;
	height:180px;
}


input.submit { 	
    width: 150px; 
    color: #eee; 
    text-transform: uppercase; 
    margin-top: 10px;
    background-color: #18a5cc;
    border: none;
    /* -- CSS3 Transition - define which property to animate (i.e. the shadow)  -- */
	-webkit-transition: -webkit-box-shadow 0.3s linear;
	/* -- CSS3 Shadow - create a shadow around each input element -- */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#18a5cc), to(#0a85a8)); 
	background:  -moz-linear-gradient(25% 75% 90deg,#0a85a8, #18a5cc); 
	/* -- CSS3 - Rounded Corners -- */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px;
	cursor: pointer;
}

p.infoC{
	font-size:13pt;
}	

span.error{
	color:red;	
}

section.contact-form{
	width:750px;
	padding: 20px;
	position:relative;
	text-align: left;
	float:right;

}

.clear{
	clear:both;
}



.select-style {
    border: 1px solid #ccc;
    width: 200px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("../img/icon-select.gif") no-repeat 90% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}