/* CSS Document */

BODY {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #EBE8DE;
}
a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:#FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:#000000;
	text-decoration: none;
}

a.link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:#000000;
	text-decoration: none;
}
a.link:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:#755B4A;
}

.Estilo1 {color: #000000}

.Normal {
	font-family: Trebuchet MS;
	font-size: 11px
}
.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
}

#menuIzq {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:#000000;
	text-decoration: none;
	text-align: right;
	padding:5px 10px 5px 0px;
	border-bottom:1px solid #FFFFFF
}

#menuIzq a {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color:#000000;
	text-decoration: none;
	font-weight:bold
}

#menuIzq a:hover {
	color:#FFFFFF;
}

#menuDer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
	text-align: right;
	padding:5px 15px 5px 0px;
	border-bottom:1px solid #FFFFFF;
	font-stretch:semi-condensed
}

#menuDer a {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color:#000000;
	text-decoration: none;
	font-weight:bold
}

#menuDer a:hover {
	color:#FFFFFF;
}
#link_pag A{
	font-size:10px;
	text-decoration: none; 
	color:#333333;
	font-weight:bold;
	padding:5px; 
	text-align:center;
}
#link_pag A:hover{ 
	text-decoration:none;
	color:#999999;
}
#link_pag A:active{ 
	text-decoration:underline;
	color:#999999;
}