body {
	margin:0;
	padding: 0px;
	font-family: 'Arial';
}
a {
	color:inherit;
	text-decoration: none;
}
/* Header */
.fecha-nota p, .menu-top, .titulo-bloque, .fecha-selector h3, .fecha-texto p, .boton, .boton2, .descarga p  {
	font-family: 'Arial';
}

/* bloques */
.titulo-bloque {
	height:30px;
	color:white;
	text-align: center;
	margin-bottom: 4px;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 30px;
}
.cafe {background-color: #15253C}

.controles-fecha {
	width:40px;
	height:40px;
	position: relative;
	float: right;
	top: 100px;
	background: url(img/flechas.png) no-repeat;
	z-index: 10;
}
.left, .right, .right-dip, .left-dip {
	width:20px;
	height: 20px;
	cursor: pointer;
}
.right, .right-dip {
	position: relative;
	left: 20px;
}
.boton-control {
	width:47px;
	height:45px;
	cursor: pointer;
}
.diputados
{
	margin-bottom: 10px;
}
/* ------------------------ */
.diputados {
	background-color:#15253C;
	height:160px;
}
.foto-diputado {
	float: left;
	width:80px;
	height: 100px;
	padding: 1px;
	background-color: #ffffff;
	text-align: left;
}
.info-diputado {
	float: left;
	color: white;
	padding: 1px;
}
.info-diputado h2 {
	font-size: 12px;
	width:180px;
}
.info-diputado p {
	font-size: 10px;
	width:180px;
}
.info-diputado p, .info-diputado h2 {
	margin:0px;
	padding: 0px;
}
.diputado {
	position: absolute;
	left: 2px;
	top: 38px;
	width: 300px;
}

