.texto {
	font : 10pt verdana;
	color : #666666;
	text-decoration: none;
}
.texto a {
	font : 10pt verdana;
	color : #CC0000;
	font-weight: bold;
	text-decoration: none;
}
.texto a:hover {
	font : 10pt verdana;
	color : #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
.menu {
	font : 10pt verdana;
	color : #666666;
	text-decoration: none;
}
.menu a {
	font : 10pt verdana;
	color : #CC0000;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {
	font : 10pt verdana;
	color : #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
.titulo {
	font : 11pt verdana;
	color : #666666;
	font-weight: bold;
	text-decoration: none;
}
.titulo a {
	font : 11pt verdana;
	color : #CC0000;
	font-weight: bold;
	text-decoration: none;
}
.titulo a:hover {
	font : 11pt verdana;
	color : #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
.cab {
	font : 14pt verdana;
	color : #666666;
	font-weight: bold;
	text-decoration: none;
}
.cab a {
	font : 14pt verdana;
	color : #CC0000;
	font-weight: bold;
	text-decoration: none;
}
.cab a:hover {
	font : 14pt verdana;
	color : #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
.nav {
	font : 7.5pt verdana;
	color : #666666;
	text-decoration: none;
}
.nav a {
	font : 7.5pt verdana;
	color : #CC0000;
	font-weight: bold;
	text-decoration: none;
}
.nav a:hover {
	font : 7.5pt verdana;
	color : #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
.pie {
	font : 8pt verdana;
	color : #666666;
	text-decoration: none;
}
.pie a {
	font : 8pt verdana;
	color : #CC0000;
	font-weight: bold;
	text-decoration: none;
}
.pie a:hover {
	font : 8pt verdana;
	color : #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
.cab2{
 background-image : url(cab.jpg);
 background-color : white;
 background-repeat : no-repeat;
 background-attachment : scroll;
 background-position: 50% 0%;
}
.volver {
	color: #FFF7EC;
	background blue;
	padding:15px;
	text-align: center;
	background: #29454d;
	position: fixed;
	text-decoration: none;
	text-transform: uppercase;
	top: 0px;
	font-family: Verdana;
	font-size: 14px;
}