@charset "utf-8";

#nav{
	width:925px;
}
 
#nav ul{
	list-style:none; /* Para quitar todos los estilos de la lista */
	width:925px; /* Definimos el ancho de nuestra lista */
	height:45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -42px;
}
#nav ul li{
	float:left; /* Para hacer que el menú sea horizontal */
	margin: 0px;
}
#nav a{
	text-indent:-9999em; /* Posicionamos el texto, de tal manera que no sea visible */
	height:45px; /* la imagen que hicimos en photoshop */
	display:block; /* Hacemos que los links se muestren por bloques
                           y no en línea, es importante :) */
	background-image: url(../themplate/images/menu.png);
	background-repeat: no-repeat;
}

/* link */
a#inicio{
	background-position:0 0;
	width:142px;
}
a#servicios{
	background-position:-142px 0;
	width:155px;
}
a#sucursales{
	background-position:-297px 0;
	width:157px;
}
a#tecnologia{
	background-position:-454px 0;
	width:156px;
}
a#mejora {
	background-position: -610px 0;
	width: 156px;
}
a#contacto{
	background-position:-766px 0;
	width:159px;
}

a:hover#inicio{
	background-position:0 -45px;
	width:142px;
}
a:hover#servicios{
	background-position:-142px -45px;
	width:155px;
}
a:hover#sucursales{
	background-position:-297px -45px;
	width:157px;
}
a:hover#tecnologia{
	background-position:-454px -45px;
	width:156px;
}
a:hover#mejora {
	background-position: -610px -45px;
	width: 156px;
}
a:hover#contacto{
	background-position:-766px -45px;
	width:159px;
}

#contacto {
	float: left;
	width: 260px;
	overflow: hidden;
}
#contacto_2 {
	width: 300px;
	float: left;
	overflow: hidden;
}

.stylo_input {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #999;
	background-color: #F4F4F4;
	width: 236px;
	display: block;
}
/* CSS Document */

body {
	margin: 0px;
	background-color: #E3EFFD;
	background-image: url(../themplate/images/fndCielo.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.edit {
	color: #069;
	background-color: #85D7E4;
	display: block;
	width: 40px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(../themplate/images/user_edit.png);
	background-repeat: no-repeat;
	margin-left: 2px;
	background-position: 2px 5px;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #09F;
	border-right-color: #06C;
	border-bottom-color: #06C;
	border-left-color: #09F;
}
.edit:hover {
	background-color: #A2E4FB;
}

#main {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../themplate/images/fondo_main.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
#main #menu {
	height: 45px;
	width: 925px;
}
#banner {
	margin-top: 15px;
	margin-left: -3px;
	height: 264px;
	width: 295px;
}
#main #header_sub {
	background-image: url(../themplate/images/header_sub.png);
	background-repeat: no-repeat;
	height: 68px;
	width: 920px;
}
#logo {
	background-image: url(../themplate/images/sae_logo.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 296px;
	margin-top: -20px;
	overflow: hidden;
	z-index: auto;
}
#login {
	margin-left: 577px;
	padding-top: 5px;
}
.login_input        {
	-moz-border-radius: 5px;
	background-color : #FFFFFF;
	border : 1px solid #1F2F72;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	padding-left : 5px;
	padding-right : 3px;
	color: #666;
	height: 18px;
	width: 140px;
}
#main #header_sub #login #login_from table tr td #ingresar {
	height: 52px;
	width: 52px;
}
;
}
#sub_home {
	float: right;
	width: 60px;
	overflow: hidden;
	z-index: auto;
	position: absolute;
	left: 879px;
	top: 2px;
}
#login_from {
	float: left;
}
#cuerpo {
	background-image: url(../themplate/images/top_bg.png);
	background-repeat: no-repeat;
}
#main #header_sub #login table {
	margin-right: 30px;
}
#main .menu_ini {
	float: left;
	width: 197px;
	margin-top: 20px;
	overflow: hidden;
}
#contenido {
	float: left;
	margin-left: 10px;
	width: 682px;
	background-image: url(../themplate/images/cuerpo_02.png);
	background-repeat: repeat-y;
	padding-left: 20px;
	font-size: 90%;
	color: #265B9B;
	padding-right: 20px;
	margin-bottom: 14px;
}
#sub_contenido {
	background-image: url(../themplate/images/cuerpo_01.png);
	background-repeat: no-repeat;
	height: 14px;
	margin-left: 207px;
	margin-top: 20px;
}
#inf_contenido {
	background-image: url(../themplate/images/cuerpo_03.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 714px;
	float: left;
	margin-left: -20px;
	margin-bottom: -14px;
	margin-top: 20px;
}

#footer {
	color: #666;
	background-color: #D1D1D1;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	margin-top: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9A9A9A;
	border-right-color: #9A9A9A;
	border-left-color: #9A9A9A;
	border-bottom-color: #9A9A9A;
	font-size: 80%;
	padding-top: 5px;
}
#footer table tr td a {
	text-decoration: none;
	color: #666;
}

.derecha {
	text-align: right;
}
.bienvenido {
	color: #FFF;
	width: 220px;
	float: left;
	position: absolute;
}
#alert {
	color: #333;
	border: 1px solid #FAB587;
	background-color: #FBE6BF;
	width: 600px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(../themplate/Kudos/Alert.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}


/*a:hover#inicio{
	background-position:0 -45px;
	width:160px;
}
a:hover#servicios{
	background-position:-160px -45px;
	width:163px;
}
a:hover#sucursales{
	background-position:-323px -45px;
	width:171px;
}
a:hover#tecnologia{
	background-position:-493px -45px;
	width:191px;
}
a:hover#contacto{
	background-position:-683px -45px;
	width:240px;	
}*/


a.holding {
	font-size: 70%;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.holding_inf {
	font-size: 70%;
	color: #999;
	text-decoration: none;
}
.titulo_holding {
	font-size: 90%;
	color: #333;
}
#main .menu_ini #t_holding {
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #C1D9F0;
}

#apDiv2 {
	position:absolute;
	top:5px;
	width:134px;
	float: left;
	padding-left: 430px;
	color: #CCC;
}
