
/* ------ color pagina y barra de desplazamiento background-color: #57CD3B; ------ */

body {
	background-color: #FFECF0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3d-light-color: #000000;
}

.h1 {
	background-color: transparent;
	color: #E30000;
	font-size: 14px;
	font-weight: bold;
}

.h2 {
	background-color: transparent;
	color: #333333;
	font-size: 11px;
	letter-spacing: 1;
	line-height: 18px;
}

.h3 {
	background-color: transparent;
	color: #E30000;
	font-size: 12px;
}

.h4 {
	background-color: #E30000;
	color: #ffffff;
	font-size: 12px;
}

.texto {
	background-color: transparent;
	color: #333333;
	font-size: 11px;
	letter-spacing: 1;
	line-height: 18px;
	text-align: justify;
}

.parrafos {
	background-color: transparent;
	color: #333333;
	font-size: 11px;
	letter-spacing: 1;
	line-height: 18px;
	text-align: left;
}

/* ------ tipografia ------ */



/* ------ texto de enlaces ------ */

a{}

a:link, a:visited, a:active{
	background-color: transparent; 
	color: #E30000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	background-color: #E30000; 
	color: #FFEEEE;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.re{}

a.re:link, a.re:visited, a.re:active{
	background-color: #E30000; 
	padding: 6px;
	letter-spacing: 2;
	line-height: 18px;
	color: #FFEEEE;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a.re:hover {
	background-color: transparent;  
	color: #E30000;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.time{}

a.time:link, a.time:visited, a.time:active{
	letter-spacing: 1;
	color: Blue;
	font-size: 17px;
	font-weight: normal;
	text-decoration: underline;
	font-family: Times New Roman, serif;
}
a.time:hover {
	background-color: transparent;  
	color: #E30000;
	font-weight: normal;
	font-size: 17px;
	text-decoration: none;
}
/* ------ texto mini gris ------ */

.mini{}

.mini {
	background-color: transparent;
	color: #666666;
	font-size: 10px;
}

.mini:link, .mini:visited, .mini:active{
	background-color: transparent;
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

.mini:hover {
	background-color: transparent;
	color: #E30000;
	font-size: 10px;
	text-decoration: underline;
}
/* ------ destacados ------ */

.titular{}

.titular {
	background-color: #E30000;
	color: #ffffff;
	font-size: 12px;
}

.titular:link, .titular:visited, .titular:active{
	background-color: #E30000;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

.titular:hover {
	background-color: #ffffff;
	color: #E30000;
	font-size: 12px;
	text-decoration: underline;
}

/* ------ enlaces en fondo rojo ------ */
.rojo{}

.rojo {
	color: #ffffff;
	font-size: 12px;
}

.rojo:link, .rojo:visited, .rojo:active{
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

.rojo:hover {
	background-color: #ffffff;
	color: #E30000;
	font-size: 12px;
	text-decoration: none;
}

.blanco {
	color: #ffffff;
	font-size: 10px;
}

/* ------ black------ */

.black{}

.black {
	background-color: Black;
	color: #ffffff;
	font-size: 12px;
}

.black:link, .black:visited, .black:active{
	background-color: Black;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

.black:hover {
	background-color: #ffffff;
	color: #E30000;
	font-size: 12px;
	text-decoration: underline;
}

/* ------ d ------ */

.texnegro{}

.texnegro {
	background-color: #000000;
	color: #666666;
	font-size: 11px;
	letter-spacing: 1;
	line-height: 18px;
}

.texnegro:link, .texnegro:visited, .texnegro:active{
	background-color: #000000;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

.texnegro:hover {
	background-color: Black;
	color: #FFD0D0;
	font-size: 11px;
	text-decoration: none;
}
/* ------  ------ */
.nulo {
	background-color: #FFECF0;
	color: #FFECF0;
	font-size: 12px;
}

.blanco {
	background-color: White;
	color: White;
	font-size: 12px;
}

.gris {
	background-color: #E2E2E2;
	color: #E2E2E2;
	font-size: 12px;
}

.rosa {
	background-color: #FFB6C1;
	color: #FFB6C1;
	font-size: 12px;
}

.rosa22 {
	background-color: #ffcccc;
	color: #ffcccc;
	font-size: 12px;
}

.negro {
	background-color: Black;
	color: Black;
	font-size: 12px;
}

td.blanco {
	background: #ffffff;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
}

div.g1 {
	background: #ffffff;
	border: 1px dashed Red;
	color: #333333;
	font-size: 12px;
	padding: 10px;
	float: none;
	width: 90%;
	clear: both;
	margin-bottom: 10px;
}

div.g2 {
	background: Black;
	padding: 10px;
	float: none;
	width: 500px;
	clear: both;
	margin-bottom: 10px;
}

div.g3 {
	background: #FFB6C1;
	border: 1px solid #FF8E9F;
	padding: 10px;
	float: none;
	width: 500px;
	clear: both;
	margin-bottom: 10px;
	align: left;
}

div.g4 {
	background: #E30000;
	padding: 10px;
	float: none;
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	align: left;
}

div.g5 {
	background: #E2E2E2;
	border: 1px solid #D0D0D0;
	color: #333333;
	font-size: 12px;
	padding: 10px;
	float: none;
	width: 500px;
	clear: both;
	margin-bottom: 10px;
}

div.g6 {
	background: #ffcccc;
	border: 1px dashed #FF8E9F;
	color: #333333;
	font-size: 12px;
	padding: 10px;
	float: none;
	clear: both;
	margin-bottom: 10px;
}

div.g7 {
	background: White;
	border: 1px solid #FF8E9F;
	padding: 10px;
	float: none;
	width: 500px;
	clear: both;
	margin-bottom: 10px;
}

div.g8 {
	background: #FFF6F9;
	border: 1px solid #FF8E9F;
	color: #333333;
	font-size: 12px;
	padding: 10px;
	float: none;
	clear: both;
	margin-bottom: 10px;
}

div.nulo {
	background: White;
	padding: 10px;
	float: none;
	width: 500px;
	clear: both;
	margin-bottom: 5px;
}