

a { outline: none; text-decoration: none; color: #888; }
a:hover { text-decoration: underline; color: #666; }
a img { border: 0; }
ul { list-style-type: none; }

#container { background-color: white; }

/* ================================================== HOME - CONTENIDO */

#body {
	overflow: hidden;
	width: 745px;
	padding-left: 5px;
	margin-bottom: 0px;
	
}


/* ================================================== HOME 2do NIVEL */

#contenido2 {
	overflow: hidden;
	float: left;
	width: 785px;
	margin-top: 22px;
}
#internas_bkg {
	width: 785px;
}
#contenido2 .modulo {
	float: left;
	width: 785px;
	height: 217px;
}
#contenido2 .modulo#num1 { /* Banner */
	float: none;
	width: 785px;
	height: 88px;
	margin-bottom: 15px;
}
#contenido2 .modulo#num2 { margin-bottom: 8px; margin-right: 8px; }
#contenido2 .modulo#num3 { margin-bottom: 8px; }
#contenido2 .modulo#num4 { margin-right: 8px; }


/* ================================================== CAJAS */

.caja { 
width: 785px;

 }

.caja .head {
	position: absolute;
	z-index: 1;
	width: 785px;
	height: 24px;
	padding: 7px 0 0 11px;
	font-size: .9em;
	font-weight: bold;
	color: white;
	background: url(caja-arriba.png) no-repeat;
}
	.caja.azul .head    { background-position: 0 0; }
	.caja.naranja .head { background-position: 0 -31px; }
	.caja.rojo .head    { background-position: 0 -62px; }
	.caja.verde .head   { background-position: 0 -93px; }

.caja .body {
	position: absolute;
	overflow: hidden;
	width: 785px;
	height: 190px;
	padding-top: 25px;
	background-color: white;
	font-size: .8em;
	color: #808285;
}
	.caja.azul .body    { border-left: 2px solid #0f50aa; border-right: 2px solid #0f50aa; }
	.caja.naranja .body { border-left: 2px solid #F8A42A; border-right: 2px solid #F8A42A; }
	.caja.rojo .body    { border-left: 2px solid #ED174B; border-right: 2px solid #ED174B; }
	.caja.verde .body   { border-left: 2px solid #2d7408; border-right: 2px solid #2d7408; }

.caja .foot {
	position: absolute;
	width: 785px;
	height: 8px;
	margin-top: 209px;
	
}
	.caja.azul .foot    { background-position: 0 0; }
	.caja.naranja .foot { background-position: 0 -8px; }
	.caja.rojo .foot    { background-position: 0 -16px; }
	.caja.verde .foot   { background-position: 0 -24px; }



/* Link "Ver más" */
a.caja_link,
span.caja_link a {
	float: right;
	margin: 4px 9px 0 0;
	padding-right: 10px;
	font-size: .9em;
	font-weight: bold;
	color: #AE0000 !important;
}

/* Link "Titulos en caja" */
a.caja_link2,
span.caja_link2 a {
	
	margin: 4px 5px 2px 5px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #AE0000 !important;
}



/* Caja big */

.caja.big { width: 785px; }
.caja.big .head { width: 738px; background-image: url(caja-arriba.png); }
.caja.big .body { width: 736px; }
.caja.big .foot { width: 740px; background-image: url(caja-abajo.png); }


/* Caja custom img_txt */

.caja .body .img_txt { padding-top: 6px; }
.caja .body .img_txt img {
	float: right;
	clear: none;
	width: 220px;
	height: 145px;
	margin: 0 10px 0 5px;
}
.caja .body .img_txt p {
	overflow: hidden;
	height: 160px; 
	margin: 4px 5px 2px 5px;
	padding-left: 10px;
}

.caja.big .body .img_txt p {
	font-size: 12px;
}











