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

body {background-image:url(../imagenes/fondo_01.jpg);}
h1 {font-size:2.5em;line-height:1;margin-bottom:0.5em;color: #2478C2;font-weight: bold;}
h2 {
	font-size:2em;
	margin-bottom:0.25em;
	margin-top: 0.25px;
}
h3 {font-size:1.5em;font-weight:normal;}
h4 {
	font-size:1.35em;
	text-align:justify;
	color:#666;
}
h5 {font-size:0.75em;font-weight:bold;margin-bottom:1em;}
h6 {font-size:0.5em;font-weight:bold;}
#header {
	background-image: url(../imagenes/fondo_02.jpg);
	background-repeat: repeat-x;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	height: 178px;
	z-index: 12;
	clear: both;
	position: absolute;
	width: 965px;
	float: left;
}
#minibanner {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	height: 30px;
}
#logo {
	height: 115px;
	width: 245px;
	float: left;
	margin-left: -22px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(../imagenes/logo_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding: 5px;
}
#menu ul {
	list-style: none;
	float: right;
	text-decoration: none;
	margin-top: 50px;
	margin-right: -10px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	background: url(../imagenes/icono_azul.png) right top no-repeat,  url(../imagenes/icono_azul2.png) left top no-repeat;
	width: 50%;
}
#menu li a {
	float: left;
	font-size: 1.25em;
	font-weight: bold;
	color: #E4E4E4;
	padding-top: 7px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 7px;
	text-decoration: none;
	background-image: url(../imagenes/division_menu.png);
	background-repeat: no-repeat;
	background-position: right 7px;
	margin: 0px;
}
#menu li a:hover {
	background: url(../imagenes/brilloazul.png) no-repeat center top,  url(../imagenes/division_menu.png) no-repeat right 7px;
	color: #FFF;
}
#banner {
	width: 965px;
	margin-top: 180px;
	float: left;
	clear: both;
}
#LineaAzul {
	width: 965px;
	background-image: url(../imagenes/linea_azul.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	margin-top: 173px;
	z-index: 2;
	position: absolute;
	margin-left: -1px;
	clear: both;
	float: left;
	margin-right: auto;
	margin-bottom: 0px;
}
#fondo {
	background-color: #FFF;
	clear: both;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCC;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	position: relative;
	padding: 0px;
	float: left;
}
#flot {
	width:180px;
	height:230px;
	padding: 10px;
	float:left;
	background-color:#fff;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 10px 10px 0px 0px;
	-webkit-box-shadow:  0px -11px 12px #999;
	box-shadow:  0px -11px 12px #999;
	position: relative;
	margin-top: -20px;
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: 20px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#flot ul {
	list-style: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#flot li a {
	font-size: 1.2em;
	font-weight: bold;
	color: #434040;
	text-decoration: none;
	background-color: #FFF;
	height: 30px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-image: url(../imagenes/boton_of.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 5px;
	vertical-align: middle;
}
#flot li a:hover {
	color: #434040;
	background-color: #FFFFFF;
	background-image: url(../imagenes/boton_on.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 1.25em;
}
#flot li ul {
	list-style: none;
	text-decoration: none;
	width: 100%;
}
#flot li ul li a {
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	height: 30px;
	display: block;
	padding-right: 5px;
	padding-left: 12px;
	background-image: url(../imagenes/boton_of.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 8px;
	vertical-align: middle;
	margin-top: -3px;
	margin-bottom: -3px;
}
#flot li ul li a:hover {
	color: #434040;
	background-image: url(../imagenes/boton_on.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 1.12em;
}
#flot div {
	font-size: 1.25em;
	padding: 10px;
	margin-top: 20px;
	}
#intro {
	width:680px;
	float:right;
	position: relative;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../imagenes/linea_01.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#produc {
	width:680px;
	float:right;
	position: relative;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../imagenes/linea_02.png);
	background-repeat: no-repeat;
	background-position: -8px center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#alianzas {
	float:left;
	width:900px;
	height:110px;
	padding:10px;
	margin:20px;
	background-color: #f2f2f2;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
#alianzas div {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	height: 90px;
	background-color: #efefef;
	width: 210px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
}
#alianzas div:first-child {
	background-color: transparent;
	width: 165px;
	text-align: justify;
	vertical-align: middle;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 2.5em;
}
.contenido {
	position: relative;
	clear: both;
}
.image {
	height:90px;
	line-height:90px;
}
.image img {
	vertical-align:middle;
}
#footer div {
	float: left;
	height: 90px;
	margin-top: 15px;
}
#footer div:first-child {
	width: 15%;
	float: left;
	height: 90px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#footer ul {
	list-style: none;
	float: left;
	text-decoration: none;
	width: 75%;
	margin-right: 20px;
}
#footer li a {
	float: left;
	font-size: 1em;
	font-weight: bold;
	color: #E4E4E4;
	text-decoration: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 75%;
}
#footer li a:hover {
	color: #FFF;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #f68002;
	background-color: rgba(0, 0, 0, 0.3);
	font-weight: bold;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
#contacto {
	float: right;
	height: 90px;
	margin-top: 20px;
	width: 280px;
}
#contacto ul {
	list-style: none;
	float: left;
	text-decoration: none;
	width: 75%;
}
#contacto li a {
	float: left;
	font-size: 1em;
	font-weight: bold;
	color: #E4E4E4;
	text-decoration: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 100%;
}
#contacto li a:hover {
	color: #FFF;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0066CC;
	background-color: rgba(0, 0, 0, 0.3);
	font-weight: bold;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
#division {
	float:left;
	width:900px;
	height:20px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	background-image: url(../imagenes/linea_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.informacion {
	width:680px;
	float:right;
	position: relative;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../imagenes/linea_01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 10px;
}
.informaciont {
	width:680px;
	float:right;
	position: relative;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../imagenes/linea_01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.informacion li {
	list-style-type: disc;
	color: #0079C2;
}.informacion h3 strong {
	color: #0079C2;
}
.informacion h2 {
	color: #2478C2;
	font-weight: bold;
	padding-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
