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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	background-color: #edeef0;
	text-align:justify;
}

img {
	border:none;
}


.delayImg {opacity:0;}

#header{
	clear:both;
	width:100%;
	height:240px;
	min-width:1200px;
	background:url(../images/header_fondo.jpg) repeat-x;

	}

#header_interno{
	width: 1200px;
	height: 240px;
	position: relative;
	margin-left: auto;
	margin-right: auto;

	}

#menu_completo{
	width:100%;
	min-width:1200px;
	height:45px;
	background-image:url(../images/menu_fondo.jpg);
	background-repeat:repeat-x;
	}
	
#contenido{
	
	width: 100%;
	min-width:1200px;
	height: auto;

	
	
	}
	
#contenido_interno{
	clear:both;
	width: 1115px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	

	}
	
#contenido_izquierda{
	float: left;
	width: 360px;
	height: auto;
	padding-bottom: 50px;
	margin-right: 10px;
}


#contenido_izquierda_b{
	float: left;
	width: 350px;
	height: auto;
	padding-bottom: 50px;
	margin-left: 10px;
	margin-right: 10px;
}


#contenido_izquierda_c{
	float: left;
	width: 360px;
	height: auto;
	padding-bottom: 50px;
	margin-left: 5px;
	margin-right: 5px;
}


#contenido_derecha{
	float: left;
	margin-left: 10px;
	width: 735px;
	height: auto;
	padding-bottom: 50px;
}

#contenido_centro{
	float: left;
	width: 1115px;
	height: auto;
	padding-bottom: 50px;
}


#modulos{
	float: left;
	width: 350px;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
}

#modulossocial{
	float: left;
	width: auto;
	height: auto;
	margin-left: 105px;

}

#lineafooter{
	clear:both;
	
	width: 100%;
	min-width:1200px;
	height: 20px;
	background-image:url(../images/footer_fondo.jpg);
	background-repeat:repeat-x;
	}

#footer{
	clear:both;
	width: 100%;
	min-width:1200px;
	height: 420px;
	background-image:url(../images/footer_fondo_2.jpg);
	background-repeat:repeat-x;
	}
	
#logo{
	width: 198px;
	height: auto;
	padding-top:50px;
	padding-left:50px;
	float:left;
	
	}

#frase{
	width: 800px;
	height: auto;
	padding-top: 110px;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #666666;
	letter-spacing: 2px;
	}
	
#social{
	width: 59px;
	height: 59px;
	float: left;
	padding-top:90px;
	
	}
	
#social2{
	width: 59px;
	height: 59px;
	float: left;
	padding-top:70px;
	
	
	}

#linea{
	position: absolute;
	width: 755px;
	height: 1px;
	background-color: #cccccc;
	left: 400px;
	top: 155px;
	}
	
/* Menu */



#menu_interno{
	width: 1020px;
	height: 45px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}



.menu {
	position: relative;
	width: auto;
	height: 45px;
	z-index: 500;
	float: left;

}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 45px;
	width: auto;
	margin-right: 50px;
	margin-top: -16px;
}

/* Links */
.menu li a {
	display: block;
	padding: 0 0px;
	margin: 0px 0;
	line-height: 0px;
	text-decoration: none;
	font-size: 9pt;
	line-height: 45px;
	text-align: left;
	text-decoration: none;
	color: #333333;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.menu li:first-child a {
	border-left: none;
}

.menu li:last-child a{
	border-right: none;
}

.menu li:hover > a {
	color: #D82315;
}


.menu li:hover > a {
	color: #224061;
}


.menu li.active {
	color: #D82315;
}

/* Sub Menu */
.menu ul {
	position: absolute;
	top: 61px;
	left: -90px;
	opacity: 0;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 2px 2px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
	width: auto;
}

.menu li:hover > ul {
	opacity: 1;
	
	
}

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height: 60px;
	overflow: visible;
	padding: 0;
	background-color: #CCC;
}

.menu ul li a {
	width: 170px;
	padding: 15px 0px 15px 25px;
	margin: 0;
}

.menu ul li:last-child a {
	border: none;
}

/* Icons */
.menu a.submenu {
	font-size: 9pt;
	line-height: 1px;
	text-align: left;
	text-decoration: none;
	color: #666666;
}

.menu a.submenu.active {
	color: #0066CC;
	font-size: 9pt;
	line-height: 18px;
	text-decoration: none;
}


.menu a.seleccionado {
	font-size: 9pt;
	color: #1076BA;
	line-height: 45px;
	text-decoration: none;
	height: 70px;
}

.texto1{
	color: #333;
	font-size: 20px;
	line-height: 20px;	
}

.texto2{
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
	
	
	
.texto3{
	color:#f5f5f5;
	font-size:14px;
	line-height:20px;
	text-align:center;
	padding-top:120px;
	
}
	
	
