/*
***************************************************
* OPCIONES GENERALES
***************************************************
*/

body {
		font-family: Verdana, Arial, Helvetica;
		color: #000000;
	 	margin: 0px;
		padding: 0px; 
		font-size: 0.8em;
		text-align: justify;
		background-color: white;
}

html, body {
		height: 100%
}

h1, h2, h3, h4 {
		font-weight: bold;
}

h1 { font-size: 20px; color:#004A93; margin: 4px}
h2 { font-size: 15px; color:#07345E}
h3 { font-size: 14px; font-weight: normal; }
h4 { font-size: 13px; font-weight: normal; }

img {
		border: 0px;
 		padding: 0px;
		margin: 0px;
}

a:link,a:active,a:visited {
		text-decoration: none;
		color:#456B82;
}
a:hover {
		text-decoration: none;
		color:#72332D;
}


/*
***************************************************
* ETIQUETAS PRINCIPALES (ESTRUCTURA DE LA PÁGINA)
***************************************************
*/

#contenedor {
	width: 100%;
	margin:0px;
	padding:0px;
	text-align: left;
	background-color: #FFFFFF;
}

#cabecera_logo{
	display: none;
}

#cabecera_logo_print{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 176px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#cabecera_name {
	display: none;
}

#blackline {
	position: relative;
	margin: 80px 10px 0px 10px;
}

#blackline_izq {
	float: right;
	margin: 1px 1px 1px 10px;
	padding: 2px 0px 0px 0px;
	height: 16px;
}

#blackline_dcha {
	display: none;
}

#cuerpo_gral {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	border-top:1px solid #D2D2D2;
}

#area_menu {
	display: none;
}

#area_contenido {
	position: relative;
	height: 100%;
	left: 0px;
	top: 0px;
	margin: 8px;
	padding: 1px;
}
/*/web_new/*/
#pie {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	text-align: center;
	font-size: 0.8em;
	border-top:1px solid #D2D2D2;
}


/*
***************************************************
* HOME - TITULARES
***************************************************
*/
#col_izq{
	float: left;
	width: 68%;
	height: 100%;
	padding: 2px;
}

#col_dcha{
	float: right;
	width: 29%;
	height: 100%;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
	font-size: 0.8em;
	font-family: sans-serif;
	border-left: 1px solid #D2D2D2;
	text-align: center;
}

.caja_ppal {
	margin-top: 20px;
	border-right: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2
}

.caja_normal {
	margin-top: 20px;
}

.title_ppal {
	padding: 4px 3px 4px 4px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4F4C59;
}

.title_normal {
	width: 98%;
	padding: 2px 0px 2px 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #1A5086;
	border-bottom: 1px solid #D2D2D2;
}

.texto_ppal {
	padding: 0px 4px 0px 4px;
	color: #000000;
}

th.head_p {
	padding: 2px 2px 2px 2px;
	text-align: center;
	font-size: 1.1em;
}

td.body_eq {
	width: 42%;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em
}

td.body_res {
	width: 15%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}



#admin {
	position:relative;
	text-align: right;
	margin: 1px 10px 0px 3px;
	color: #07345D;
}

#fecha {
	position:relative;
	text-align: right;
	margin: 35px 10px 0px 0px;
	font-size: 0.8em;
}

#rotulo {
	position: relative;
	left:0px;
	top:0px;
	width: 100%;
	height: 100px;
	background-color: #D5E6F0;
}

#minirotulo {
	position: relative;
	height: 197px;
	margin: 2px 0px 3px 0px;
	background-position: bottom right;
	background-color: #D5E6F0;
}


div.title_pag {
	border-bottom: 1px solid #D5E6F0;
}



