/* CSS Document */

BODY {
	scrollbar-face-color:#999999;
	scrollbar-highlight-color:#efefef;
	scrollbar-3dlight-color:#efefef;
	scrollbar-darkshadow-color:#efefef;
	scrollbar-shadow-color:#efefef;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#efefef;
}

a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#990000;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#000000;
	text-decoration: underline;
}

a.menu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#ffffff;
	text-decoration: none;
}
a.menu:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#FFFFFF;
	background-color: #791E2C;
	border-bottom:5px solid #efefef;
	/*text-decoration: underline;*/
}

.Estilo1 {color: #000000}

.Normal {
	font-family: Trebuchet MS;
	font-size: 11px;
	color:#000000;
}
.Grande {
	font-family: Trebuchet MS;
	font-size: 2em
}
.Peque {
	font-family: Trebuchet MS;
	font-size: 10px
}
.Mediana {
	font-family: Trebuchet MS;
	font-size: 1.3em
}
.boton {

	font-family: Trebuchet MS;
	font-size: 11px;
	color:#7A1323;
}
#contenido{
	font-size:13px;
	text-decoration: none; 
	padding:0px;
	margin-bottom:30px;
	background-color:#EFEFEF
}
