/* CSS Document */

#contenido #smartrotative{
	display:block;
	overflow:hidden;
	height:250px;
	width: 660px;
	float:left;
	
}


#contenido #smartrotative #tabSquare{
	display:block;
	height:20px;
}

#contenido #smartrotative #tabSquare>ul{
	list-style:none;
	padding:0 0 0 5px;
	margin:0;
}

#contenido #smartrotative #tabSquare>ul a{
	color:#666666;
	text-decoration:none;
}


#contenido #smartrotative #tabSquare > ul > li{
	display:block;
	float:left;
	padding:0;
	margin:0;
	font-size:10px;
	font-weight:bold;
	background:#eeeeee;
	cursor:pointer;
	width:130px;
	text-align:center;
}

#contenido #smartrotative #tabSquare > ul > li:hover{
	background:#cfcfcf;
	cursor:pointer;
}

#contenido #smartrotative #tabSquare > ul > li.activeSlide{
	background:#d8202d;
}

#contenido #smartrotative #tabSquare > ul > li.activeSlide a{
	color:#FFFFFF;
}


#contenido #smartrotative #rotateHolder{
	display:block;
	overflow:hidden;
}

#contenido #smartrotative #rotateHolder .MainNews{
	display:block;
	float:left;
	width:390px;
	height:224px;
	border-right:1px solid #ccc;
}

#contenido #smartrotative #rotateHolder .MainNews .linkFoto{
	display:block;
	height:134px;
	width:390px;
}

#contenido #smartrotative #rotateHolder .MainNews>h1{
	display:block;
	background:url(../images/rotativo_pestana.png) right top no-repeat;
	height:27px;
	width:370px;
	margin:0;
	padding:5px 5px 10px 15px;
	font-size:16px;
	overflow:hidden;
	line-height:32px;
}

#contenido #smartrotative #rotateHolder .MainNews>h1>a{
	text-decoration:none;
	color:#4d4d4d;
}

#contenido #smartrotative #rotateHolder .MainNews>h1>a:hover{
	color:#000;
}

#contenido #smartrotative #rotateHolder .MainNews .rotDescription{
	display:block;
	width:279px;
	float:left;
	padding:10px 0 0 10px;
	color:#4d4d4d;
	height:29px;
	overflow:hidden;
	font-size:10px;
}

#contenido #smartrotative #rotateHolder .MainNews .rotBtn{
	display:block;
	width:71px;
	float:left;
	padding:17px 10px;
}

#contenido #smartrotative #rotateHolder .SmallNews{
	display:block;
	float:left;
	width:243px;
	padding:10px 6px 0 10px;
}


