@charset "utf-8";
/* CSS Document */

.ultimasFotos{
	display:block;
	float:left;
	width:513px;
}

.conteUFhome{
	/*background-image:url(../images/imgUltimasFotosHome.jpg);
	background-position:left top;*/
	width:513px;
	height:342px;
}

.txtUFhome{
	background: transparent url("../images/fondosAlpha.png");
	color:#FFF;
	width:453px;
	height:93px;
	color:#FFF;
	padding-left:30px;
	padding-top:10px;
	padding-right:30px;
}

.entrevistaHome{
	display:block;
	float:left;
	width:211px;
	margin-left:9px;
}

.conteEnHome{
	background-image:url(../images/imgEntrevistaHome.jpg);
	height:342px;
}

.btnVerEnHome{
	background: transparent url("../images/fondosAlpha.png");
	height:17px;
	padding-right:20px;
	padding-top:5px;
	
}

.imgEnH{
	background-repeat:no-repeat;
	width:211px;
	height:25px;
	padding-top:143px;
}

.ConStEntrevistaH{
	padding-top:10px;
	padding-left:15px;
	padding-bottom:11px
}

.txtEnH{
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	color:#010101;
}

.Con2{
	display:block;
	clear:both;
	padding-top:5px;
	padding-left:0px;
	padding-bottom:5px;
	text-align:left;
	margin-left:0px;
}


.espacioBnnH1{
	background-image:url(../images/espacioBnnH1.jpg);
	width:728px;
	height:90px;
	display:block;
	clear:both;
}

.Con3{
	width:733px;
}

#Con3Table {
	width:733px;
}

.dch{
	display:block;
	width:211px;
	height:auto;
	margin-top: 5px;
}

.frmDcH{
	background: url(../images/fonDcH.jpg) no-repeat center bottom #020202;
	height:auto;
	padding-left:5px;
	padding-top:15px;
	padding-bottom: 10px;
	color:#FFF;
	margin-top:-4px;
}

.frmDcH select{
	width:100%;
}

.campoTxtDcH{
	background-color:#FFF;
	width:198px;
	height:20px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3c3c3c;
	padding:2px;
}

.hdmH{
	display:block;
	float:left;
	width:240px;
	height:406px;
	margin-left:7px;
}

.txthdmH{
	padding-top:15px;
	padding-left:15px;
	color:#676767;
	padding-right:15px;
}

.lenteHome{
	display:block;
	float:left;
	width:241px;
	height:406px;
	margin-left:7px;
	background-color:#e4e4e4;
}

.txtLenteH{
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	color:#333333;
}

.con4{
	display:block;
	float:left;
	clear:both;
}

.nominadaH{
	display:block;
	float:left;
	width:240px;
	height:331px;
	background-image:url(../images/fonCon4H.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.nominadoH{
	display:block;
	float:left;
	width:240px;
	height:331px;
	background-image:url(../images/fonCon4H.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left:6px;
}

.nominadosH{
	display:block;
	float:left;
	width:240px;
	height:331px;
	background-image:url(../images/fonCon4H.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-left:6px;
}

.fotosNominada{
	width:228px;
	height:196px;
	background-repeat:no-repeat;
	background-position:center center;
	padding-left:6px;
}

.fotosNominado{
	width:228px;
	height:196px;
	background-repeat:no-repeat;
	background-position:center center;
	padding-left:6px;
}

.fotosNominados{
	width:228px;
	height:196px;
	background-repeat:no-repeat;
	background-position:center center;
	padding-left:6px;
}

.titNominadosH{
	background-image:url(../images/fonCon4Titulos.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	padding-top:7px;
	color:#FFF;
	height:22px;
	padding-left:17px;
	margin-top:25px;
}

.txtNominadosHome{
	color:#cfcfcf;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
}


.clear {
	clear:both
}

/* Slide*/
#slider {
    width: 513px; /* important to be same as image width */
    height: 342px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 513px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	margin-top:-17px;
	margin-left: -40px;
}

.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 500px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 17px;
}
#slider .top {
	top: 0;
	left: 0;
}
#slider .bottom {
	bottom: 0;
    left: 0;
}
#slider ul { list-style-type: none;}


