/*Flash Home*/
#pr_flash
{
	width: 510px;
	height: 350px;
	left: 0Px;
	top: 0Px;
	margin-top: -350px;
	margin-left: 239Px;
	position: relative;
	z-index: 1;
	float: left;
}
/*Contenedor Interno*/
#secciones
{
	background-image: url(../images/home/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 750Px;
	height: 600Px;
	position: relative;
}
/*Noticias*/
#noticias
{
	width: 237px;
	height: 331px;
	padding: 0Px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;
	z-index: 5;
	float: left;
	margin-left: 1px;
	text-align: justify;
}
/*Eslabones de Noticias*/
div.news
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 211px;
	height: 29px;
	position: relative;
	margin-left: 0Px;
	background-image: url(../images/home/bg-noticias.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
	line-height: 150%;
}
/*Títulos de Noticias*/
div.news h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*Vínculos de Noticias*/
div.news a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #95162D;
	font-weight: bold;
	text-decoration: none;
}
div.news a:hover
{
	text-decoration: underline;
}
/*Contenido Secciones*/
span.contentin
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 225px;
	position: relative;
	text-align: justify;
	float: left;
	margin-top: 50px;
	margin-left: 20px;
	margin-bottom: 20px;
}
/*Títulos Secciones*/
span.contentin h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	text-align: left;
}
/*Vínculos Secciones*/
span.contentin a
{
	color: #95162D;
	text-decoration: none;
}
span.contentin a:hover
{
	text-decoration: underline;
}
