/* 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;
}
h1 {
	font-size: 18px;
	color: #333333;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #666666;
}

/*  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:248px;
	text-align:right;
	vertical-align:middle;
	background-color:#333333;
}


#cabecera_chica {
	height:60px;
	text-align:right;
	background-color:#CFBB96;
	background-image:url(imagenes/cabecera_chica.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
/*#cabecera_chica {
	height:248px;
	text-align:right;
	vertical-align:middle;
	background-color:#CFBB96;
}*/

/*  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;
}

/*  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;
}

#separador_noticias_servicios {
	background-image:url(imagenes/separador_noticias_servicios.gif);
	background-repeat:repeat-y;
	background-position:center;
}

/*  CLASES  */
.noticia_titulo {
	font-size:13px;
	font-weight:bold;
}
.noticia_titulo_secundario {
	font-size:10px;
	font-weight:bold;
}
.noticia_copete {
	font-size:11px;
/*	font-weight:bold;*/
}
.ver_mas {
	font-size:9px;
	font-weight:bold;
	color:#333333;
}
.noticia_cuerpo{
	text-align:justify;
}
.info_autoridades{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.tabla_autoridades{
	border:#D2A26C 1px solid;
}
.autoridades_nombre{
	font-size: 14px;
	font-weight: bold;
}
.autoridades_cuerpo{
	font-size:11px;
}
.formulario {
	font-size:11px;
	background-color:#DCCEB3;
	width:300px;
	border:#D2A26C 1px solid;
}
.formulario_error{
	font-size:11px;
	background-color:#DCCEB3;
	width:300px;
	border:1px solid #FF0000;
}

.tabla_noticias {
	border:#D2A26C 1px solid;
	background:#D5C2A2;	
}

.tabla_cronograma {
	background-color:#4D4948;
	background-image:url(imagenes/esquinita.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}

.pagos_organismo {color:#FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }
.pagos_fecha {color:#FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 22px; }
