/* CSS Document */

/*  GENERAL  */
body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222222;
}

body {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration:none;
}

/*  TABLA PRINCIPAL  */
#marco {
	background-color:#DCCEB3;
	border: 1px solid #CBB68D;
}

/*  MENU PRINCIPAL  */
#menu_principal {
	background-image:url(imagenes/fondo_menu.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#sub_menu {
	background-image:url(imagenes/fondo_submenu.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#Layer1 {
	position:absolute;
	left:476px;
	top:220px;
	width:200px;
	height:102px;
	z-index:10;
	visibility: hidden;
/*	visibility: visible;*/
}

/*	CABECERA	*/
#cabecera {
	height:60px;
	text-align:right;
	background-color:#DCCEB3;
	background-image:url(imagenes/cabecera_chica.jpg);
	background-repeat:no-repeat;
	background-position:left;
/*	border: 1px solid #333333;*/
}

/*  PIE  */
#pie {
	color:#FFFFFF;
	font-size:9px;
	padding-left: 20px;
	padding-right: 20px;
}

/*  EFECTO SOMBRA  */
#sombra {
	background-image:url(imagenes/sombra.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
#sombra2 {
	background-image:url(imagenes/sombra2.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

/*  CUERPO DEL TEMPLATE  */
#cuerpo {
	padding-bottom:10px;
	padding-left:20px;
	padding-top:10px;
}

/*  CUADRITO DEL BUSCADOR  */
#cuadro_buscar {
	background-color:#A9A9A9;
	height: 28px;
}
#buscador {
	font-size:11px;
	font-weight: bold;
}

/*  MENU SECUNDARIO  */
#menu_secundario {
	background-color:#333333;
}


/*  CLASES  */
.link_hijo_nivel1 {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	display:block;
	padding-top:4px;
	padding-bottom:4px;
}
.link_hijo_nivel1_separador {
	color:#FFFFFF;
	font-size:10px;
	display:block;
}
.link_hijo_nivel2 {
	color:#FFFFFF;
	font-size:9px;
	display:block;
	padding-top:-2px;
	padding-bottom:-2px;
	padding-left:15px;
	padding-right:10px;
}
.link_hijo_nivel2_separador {
	color:#444444;
	font-size:9px;
	display:block;
	padding-top:-2px;
	padding-bottom:-2px;
}

.texto_grande {
	font-size:16px;
	font-weight:bold;
}
.texto_mediano {
	font-size:13px;
	font-weight:bold;
}
.cuadro_organismo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(imagenes/fondo_organismos.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#CFBB96;
	border:#D2A26C 1px solid;
}
