
/**************************** ELEMENTOS PISADOS DEL COMMON ****************************/

BODY {
	background-image: url(../images/index_bodybkg.jpg);
}
DIV.body {
	padding-top: 0px;
	padding-bottom: 0px;
}
*html DIV.body {
	width: 943px;
	padding-left: 6px;
}

/************************************* PRINCIPAL  *************************************/

DIV.subheader {
	height: 156px;
	background-image: url(../images/index_midbkg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
DIV.subheader IMG {
	float: left;
	margin: 0px 0px 0px 0px;
}
DIV.subheader DIV.left {
	width: 11px;
	height: 156px;
	float: left;
	background-image: url(../images/index_midleft.jpg);
	background-repeat: repeat-x;
	background-position: top left;	
}
DIV.subheader DIV.right {
	width: 12px;
	height: 156px;
	float: right;
	background-image: url(../images/index_midright.jpg);
	background-repeat: repeat-x;
	background-position: top left;	
}
DIV.subheader DIV.contenido {
	width: 340px;
	float: left;
	padding: 10px 0px 0px 8px;
	font-family: Times New Roman, Verdana, Arial;
	font-size: 18px;
	color: #ffffff;
}
DIV.subheader DIV.contenido DIV.subtitulo {
	font-size: 22px;
	font-weight: bold;
	color: #b8c290;
}
DIV.subheader DIV.contenido DIV.titulo {
	font-size: 28px;
	font-weight: bold;
}

/**************************************** BODY ****************************************/

DIV.body DIV.seccion {
	width: 227px;
	height: 199px;
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: 6px;
	font-family: Times New Roman, Verdana, Arial;
	font-size: 11px;
	color: #b8c290;
}
DIV.body DIV.seccion A {
	color: #b8c290;
	text-decoration: none;
}
DIV.body DIV.seccion IMG.background {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	opacity: 0.5;
	/* for IE */
	filter: alpha(opacity=50);
}
DIV.body DIV.seccion DIV.contenedor {
	width: 88%;
	overflow: hidden;
	position: relative;
	margin-top: 5px;
	margin-left: 14px;
	z-index: 100;
}
DIV.body DIV.seccion DIV.contenedor DIV.titulo {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 4px;
}
DIV.body DIV.seccion DIV.contenedor DIV.contenido {
	height: 50px;
	margin-top: 4px;
	margin-bottom: 10px;
	font-family: Verdana, Times New Roman, Arial;
}
DIV.body DIV.seccion DIV.contenedor A.vermas {
	height: 16px;
	float: right;
	padding-left: 22px;
	background-image: url(../images/index_viewicon.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-family: Verdana, Times New Roman, Arial;
	font-size: 11px;
	font-weight: bold;
}

/**************************************************************************************/
/************************************* DESTACADOS *************************************/
DIV.body DIV.destacado {
	width: 227px;
	height: 199px;
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: 6px;
	font-family: Times New Roman, Verdana, Arial;
	font-size: 11px;
	color: #304F0C;
}
DIV.body DIV.destacado A {
	color: #304F0C;
	text-decoration: none;
}
DIV.body DIV.destacado IMG.background {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	opacity: 1;
	/* for IE */
	filter: alpha(opacity=100);
}
DIV.body DIV.destacado DIV.contenedor {
	width: 88%;
	overflow: hidden;
	position: relative;
	margin-top: 5px;
	margin-left: 14px;
	z-index: 100;
}
DIV.body DIV.destacado DIV.contenedor DIV.titulo {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 4px;
	color: #304F0C;
}
DIV.body DIV.destacado DIV.contenedor DIV.contenido {
	height: 50px;
	margin-top: 4px;
	margin-bottom: 10px;
	font-family: Verdana, Times New Roman, Arial;
}
DIV.body DIV.destacado DIV.contenedor A.vermas {
	height: 16px;
	float: right;
	padding-left: 22px;
	background-image: url(../images/index_viewicon.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Verdana, Times New Roman, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #304F0C;
}
/**************************************************************************************/