@charset "utf-8";
/* Inicio CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Fin de CSS Reset */
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	margin:0;
	padding:0;
	font-size:87.5%;
}
#canvas {
	width:606px;
	height:166px;
	padding:12px;
}
.marRight {
	margin-right:1.250em;
}
/*.marRight .cifra{
	margin-top:0px \0/;
}*/
a:link, a:hover, a:active {
	color:#a1bcc5;
	text-decoration:none;
}
a:visited {
	color:#a1bcc5;
	text-decoration:none;
}
/*cajas*/
.caja-1-2 {
	width:45%;
	padding:10px;
	float:left;
	-webkit-border-radius: 2px;
	border-radius:2px;
	background-color:#e5edf0;
}
.caja-2-2 {
	width:60%;
	float:left;
}
.boton {
	width:30%;
	height:34px;
	background-color:#ecf1f3;
	border: 1px solid #cadbe2;
	float:right;
	-webkit-border-radius: 2px;
	border-radius:2px;
	cursor:pointer;
}
.fondo-barra {
	width:96%;
	height:35px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background: url("../img/VOTO_03.gif") repeat-y !important;
	padding:5px;
}
.porcentaje-azul {
	height:100%;
	background-color:#12418e;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.porcentaje-roja {
	height:100%;
	background-color:#bf1f13;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
/*texto*/
h3, .cifra {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1.875em;
	padding-bottom:0.5em;
}
h4 {
	font-size:1.250em;
}
p {
	font-size:1em;
	margin-bottom: 1em;
}
.cifra {
	color:#FFF;
	float:right;
	padding-bottom:0;
	margin-top: -33px;
}
.clear {
	clear:both;
}
.vote {
	color:#a1bcc5;
	text-align:center;
	line-height:34px;
}
