body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E6E6E6;
}

.titulos {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:30px;
}

.cuerpo_res {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #bc1c1b;
}

.cuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #3d3d3d;
	text-align:justify;
}

.cuerpo_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #3d3d3d;
	text-decoration:none;
}

.cuerpo_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #bc1c1b;
	text-decoration:underline;
}

.cuerpo_g {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #bc1c1b;
	text-align:left;
}

.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

.subtitulos {
	font-family:"Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
	text-align:left;
	padding-left: 15px;
}

.curva {
	background-image:url(imagenes/img_02.jpg);
	background-repeat:no-repeat;
	background-position: right top;
}

