body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	
	SCROLLBAR-FACE-COLOR: #4B0F0F;
	SCROLLBAR-HIGHLIGHT-COLOR: #f3f3f3;
	SCROLLBAR-SHADOW-COLOR: #D87A1A;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #8E0000;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-3d-light-color: #0A6F9E
}

.entred	{ 
	/*background:background-color:#CCCCCC;
	border:inherit;
	border-top-style:none;
	border-left-style:inset;
	border-right-style:none;
	border-bottom-style:inherit;*/
	font-family:Tahoma;
}
.entredF	{ 
	border:inherit;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:inherit;
	font-family:Tahoma;
	font-style:italic;
}
.liga {
	color: #FF0000;
	font-weight: bold;
	font-family: tahoma;
}
.liga_bco {
	color: #FFFFFF;
	font-weight: bold;
	font-family: tahoma;
}
.flechas {
	color: #FF0000;
	font-weight: bold;
	font-family: tahoma;
	text-decoration: none;
}
.flechas:hover {
	color: #FF0000;
	font-weight: bold;
	font-family: tahoma;
	text-decoration: underline;
}
td {
	color: #737373;
	font-size: 11px;
	font-family: tahoma;
}

.titulo1 {
	font-weight: bold;
	color: #FFFFFF;
}
.titulo2 {
    font-size: 13px;
	font-weight: bold;
	color: #737373;
	font-family: tahoma;
}
.titulo3 {
    font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: tahoma;
}

p.textoCajas{ 

font-size:11px;	

}

.fondo {
	background-image: url(../sc_img/fondo_sp.jpg);
	background-repeaty: repeat;
}

.scroll
{ 
		/*width:500px; */
		width:600px;
		height:300px; 
		background-color:#FFFFFF; 
		overflow:auto;
}

.scroller
{ 
		width:770px; 
		height:300px; 
		background-color:#FFFFFF; 
		overflow:auto;
}
/* Estos dos scrolls se encuentran en la página principal, 
se usaron para que no importando el texto no se modifique el
tamaño de la página*/
.cajaArriba
{
	width:470px; 
    height:80px;
}

.scrollCajaArriba
{ 
		width:296px; 
		height:80px; 
		background-color:#FFFFFF; 
		overflow:auto;
}

.scrollCajaAbajo
{ 
		width:116px; 
		height:100px; 
		background-color:#FFFFFF; 
		overflow:auto;
}

a{ 
	color:#000000;
}


/* CAJA */
.inf{ overflow:hidden; background-image:url(../sc_img/linea_inf.jpg); background-repeat:repeat-x; vertical-align:bottom; height:1; }
.sup{ overflow:hidden; background-image:url(../sc_img/linea_sup.jpg); background-repeat:repeat-x; vertical-align:top; height:1; }
.izq{ overflow:hidden; background-image:url(../sc_img/linea_izq.jpg); background-repeat:repeat-y; left:0; width:1; }
.der{ overflow:hidden; background-image:url(../sc_img/linea_der.jpg); background-repeat:repeat-y; right:0; width:1; }
