body {
background: #71b2d6 url('../img/fondo3.jpg') repeat-x;
font-size: 12px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #333333;
 }
p{
	font-size: 12px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #333333;
}
.texto{
		font-size: 12px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #333333;
}
a
{
color: Gray;
text-decoration: none;
}

a:hover
{
color: Black;
text-decoration: none;
background-color: #87CEEB;
}

.borde {
background-color: #ffffff;
border: 1px solid #dddddd;
text-align: justify;

}

h1{
font-size: 18px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #4169E1;
font-weight: bold;
}
h2{
font-size: 18px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #333333;
font-weight: bold;
font-variant: small-caps;
}
h3{
font-size: 10px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #333333;
font-weight: normal;
}

.menu{
background: url('../img/flecha1.gif');
background-repeat: no-repeat;
background-position: left,bottom;
font-size: 12px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #333333;
font: bold;
padding-left: 15px;
 font-variant: small-caps;

}
.menu:hover{
background: url('../img/flecha2.gif');
background-repeat: no-repeat;
background-position: left,bottom;
color: Silver;
}
.textorojo{
			font-size: 12px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: Red;
}
