
.homeZone{
	overflow:hidden;
}
.col1,.col2,.col3{
	float:left;
	margin:0;
	padding:0;
	margin-left:10px;	
	overflow:hidden;
}
.col1{
	width:490px;
	margin-left:0px;
}
.col2{
	margin-left:500px;
	width:238px;
}
.col3{
	width:237px;
}
.noticia{
	margin-top:25px;
	
}
.noticia .data{
	font-size:14px;
	font-weight:bold;
}
.noticia .linia{
	background-image:url(../img/homeNoticiaLinia.jpg);
	background-repeat:no-repeat;
	height:2px;
	margin-top:3px;
	margin-bottom:7px;
}
.noticia .text{
	line-height:14px;
}
#homeBreus{
	min-height:50px;
	height:355px;
	*width:230px;
}
#homeBreus .bloqueContenido{
	margin:0;
	margin-top:2px;
	width:201px;
	*width:200px;
	height: 320px;
	overflow: auto;
}
#homeBreus .h{
	margin-bottom:2px;
}
#verificacionDiv{
	min-height:80px;
	height:80px;
	width:232px;
	margin-top:7px;
}
#verificacionDiv input{
	margin-left:3px;
	border:2px solid #4c4c4c;
}
#slideshow {
    position:absolute;
	width:490px;
    height:361px;
	display:none;
	overflow:hidden;
	background-color:#000;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}

#slideshowTxt2,#slideshowTxt{
	position:absolute;
	width:475px;
    height:37px;
	* height:50px;
	padding-top:13px;
	padding-left:15px;	
	overflow:hidden;
	vertical-align:top;
	margin-top:311px;
	background-image:url(../img/puntoN.png);
	z-index:12;
}
#slideshowTxt{
	background:none;	
}
#slideshowTxt div{
	color:#eee;
	font-weight:bold;
	font-size:16px;
	position:absolute;
	 top:0;
    left:0;
	width:490px;
    height:37px;
	* height:50px;
	padding-top:13px;
	padding-left:15px;	
	overflow:hidden;
	text-transform:uppercase;
	display:none;
}

#slideshowTxt div.activet {
 	z-index:14;
}

#slideshowTxt div.last-activet {
    z-index:13;
	display:none;
}