@charset "UTF-8";
/* CSS Document */

.linea {
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.fondo {
	background-image: url(images/imagenes_07.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #cc6600;
}
.subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6D513D;
}
.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
a:link {
	color: #CC6600;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	color: #CC6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:active {
	color: #CC6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.textosbco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
