﻿.PanelBanner
{
	display:table-caption;
	width: 100%;
	padding: 20px;
	border-top: 10px solid #A1C1BE;
	margin-top: -15px;
}


.PanelNoticiasImportantes
{
	position:relative;
	width:860px;
	height:430px;
	background-color:White;
	color:#b0000c;
}

.ImgGrandePresentacion
{
	position:relative;
	width:540px;
	height:300px;
}

.FotoNoticiaPresentacion
{
	width:540px;
	height:300px;
}

.TextoNoticiaPresentacion
{
	position:absolute;
	right:0px;
	top:0px;
	width:280px;
	height: 430px;
	text-align: left;
	color:Black;
}

.MiniaturasPresentacion
{
	position:absolute;
	width:800px;
	height:130px;
	bottom:0px;
	left:0px;
}

.MiniaturaPresentacion
{
	width:120px;
	height:85px;
}

.PosMiniatura0
{
	position:absolute;
	left:0px;
	top:25px;
}

.PosMiniatura1
{
	position:absolute;
	left:140px;
	top:25px;
}

.PosMiniatura2
{
	position:absolute;
	left:280px;
	top:25px;
}

.PosMiniatura3
{
	position:absolute;
	left:420px;
	top:25px;
}

.PosMiniatura4
{
	position:absolute;
	left:560px;
	top:25px;
}

.NoticiaActiva
{
	border:solid 1px #b0000c;
}

.PanelNoticiasDesplazadas
{
	position:relative;
	width:675px;
	height:320px;
	background-color:Transparent;
	color:White;
	left:0px;
	margin-bottom:115px;
}

.PanelImagenDesplazada
{
	position:absolute;
	height:320px;
	width:675px;
	background-repeat:no-repeat;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-position:center;
	z-index:1;
}

.Desplazando
{
	z-index:2;
}

.BloqueTextoNoticiasDesplazadas
{
	position:absolute;
	top:270px;
	width:675px;
	height:150px;
	background-color:Transparent;
	z-index:3;
}

.TextoNoticiaPresentacionDesplazadas
{
	position:absolute;
	width:675px;
	height:120px;
	color:Black;
	background-color:Transparent;
	z-index:4;
}

.TextoNoticiaPresentacionDesplazadas p
{
	font-size:12px;
	font-family:Arial;
	margin-left:10px;
	margin-right:10px;
	color:White;
}

.BloqueTextoNoticiasDesplazadas a h2,
.BloqueTextoNoticiasDesplazadas h2
{
	color:White;
	font-family:Arial;
	font-size:24px;
	margin-left:10px;
	margin-right:10px;
}

.BloqueTextoNoticiasDesplazadas a h2:hover,
.BloqueTextoNoticiasDesplazadas h2:hover
{
	color:#f4a458;
}


.FondoNoticiaPresentacionDesplazadas
{
	position:absolute;
	width:100%;
	height:100%;
	background-color:Black;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index:3;
}

.BotonDesplazamientoIzq
{
	position:absolute;
	top:10px;
	left:10px;
	z-index:5;
}

.BotonDesplazamientoDer
{
	position:absolute;
	top:10px;
	left:50px;
	z-index:5;
}

.firmaResumenDesplazada
{
	position:absolute;
	bottom:5px;
	right:5px;
	color:White;
	font-family:Arial;
	font-size:10px;
	text-transform:capitalize;
}

.FondoTransparente
{
	position:absolute;
	width:100%;
	height:100%;
	background-color:Black;
	opacity: 0.7;
	filter: alpha(opacity=70);	
}