/*//////////////////////////////////////
ESTILOS COMUNES - home
//////////////////////////////////////*/
/* ELEMENTOS GENERALES DE CONTENIDOS */
.contenidos_margen{
	margin:0 ;
	display:block;
	min-height:26em;
	height:auto;
	_height:26em;
	overflow:hidden;
	_overflow:visible;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.noticias{
	width:472px;
	padding-top:10px;
	float:left;
}
.noticias.ancho{
	width:700px;
}
	.noticias  h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin-bottom:16px;
	color:#5d5f85;
	margin-left:10px;
	}
		.noticias  h3 a{ color:#b4b5b7;}
		.noticias  h3 a:hover{ color:#5d5f85;}
	.noticias p{
		margin:0 10px;
		font-weight:normal;
	}
		.noticias p a{ 
			color:#5d5f85;
			font-weight:normal;
			text-decoration:none;
		}
		.noticias p a:hover{ text-decoration:underline;}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.concursos{ 
	width:220px;
	background-color:#D9DADC;
	padding-top:10px;
	float:right;
	padding-bottom:30px;
}
	.concursos h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin-bottom:16px;
	margin-left:10px;
	color:#5D5F85;
	background-image:none;
}
	.concursos h3{ 
		font-size:1.1em;
		margin:10px 10px 0px 20px;
		color:#5D5F85;
		font-weight:normal;
	}
	.concursos form.form_encuesta{
		width:100%;
		}
	.concursos form.form_encuesta fieldset{ 
		border:none;
		margin:0;
		padding:0;
	}
	.concursos form.form_encuesta fieldset legend{
		display:none;
	}
	.concursos form.form_encuesta fieldset div{
		margin-left:10px;
		min-height:20px;
		height:auto;
		_height:20px;
	}
	.concursos form.form_encuesta fieldset label{
		font-weight:normal;
		display:block;
		float:left;
		width:65px;
		margin-left:10px;
		color:#fff;
}
	.concursos form.form_encuesta fieldset input{float:left;}
	.concursos form.form_encuesta fieldset div.botones{ 
		text-align:center;
		margin:0;
		padding:0;
		border-top:none;		
	}
	.concursos form.form_encuesta fieldset div.botones input.botonPrincipal{
		display:block;
		width:auto;
		height:1.8em;
		color:white;
		background-color:#5D5F85;
		cursor:pointer;
		padding-bottom:2px;
		float:right;
}
	div.ver_resultados{ text-align:center;}
	div.ver_resultados p a{ 
		font-weight:bold; 
		text-decoration:underline; 
		color:#00366F;
	} 
	div.ver_resultados p a:hover{ text-decoration:none;} 