/* CSS Document */
body{
/*Remove below line to make bgimage NOT fixed*/
/*background-attachment:fixed;*/
background-repeat: no-repeat;
/*Use center center in place of 300 200 to center bg image*/
background-position: center;
}
.titulonormal {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.titulogrande{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.textonormal{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	text-align:justify;
}
.textopie{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color:#CCCCCC;
	/*color:#003399;*/
}
.textolinkpie{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color:#FFFFFF;
	/*color:#003399;*/
}
.textolink{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:#999999;
	/*color:#003399;*/
}
.textoexplain{
	font-family: Arial;
	font-size: 10px;
	font-weight:normal;
	color:#0066FF;
	/*color:#003399;*/
}
.textolinks{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color:#999999;
	/*color:#003399;*/
}
.textoellink{
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	color:#0066FF;
	/*color:#003399;*/
}
.textoblancochico {
	font-family: Arial;
	font-size: 10px;
	font-weight:normal;
	color:#FFFFFF;
	/*color:#003399;*/
}
.comingsoon {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color:#FFFFFF;
	/*color:#003399;*/
}
.linkcolor {color: #CCCCCC}
a:link {
	color:#0066FF;
	text-decoration: none;
	
}
a:visited {
	color:#0066FF;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	text-decoration: none;
}
a:active {
	text-decoration:none;
}
.blinktexto {
	text-decoration:blink;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
#principal{
/*.scrollbarstyle {*/
	SCROLLBAR-FACE-COLOR: #6699cc;
	SCROLLBAR-SHADOW-COLOR: #6699cc;
	SCROLLBAR-3DLIGHT-COLOR: #6699cc;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #6699cc;
	SCROLLBAR-HIGHLIGHT-COLOR: #6699cc;
	SCROLLBAR-DARKSHADOW-COLOR: #6699cc;
}
#Layer3 {
	position:absolute;
	left:906px;
	top:516px;
	width:77px;
	height:74px;
	visibility:hidden;	
	z-index:100;
}
#contenedor {
	position:absolute;
	left:-3px;
	top:0px;
	width:800px;
	height:490px;
	visibility:visible;	
	z-index:1;
	background:url(../imagenes/fondonews.png);
	background-repeat:no-repeat;
}
#caricatura {
	position:absolute;
	left:-3px;
	top:0px;
	width:800px;
	height:490px;
	visibility:visible;	
	z-index:1;
}


