body {
	background-color:#000;
	margin-bottom: 0px; 
	margin-top:0px;
	font-family:verdana,tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align:justify;
}
/*marco de noticias*/
#pscroller1{
	width: 500px; 
	height: 160px;
	border: 2px solid #b3040a;
	padding: 5px;
	background-color:#F2F2F2;
	left:20px;
}

/* Color de las barras de desplazamiento */
HTML{
scrollbar-face-color: #b3040a;
scrollbar-arrow-color:white;
scrollbar-track-color:#b3040a;
scrollbar-shadow-color:#b3040a;
scrollbar-highlight-color:#b3040a;
scrollbar-3dlight-color:white;
scrollbar-darkshadow-Color:white;
}

/* capas de marco de contenido*/
#liquid {  
    margin:auto;
	background:#FFFFFF url(../imagenes/leftside.gif) repeat-y left top;
	width:80%;/*800px*/
} 
.top{
	width:100%;
	height:20px;
	background:url(../imagenes/top.gif) no-repeat left top;
}
.top span{
	display:block;
	position:relative;
	height:20px;
	background:url(../imagenes/top-right.gif) no-repeat right top;
}
.content{
	position:relative;
	background:url(../imagenes/rightside.gif) repeat-y right top;
	padding:1px 20px 1px 25px;
	margin:-1px 0 -50px 0;
}
.bottom{
	height:60px;
	background:url(../imagenes/bottom.gif) no-repeat left bottom;
}
.bottom span{
display:block;
position:relative;
height:60px;
background:url(../imagenes/bottom-right.gif) no-repeat right top;
}
/* Capas de contenido de texto*/
#titulo{
	width:100%;
	text-align:right;
}
#cuerpo_texto{
width:100%;
text-align:justify;
font-size:13px;
}
/*Estilos de texto*/
.negrita{
font-weight:bolder;
font-size:12px;
}
.negrita2{
font-weight:bolder;
font-size:14px;
}

.tableDetail {
	font-size: 12px;
	font-family: Verdana;
	color: #49394E;
	text-align: justify;
}
.Titulo{
	font-family:"Myriad Condensed Web";
	font-size:20px;
	font-weight:bold;
	color:#b3040a;
}
.Titulo_noticias{
	font-family:"Myriad Condensed Web";
	font-size:20px;
	font-weight:bold;
	color:#b3040a;
	text-align:center;
}
.pscroller{
    font-size: 12px;
	font-family: Verdana;
	color: #49394E;
}
.tableDetailQuestion {
	font-size: 12px;
	font-family: Verdana;
	font-weight:bold;
	color: #49394E;
	text-align:left;
	font-style:italic;
	vertical-align:top;
}
a:link {
	font-family:"Myriad Condensed Web";
	font-size:14px;
	color:#b3040a;
}
a:hover {
	/*color: #b3040a;
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;*/
	text-decoration: underline;
}
a:visited {
	color:#000000;
/*	font-family: tahoma;
	font-size: 10px;
	font-style: normal;*/
	font-weight: bold;
}
#liquid .content #titulo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #b3040a;
}
#liquid .content #titulo a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style:italic;
	font-weight: bold;
}

