H1 {font-size: 25px; font-weight:bold; text-align:center; }
H2 {font-weight:bold; font-size:20px; }
H3 {font-size:18px;}
.Estilo4 {font-size: 20px; font-weight: bold; font-family: "comic Sans MS"; }
.Estilo7 {
	font-family: "comic Sans MS";
	font-weight: bold;
	font-size: 14px;
}
.Estilo13 {font-size: 10px}
.Estilo14 {font-size:10px; text-align:center; }
.Estilo18 {font-size: 16px}
.Estilo19 {color: #0000CC}
.Estilo20 {color: #FF0000}
.anuncios__ {background-color: #EEEEEE; }
.anuncios__titulo__ {font-family: arial; font-size: 12px; color: #6699CC; text-decoration: underline; font-weight: bold; }
.anuncios__descripcion__ {font-family: arial; font-size: 11px; color: #333333; }
.anuncios__url__titulo__ {font-family: arial; font-size: 10px; color: #000066; }
.enlaces__ {background-color: #EEEEEE; }
.enlaces__titulo__ {font-family: arial; font-size:10px; color: #6699CC; font-weight:bold; }
a:link {
	text-decoration: none;
	color: #0000CC;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #00CC66;
}
a:active {
	text-decoration: none;
	color: #0000CC;
}
div.top {
	/* La altura es de 28 píxeles ya que ese es el espacio que ocupa nuestra imagen de esquina. */ 
height:28px;
	background-image:url(IMAGENES/top_line.gif);
	background-repeat: repeat;
} 

img.esquina_sup_izq {
	float: left;
}

img.esquina_sup_der {
	float: right;
}

div.bottom {
height:28px; 
background-image:url(IMAGENES/btm_line.gif); 
background-repeat: repeat; }

img.esquina_inf_izq { float:left; }

img.esquina_inf_der { float:right; }

div.content {
	background-image:url(IMAGENES/left_line.gif);
	background-repeat:repeat-y;
	background-color: #FFFFCC;
}

div.boxcontrol {
padding:0 5% 0 5%; 
background-image:url(IMAGENES/right_line.gif); 
background-position:right; 
background-repeat:repeat-y; } 

/* Simplified box model hack para posicionar correctamente las imagenes de esquina. */
* html img.esquina_sup_izq, * html img.esquina_inf_izq { \margin-left:0px; ma\rgin-left:0; }
img.esquina_inf_der, img.esquina_sup_der { margin-left:.2em; } 

#menu div.barraMenu,
#menu div.barraMenu a.botonMenu {
font-family: "comic Sans MS";
font-size: 14px;
color: white;
}

#menu div.barraMenu {
text-align: left;
}

#menu div.barraMenu a.botonMenu {
background-color: #CCCCCC;
color: black;
font-weight:bold;
cursor: pointer;
padding: 4px 6px 2px 5px;
text-decoration: none;
}

#menu div.barraMenu a.botonMenu:hover {
background-color:#666666;
color:white;
}

#menu div.barraMenu a.botonmenu:visited {
background-color: #CCCCCC;
}

