﻿/* CSS layout */
#right_col {
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#page_content {
	margin-right: 200px;
}

#container {
	position: relative;
	width: 100%;
}

.fondo_amarillo1 {
	text-align: justify;
	background-color: #FFFFCC;
	font-family: Arial;
}
.fondo_blanco1 {
	text-align: justify;
	background-color: #FFFFFF;
	font-family: Arial;
}
.sub_titulo_rojo {
	font-family: "Times New Roman";
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	font-size: x-large;
}
