/* ESTRUCTURA DE LA P?GINA 
-------------------------------------------------------------------------------------------------------
ANIDACI?N DE DIVS (CAPAS)
0  BODY	
     1? PAGINA
		2? CABECERA
		2? CUERPO CENTRAL
			3? COLUMNA CENTRAL
				4? NOTICIA
		2? PIE 
			3? FONDO DEL PIE 
			3? CONTENIDO DEL PIE		
	
----------------------------------------------------------------------------------------------------------- */

/*----------------------------------------------------------------------------------------------------------*/
/**** REDIFINICI?N DEL TAG BODY  ****/

body {
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
color:#666666;
background:url(../img/bg_body.gif) repeat;
text-align:center;
}
/*----------------------------------------------------------------------------------------------------------*/

/**** PAGINA  - 1er NIVEL - CONTIENE(CABECERA / MODULO CENTRAL / PIE) ****/
.page {
width:960px;
overflow:hidden;
font-size:inherit;
line-height:inherit;
color:inherit;
background-color:#CCC;
text-align:center;
margin:0px auto;
}
/*----------------------------------------------------------------------------------------------------------*/

/**** CABECERA - 2o NIVEL ****/
.header_client {
width:948px;
height:117px;
position:relative;
overflow:hidden;
margin:5px auto 0px auto;
clear:both;
}
/*.h1_header {position:absolute; top:32px; right:20px; color:#ffbf13; background:none; font-size:16px; font-family:Arial, Helvetica, sans-serif;}*/
.h1_header {position:absolute; top:32px; right:105px; color:#ffbf13; background:none; font-size:16px; font-family:Arial, Helvetica, sans-serif;}
.doiser_logo {position: absolute; top:25px; right:10px;}
.doiser_logo img {height: 22px;}

.img_header {position:relative; width:950px; height:120px;}
.img_header a:link, .img_header a:active, .img_header a:visited, .img_header a:hover {position:absolute; display:block; left:15px; top:20px; width:184px; height:50px; z-index:10000;}

/*.img_header {position:relative; width:950px; height:120px;}
.img_header a:link, .img_header a:active, .img_header a:visited, .img_header a:hover {position:absolute; display:block; left:15px; top:20px; width:184px; height:50px;}*/

.welcome_doiser {position:absolute; z-index:1000; width:450px; top:42px; left:200px; color:#005fa4; font-weight:700;}

/* Buscador */
.search_header {position:absolute; bottom:3px; right:5px; z-index:1200; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#454545; background-color:inherit;}
	.search_header form {margin:0; padding:0;}
	.search_header input {vertical-align:middle;}
	.input_header {height:16px; border:none; color:#FFF; background-color:#8E8E8E; font-size:11px; margin:0px; padding:0px;}
	.submit_header {width:22px; height:16px; background:url(../img/bg_submit_header.gif) no-repeat; border:none; margin:0px; padding:0px;}

/*-----------------------------------------------------------------------------------------------------------*/

/**** CUERPO CENTRAL - 2o NIVEL - CONTIENE(LEFT / CENTER / RIGHT) ****/
.content_body {
width:948px;
overflow:hidden;
color:inherit;
background-color:#FFF;
margin:5px auto;
}
.content_body_viewer { 
width:948px;
overflow:hidden;
color:inherit;
background-color:#FFF;
margin:0 auto;
}
/*-----------------------------------------------------------------------------------------------------------*/


/* COLUMNA IZQUIERDA */
.left {display:none;} 

/* COLUMNA DERECHA */
.right {display:none;} 

/* COLUMNA CENTRAL */
.center {
width:938px;
margin:5px auto;
font-size:1em;
line-height:inherit;
overflow:hidden;
text-align:left;
background-color:#FFF;
}
/*-----------------------------------------------------------------------------------------------------------*/

/**** MODULO DE NOTICIA  ****/

.noticia {
width:100%;
margin:0;
overflow:visible;
clear:both;
text-align:inherit;
} 
/*-----------------------------------------------------------------------------------------------------------*/

/**** PIE - 2o NIVEL - CONTIENE(FONDO DEL PIE / CONTENIDO DEL PIE) ****/

.foot_group {
width:948px;
height:47px;
position:relative;
overflow:hidden;
clear:both;
color:#FFF;
background-color:inherit;
margin:5px auto 5px auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
.foot_group a:link, .foot_group a:active, .foot_group a:visited {color:#FFF;} 
.foot_group a:hover {color:#000;}
.foot_content_left {position:absolute; top:8px; left:10px; text-align:left;}
.foot_content_left img {vertical-align:middle; margin:0px 2px 0px 3px;}
.foot_content_middle {position:absolute; top:9px; right:158px;}
.foot_content_right {position:absolute; top:6px; right:5px;}
.foot_content_right img {margin-bottom:3px;}
/*-----------------------------------------------------------------------------------------------------------*/

/* Path section */
.path_section {display:none;}
.path_section_content {display:none;}