/* CSS Document */
/* /////////////////////////////////// prensa ////////////////////////////////// */
body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-family: Verdana;
	color:#6F767E;
	font-size:10px;
	line-height: 13px;
}
.divisor { /**********linea divisoria gris************/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
}
.divisor2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #90000A;
	padding-bottom: 10px;
}

.fondomas {
	background-color: #F9F8F8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #89001B;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.fondo {
	background-color: #F9F8F8;
	padding-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

.recuadro {
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

