.footer{
	font-family: 'Open Sans Condensed','Arial Narrow', serif;
	background: #ddd url(../images/bg-footer-tile.gif);
	font-weight: 400;
	font-size: 15px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	height: 380px;
}

.footer-wrap{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/bg-footer-shadow.png) repeat-x 0 0;
}

#titulo_footer{
color: #D5E24C;
text-transform: uppercase;
font-size: 0.923em;
font-family: "Helvetica Neue", Arial, sans-serif;
padding: 0;
}

#texto_footer{
	text-align: left;
	margin-top: 8px;
	color: #FFF;
	font-family: Arial;
	font-size: 12px;
}

#texto_footer a{
	color: #FFF;
	padding-left: 3px;
}

#texto_footer ul li a{
	padding-top: 8px;
	color: #FFF;
}

#texto_footer a:hover{
	font-weight: bold;
	color: #D5E24C;
}

#telefono{
	text-align: left;
}

.header-wrap{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/bg-footer-shadow.png) repeat-x 0 0;
}

.ico_fono{
	display: inline-block;
background: url(../images/ico-phone.png) no-repeat 0 center;
padding: 7px 0 7px 36px;
font-family: Arial;
color: #FFF;
}

.ico_fax{
	display: inline-block;
background: url(../images/ico-fax.png) no-repeat 0 center;
padding: 7px 0 7px 36px;
font-family: Arial;
color: #FFF;
}

.ico_mail{
	display: inline-block;
background: url(../images/ico-email.png) no-repeat 0 center;
padding: 7px 0 7px 36px;
font-family: Arial;
color: #FFF;
}

#texto{
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

.top{
	background-color: #000;
	width: auto;
	height: 25px;
	color: #FFF;
	font-family: serif;
}

.top ul{
		margin-left: 700px;
}

.top > ul li{
	float: left;
	text-align: left;
	padding-left: 25px;
	padding-top: 2px;
	height: 20px;
}

.top > ul li a{
	color: #FFF;
}

.top > ul li a:hover{
	color: #999;
}

#buscar{
	width: 100px;
	padding-bottom: 2px;
	border:inset solid 3px #000;
	color: #777;
	font-size: 8px;
}


.menu{
	background-color: #DDD;
	height: 110px;
	position: relative;
	z-index: 5;
 

	/*box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-background-clip: padding;
	-moz-background-clip: padding;     
	background-clip: padding-box;*/
	/*border: 1px solid #CCC;
	border: 1px solid rgba(255, 255, 255, 0.9);*/
	outline: none;
	/*-webkit-transition: background-color 1s linear;
	-moz-transition: background-color 1s linear;
	-o-transition: background-color 1s linear;
	-ms-transition: background-color 1s linear;
	transition: background-color 1s linear;*/
background: rgb(229,229,229); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(157,157,170,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(157,157,170,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(157,157,170,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(157,157,170,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(157,157,170,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(157,157,170,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#9d9daa',GradientType=0 ); /* IE6-9 */



}

#logo{
	padding: 5px 0 0 204px;
	float: left;
	font-size: 100%;
	font-weight: normal;
	color: #000;
	position: absolute;
	z-index: 12;
}



#navegacion{
	color: #000;
	padding: 40px 0 0 630px;
}

a, a:visited { color: #FFF; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #FFF; }
	p a, p a:visited { line-height: inherit; }

			
			ul, ol {
				list-style:none;
			}
			
			.nav > li {
				float:left;
			}
			
			.nav li a {
				color:#000;
				text-decoration:none;
				padding-left: 20px;
				display:block;
			}
			
			.nav li a:hover {
				font-weight: bold;
			}
			
			.nav li ul {
				display:none;
				position:absolute;
				z-index: 10;
				min-width:220px;
background: rgb(229,229,229); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(157,157,170,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(157,157,170,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(157,157,170,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(157,157,170,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(157,157,170,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(157,157,170,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#9d9daa',GradientType=0 ); /* IE6-9 */

			}
			
			.nav li:hover > ul {
				display:block;
background: rgb(229,229,229); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(157,157,170,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(157,157,170,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(157,157,170,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(157,157,170,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(157,157,170,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(157,157,170,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#9d9daa',GradientType=0 ); /* IE6-9 */
	padding-top: 10px;
	padding-left: 15px;

			}
			
			.nav li ul li {
				position:relative;
				padding-bottom: 10px;
				padding-left: 0px;

			}
			
			.nav li ul li ul {
				right:-265px;
				top:3px;
				padding-left: 15px;
				width: 250px;

			}

#logueo{
	width: 250px;
	height: 250px;
	background-color: #333333;
	position: absolute;
	z-index: 15;
	margin-left: 775px;
	display: none;
	border-radius: 5px;
	border: 2px solid #000;
	background: rgb(229,229,229); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(157,157,170,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(157,157,170,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(157,157,170,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(157,157,170,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(157,157,170,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(157,157,170,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#9d9daa',GradientType=0 ); /* IE6-9 */

}

#formulario{
	margin-top: 15px;
	margin-left: 30px;
	position: absolute;
	z-index: 20;
	text-align: left;
}

#caja_texto{
	width: 75px;
	height: 15px;
	border:inset solid 3px #000;
	color: #777;
	padding-top: 2px;
	font-size: 10px;
	border-top: 2px solid #000;
}

.boton{
	background-color: #102861;

	opacity: 0.8;
	border-radius: 3px;
	border:3px solid #3C67B9;
	width: 150px;
	height: 25px;
	color: #FFF;
	padding-top: 5px;
	margin-top: 8px;
	padding-left: 5px;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #334380;
	-webkit-box-shadow:inset 0px 1px 0px 0px #334380;
	box-shadow:inset 0px 1px 0px 0px #334380;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #78d0ff), color-stop(1, #302580) );
	background:-moz-linear-gradient( center top, #78d0ff 5%, #302580 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#78d0ff', endColorstr='#302580');
	background-color:#78d0ff;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #24201a;
	display:inline-block;
	color:#ffffff;
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:158px;
	text-decoration:none;
	text-align:center;

	text-shadow:1px 1px 50px #3846a1;
	margin-top: 20px;
	cursor: pointer;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #302580), color-stop(1, #78d0ff) );
	background:-moz-linear-gradient( center top, #302580 5%, #78d0ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#302580', endColorstr='#78d0ff');
	background-color:#302580;
}.button:active {
	position:relative;
	top:1px;
}

/* Estilos para la pagina Nosotros de Intelect*/
.parrafo{
	background-color: #386D7E;
	color: #FFF;
}