﻿body {
	background-color:#FFF;
}
#envolvente {
	width: 450px;
	padding:0;
}
#noticiaprinc {
	width: 450px;/*395px;*/
	margin: 0 0 10px 0;
}
#mascara {
	width: 450px;/*393px;*/
	overflow: hidden;
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
	border-top: 0px solid #ccc;
	border-right: 0px solid #ccc;
	border-left: 0px solid #ccc;
	border-bottom: 0px solid #d7d7d7;
}
#contenedor {
	width: 10000px;
}
.ynsnip {
	float: left;
	width: 450px;/*395px;*/
	font-size: 10px;
	padding: 0 0 5px 0;
	background-color:#fff;
}  
.foto {	
	border-bottom: 0px solid #999;
}
.fscleft a {
	display: block; 
	width: 22px; /*32px;*/
	height: 22px;/*32px;*/
}
.fscleft a.buttonOn { 
	background: url("../img/flechaiz.png") no-repeat; 
}
.fscleft a:hover { 
	cursor: pointer; 
	background: url("../img/flechaj0.png") no-repeat; 
}
.fscleft a strong { 
	display: none; 
}
.fscright a {
	width: 22px;/*32px;*/
	height: 22px;/*32px;*/
	display: block;
}
.fscright a.buttonOn { 
	background: url("../img/flechade.png") no-repeat;
}
.fscright a:hover {
	cursor: pointer;
	background: url("../img/flechadf.png") no-repeat;
}
.fscright a strong { 
	display: none; 
}
.fscleft a.buttonOff, .fscleft a:hover.buttonOff { 
	cursor: default;
	background: url("../img/flechaj1.png") no-repeat;
} 
.fscright a.buttonOff, .fscright a:hover.buttonOff {
	cursor: default; background: url("../img/flechadg.png") no-repeat; 
}
#flechas1{
	position: relative;
	float: left;
	left: 376px;
	bottom: 132px;
}
#flechas2 {
	position: relative;
	float: left;
	left: 385px;
	clear: right;
	bottom: 132px;
}
.pie {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 2px 0 0 6px;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.titulo {
	color: #990000;
	font-family: Arial;
	font-size: 16px;
	margin: 0;
}
#bloque {
	width: 450px;/*400px;*/
	height: 366px;
	padding: 0;
	margin: 0 auto;
}
#cuerpo{
	float: left;
	width: 450px;/*400px;*/
}
#noticias{
	width:450px;/*400px;*/
	margin: 0 0 10px;
	float: left;
}
#noticiascolumder{
	float:left;
	margin:0;
	padding:0;
	width:450px;/*395px;*/
}
#modulojava{
	margin:0 0 15px
}
.titulomodjava {
	font-size: 16px;
	font-family: Arial/*"Trebuchet MS", Arial, Helvetica, sans-serif*/;
	font-weight: bolder;
	color: #9c2253;
	padding: 5px 2px 0 6px;
	line-height: 110%;
}
.textonoticia {
	color: #4a4a4a;
	font-family: Arial;
	font-size: 12px;
	padding: 6px 3px 0;
	margin: 0;
	height: 70px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center
}

/* basic links on the site */

a:link, a:visited {
	color:#9C2253; text-decoration:none;/*color de los enlaces*/
/*	font-weight:bold;*/


	
}

a:hover {
	color:#750000;	text-decoration: none;/************/
	/*font-weight: normal;*/
}