/* CSS Document */

body, div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.pie {
	width: 200px;
	min-height: 250px;
	float: left;
	font-size: 11px;
	padding: 0px 30px;
	margin-bottom: 50px;
	text-align: left;
}

.borde_derecho{
	border-right:#999 1px solid;
	max-height: 250px;
}

.borde_izq{
	border-left:#999 1px solid;
	max-height: 250px;
}

.rounded {
	width: 95%;
	border:2px solid none;
	border-radius:14px;
	background-color:#E2E2E2;
	padding: 10px;
	color: #203c7b;
}

#contenido_central {
	color: #FFF;
	background-color:#F00;
	margin-top:50px;
	margin-bottom: 50px;
	width:55%;
	margin-left:110px;
	text-align: left;
	
}

#contenido_inferior {
	width:95%;
	margin-left:80px;
	background-color:#FFF
	color:#000;
}