/* CSS Document */

#flashMenu{
	position:absolute;
	top: 345px;
	height:120px;
}

#contenedorGral{
	width:700px;
	font-family:Trebuchet MS, Arial, Sans-serif;
	font-size:14px;
	line-height:20px;
	margin:100px 10px 0px 0px;
}
#contenedorCandidatos{
	width:700px;
	margin-top:30px;
}

#fotosElecciones {
	float: left;
	margin-right:15px;
	width:250px;
	border:3px #daebf5 solid;
	font-size:12px;
	text-align:center;
	font-style:italic;
	background:#F2F8FC;	
}

#fotosElecciones2 {
	float: left;
	width:400px;
	margin-right:15px;
	border:3px #daebf5 solid;
	font-size:12px;
	text-align:center;
	font-style:italic;
	background:#F2F8FC;	
}

#fraseElecciones {
	background:url(../eleccionesImages/frases.gif) no-repeat;
	height:100px;
	width:250px;
	font-size:12px;
	text-align:center;
}

#fotoDerechaElecciones{
	float: right;
	margin:15px;
	border:3px #daebf5 solid;
	width:400px;
	font-size:12px;
	text-align:center;
	font-style:italic;
	background:#F2F8FC;
}

#datosElecciones {
	border-bottom:dashed 3px #eee;
	margin-bottom:20px;
	padding-bottom:15px;

}
#datosElecciones .tema{
	color: #000;
	font-weight:bold;

}

.titulosElecciones{
	font-family:Trebuchet MS, Arial, Sans-serif;
	font-size:18px;
	color:#C9201F;
	font-weight:bold;
	padding-bottom:5px;
	text-transform:uppercase;
}

#textosElecciones{

}



/* PRESIDENCIABLES */

#fotosPresidenciables {
	float: left;
	margin-right:15px;
	width:100px;
	border:3px #EEE solid;
}


/* TABLAS */

.tablas{
	font-family:Trebuchet MS, Arial, Sans-serif;
	font-size:11px;
}


/* BOTONES */
#botonera{
	margin: 20px;

}

.botonesVerMas, .botonesVerMas a {
	padding:3px;
	border:1px #CCC solid;
	background-color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-decoration:none;
}
.botonesVerMas:hover {
	border:2px #daebf5 solid;
	background-color:#F2F8FC;
	color:#000;
	text-decoration:none;

}

