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


.textocontacto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height:8px;
	text-align: right;
}


/* Estilo de Enlace 1 */

a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
a:hover {
	color: #EF7600;
	text-decoration: none;
	background-color: #000000;
}
a:active {
	color: #EF7600;
	text-decoration: none;
	background-color: #000000;
}

/* Estilo de Enlace Rojo */

a.linkRojo:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color: #E60031;
	text-decoration: none;
	background-color: #000000;
}
a.linkRojo:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color: #E60031;
	text-decoration: none;
	background-color: #000000;
}
a.linkRojo:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color: #EE7603;
	text-decoration: none;
	background-color: #000000;
}
a.linkRojo:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color: #EE7603;
	text-decoration: none;
	background-color: #000000;
}

/* Estilo de Enlace Blanco */

a.linkBlanco:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
}
a.linkBlanco:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
}
a.linkBlanco:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color: #EE7603;
	text-decoration: none;
	background-color: #000000;
}
a.linkBlanco:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color: #EE7603;
	text-decoration: none;
	background-color: #000000;
}


/* Estilos de textos sobre negro */

.titular {
	background-color:#000;
	font-size: 38px;
	color: #EF7600;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	line-height: 35px;
}
.antetitulo {
	font-size: 13px;
	font-weight: bold;
	color: #EE7603;
	font-family: Arial, Helvetica, sans-serif;
}
.textoblanco {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;

}
.textorojo {
	color: #E60031;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;

}


/* Estilos de textos sobre gris claro */

.textoserif {
	font-family: Georgia, Times, serif;
	font-size: 13px;
	color: #333333;
	line-height:18px;
}
.btnoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height:20px;
}

/* Estilo de Enlace Serif */

a.linkSerif:link {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 13px;
	line-height:18px;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
a.linkSerif:visited {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 13px;
	line-height:18px;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
a.linkSerif:hover {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 13px;
	line-height:18px;
	color: #000000;
	text-decoration: none;
	background-color: #EF7600;
}
a.linkSerif:active {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 13px;
	line-height:18px;
	color: #000000;
	text-decoration: none;
	background-color: #EF7600;
}

/* Estilo de Enlace Naranja */

a.naranja:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color: #EF7600;
	text-decoration: none;
	background-color: #DCDCDC;

}
a.naranja:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color: #EF7600;
	text-decoration: none;
	background-color: #DCDCDC;
}
a.naranja:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color: #000000;
	text-decoration: none;
	background-color: #DCDCDC;
}
a.naranja:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color: #000000;
	text-decoration: none;
	background-color: #DCDCDC;
}
