@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
 
body {background:#e4e8ea; padding:10px; text-align:left; margin:0;font-family: 'Economica', sans-serif;}

.base { background:#fff; border:solid 1px #c6cdd1; padding:15px;}

.base table { width:100%;}

.base table th {
	font-size:24px;
	color:#5b5b5b;
	padding-bottom:15px;
	line-height:22px;
	border-bottom:solid 1px #f1f1f1;
	}

table td {
	vertical-align:middle;
	}

table td.dato {
	padding:5px;
	border-right:solid 1px #f1f1f1 ;
	font-size:20px;
	font-weight:bold;
	color:#999;
	text-align:center;
	width:50px;
	}

table td.respuesta {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:5px;
	line-height:14px;
	}
.logo { text-align:center; padding:20px 0 10px 0;}

table td.barra {
	height:20px; background:#f7f7f7;
	}
	
.bar { height:15px; background:#E71E1F;}

strong { font-weight:bold;}
