body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCA351;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9933;
	text-decoration: underline overline;
	filter: Blur(Add=3, Direction=1, Strength=2);
	font-weight: bold;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: overline;
	font-weight: bold;
}

.Titulo {
	color: #FF9900;
	font-weight: bold;
	font-size: 24px;
}
.TituloSmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-weight: bold;
	font-size: 16px;
}
.borde {
	border: 1px solid #0099CC;
}
.img {
	border: 1px solid #0099CC;
	cursor: pointer;
}

.regla {
	border: thin dotted #999999;
	margin: 1px;
}
.tabla {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #CCCCCC;
	border: thin dotted #999999;
	margin: 1px;
}
.tBlanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.regla_punteada {

	border: thin dotted #CCCCCC;
}
.tBlancoB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.td_der {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.t_area {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	border: 2px solid #CCA351;
}
.fondo_portada {
	background-color: #000000;
	background-image: url(img/struc/fondo/portada.jpg);
	background-repeat: no-repeat;
}
.fondo_servicios {
	background-color: #000000;
	background-image: url(img/struc/fondo/servicio.jpg);
	background-repeat: no-repeat;
}
.fondo_galeria {
	background-color: #000000;
	background-image: url(img/struc/fondo/galeria.jpg);
	background-repeat: no-repeat;
}
.fondo_contacto {
	background-color: #000000;
	background-image: url(img/struc/fondo/contacto.jpg);
	background-repeat: no-repeat;
}
.fondo_trayectoria {
	background-color: #000000;
	background-image: url(img/struc/fondo/trayectoria.jpg);
	background-repeat: no-repeat;
}
.fondo_generos {
	background-color: #000000;
	background-image: url(img/struc/fondo/generos.jpg);
	background-repeat: no-repeat;
}
