img{
	border: 0;
}

div#cabInterior {
	background: #fff url('../i/cabecera_ok.jpg');
	width: 760px;
	height: 128px;
}

div#contenidoWeb {
	background: #fff url('../i/fondo1.jpg');
	background-repeat:repeat-y;	
	margin: 0;
	padding: 0;
	width: 760px;
}

div#menu {
	font-family: Verdana, Arial, Futura, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	text-align: right;
	width: 148px;
	float: left;
}

.menu1 {
	color: #fff;
	padding-right: 22px;
	padding-top: 2px;
	height: 17px;
	margin-bottom: 3px;
	margin-top: 10px;	
	display: block;
	background: #fff url('../i/fondo_menu1.jpg');	
}

.menu1act {
	color: #9958EA;
	padding-right: 55px;
}


.menu1 a {
	color: #000000;
	text-decoration: none;		
}

.menu1 a:visited{
	color: #000000;
	text-decoration: none;		
}

.menu1 a:hover {
	text-decoration: none;
	color: #fff;
}

.menu2 {
	color: #fff;
	padding-right: 22px;
	padding-top: 2px;
	height: 5px;
	margin-bottom: 5px;
	margin-top: 5px;	
	display: block;
}	
.menu2 a {
	color: #9756e6;
}

.menu2 a:visited{
	color: #9756e6;
	text-decoration: none;		
}

.menu2 a:hover {
	text-decoration: none;
	color: #fff;
}


/* ----------------------contenido-----------------------*/
div#contenido{
	padding: 15px;
	font-family: Verdana, Arial, Futura, sans-serif;
	font-size: 8pt;
	color: #000;
	float: left;
	width: 578px;
}

div#contenido p{
	font-family: Verdana, Arial, Futura, sans-serif;
	font-size: 8pt;
	color: #000;
}

h1 {
	padding-top: 2px;
	height: 18px;
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
	text-align: right;
	padding-right: 0.5em;	
	background: #9958EA;
}
h2 {
	border-bottom: solid #B80000 1px;
	font-size: 10pt;
	color: #B80000;
	font-weight: bold;
	padding-right: 0.5em;	
}
h3 {
	padding-left: 0.5em;
	padding-top: 0.2em;	
	height: 20px;
	background-color: #EBC841;
	font-size: 10pt;
	color: #9957EA;
	font-weight: bold;
	padding-right: 0.5em;	
}

div#menu_derecha{
	width: 134px;
	float: right;
}


div#recuadro{
	width:560px;
	border: 0.05em solid #B80000;
	padding: 0.5em;
	height: 240px;
}

div#recuadro a {
	color:red;
	text-decoration:none;
}

div#recuadro img {
	text-align:center;
	padding: 5px;
}

div#recuadro a:hover {
	color: Purple;
	text-decoration: none;
}

div#novedad_portada{
	border:0.1em solid #FF7000;
	width: 30%;
	float:left;
	padding:1em;
}

div#agenda_portada{
	border:0.1em solid #990000;
	width: 70%;
	padding:1em;
}

div#caja_encuesta{
	border:0.1em solid #990000;
	padding:1em;
	height:100%;
}

/* ---------------------- votaciones -----------------------*/
div#bloque_votacion {
	float:left;
}

.imagen_votacion{
	background:#fdab01;
	padding: 0.5em;
	float:left;
	margin: 0.5em;
	width: 260px;
}

.imagen_votacion img{
	float:left;
	margin-right:0.5em;
	border: none;
}

