@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:100%;
}
#canvas {
	width:300px;
	/*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: 300px;
padding: 6px;
float: left;
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: #e5edf0;
margin-bottom: 5px;
font-size: 15px;
}
.caja-2-2 {
	width:60%;
	float:left;
}

.fondo-barra {
	width: 96%;
height: 7px;
-webkit-border-radius: 25px;
border-radius: 25px;
background: url("../img/VOTO_03.gif");
padding: 5px;
margin-top: 3px;
}
.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.37em;
	padding-bottom:0.5em;
	text-align:left;
}

h4 {
	font-size:1.2em;
}
.cifra {
	color: #FFF;
float: right;
padding-bottom: 0;
margin-top: -15px;
font-size: 17px;
}
.clear {
	clear:both;
}

.boton {
	width: 16%;
background: #ecf1f3;
border: 1px solid #cadbe2;
float: right;
-webkit-border-radius: 2px;
border-radius: 2px;
cursor: pointer;
color: #a1bcc5;
text-align: center;
line-height: 14px;
margin-right: 8px;
font-size: 12px;

}


#texto p{
	padding-bottom:5px;
	font-size: 0.8em;
}
