
/***************************** HOME ***************************************/

.header {
	width:945px;
	height:171px;
	background-image: url(../images/home/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bg-header {
	background: #FFFFFF url(../images/home/header_bg.jpg) repeat-x scroll center top;
	width:1024px;
}

.top-login {
	background: url(../images/home/top_login.jpg) no-repeat top right;
	height:260px;


}
.top_menu {
	background: url(../images/home/top_menu.jpg) no-repeat top left;
	height:160px;
}

.bg_contenido {
	background-image: url(../images/home/contenido_bg.jpg);
	background-repeat: repeat-x;
	
}

/*************TITULOS CON TABLAS *****************/
.titulo_principal {
	height: 74px;
	width: 479px;
	background-image: url(../images/home/titulo_principal.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color:#FFFFFF;
	font-weight:bold;
}
.titulo2-bandon {
	height: 74px;
	width: 658px;
	background-image: url(../images/titulo2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color:#FFFFFF;
	font-weight:bold;
	text-align: left;
}
.titulo3a-bandon {
	height: 40px;
	width: 20px;
	background-image: url(../images/titulo3a.jpg);
	background-repeat: no-repeat;
}
.titulo3b-bandon {
	width: 656px;
	background-image: url(../images/titulo3b.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.titulo3c-bandon {
	height: 40px;
	width: 20px;
	background-image: url(../images/titulo3c.jpg);
	background-repeat: no-repeat;
}	

/*  Nuevos David */
.fin_sub {
	background-color:#ecf3e1;
	border: 1px solid #E43725;
	text-align:left;
	height:25px;
}

.marco_imagen{
	padding: 3px;
	border: 1px solid #E43725;
}
a.verde:link {
	font-weight: bold;
	color: #E43725;
	text-decoration: none;
}
a.verde:visited {
	font-weight: bold;
	color: #E43725;
	text-decoration: none;
}
a.verde:active {
	font-weight: bold;
	color: #E43725;
	text-decoration: none;
}
a.verde:hover {
	font-weight: bold;
	color: #E43725;
	text-decoration: underline;
}

.td1_borde {
	border: 1px solid  #E43725	 /* #175493*/;
}

.td1_fondo {
	background-color: #E43725;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	height: 25px;
}
.td2_fondo {
	background-color: #d8ddf1;
	font-weight: bold;
	color: #175493;

}
.td4_fondo {
	background-color: #E43725;
	border: 1px solid #CCCCCC;
}
.td3_fondo {
	background-color:#E43725;
	border: 1px solid #CCCCCC;
}

