/***************************** 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;
	width: 231px;
}
.top_menu {
	background: url(../images/home/top_menu.jpg) no-repeat top left;
	height:160px;
	width: 234px;
}

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

.bg_contenido_2col {
	background-image: url(../images/home/contenido_bg.jpg);
	background-repeat: repeat-x;
	width: 660px;
}
.top_esquina {
	background-image: url(../images/home/top-esquina.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 53px;
	background-position: left top;	
}

/*************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{
	height: 74px;
	width: 658px;
	background-image: url(../images/home/titulo2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color:#FFFFFF;
	font-weight:bold;
	text-align: left;
}
.titulo3a {
	height: 40px;
	width: 20px;
	background-image: url(../images/home/titulo2a.jpg);
	background-repeat: no-repeat;
}
.titulo3b {
	width: 439px;
	background-image: url(../images/home/titulo2b.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.titulo3b_2 {
	width: 610px;
	background-image: url(../images/home/titulo2b.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.titulo3c {
	height: 40px;
	width: 20px;
	background-image: url(../images/home/titulo2c.jpg);
	background-repeat: no-repeat;
}	

