body {
	color: #333333;
	background-color: #dddddd;
	font-family: sans-serif;
	font-size: 14px;
	margin: 0px;
	line-height: 130%;
}

td {
	vertical-align: top;
}

h1 {
	color: #5e77ab;
	font-weight: normal;
	font-size: 1.8em;
	/* border-bottom: 2px solid #003399; */
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	padding-bottom: 0px;
	text-align: left;
	line-height: 115%;
}

h2 {
	color: #003399;
	font-weight: bold;
	font-size: 1.0em;
	text-align: left;
	margin-top: 4px;
	border-bottom: 1px solid #ffb381;
	padding-bottom: 2px;
	margin-bottom: 4px;
}

a {
	color: #003399;
}

a:link, a:active, a:visited {
	color: #003399;
}

a:hover {
	color: #a00000;
}

li {
	margin-bottom: 0.5em;
}

#cabecera_azul {
	background-color: #003399;
	background-image: url('./img/header_background.jpg');
	height: 20px;
}

#columna_izquierda {
	padding: 0px;
	font-size: 0.85em;
	color: #555555;
	background-color: #ffffff;
	border-right: 1px solid #003399;
	width: 160px;
	min-width: 160px;
	max-width: 160px;
}

#columna_derecha {
	color: #444444;
	font-size: 0.85em;
	line-height: 130%;
	border-left: 1px solid #003399;
	padding: 0px;
	/* background-color: #fff2d7; */
	background-color: #ffffdd;
	width: 160px;
	min-width: 160px;
	max-width: 160px;
}

#body_container {
	margin: 0px;
	padding-top: 10px;
	padding-right: 32px;
	padding-bottom: 20px;
	padding-left: 32px;
	min-height: 430px;
}

#left_column_footer {
	font-size: 0.75em;
	border-right: 1px solid #003399;
	background-color: #ffffff;
}

#footer {
	background-color: #e0e0e0;
	color: #555555;
	font-size: 0.75em;
	border-top: 1px solid #999999;
	padding: 6px;
}

.home_question {
	font-size: 1.3em;
	font-weight: normal;
}

a.titulo_seccion:link, a.titulo_seccion:visited, a.titulo_seccion:active {
	color: #003399;
	font-size: 1.1em;
	text-decoration: none;
}

.titulo_c_izquierda {
	background-color: #5e77ab;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding: 4px;
	margin-bottom: 4px;
}

.titulo_c_derecha {
	margin-top: 18px;
	font-size: 1.2em;
	/* color: #df9361; */
	color: #f8761f;
	text-align: left;
	font-weight: bold;
}

.divisor_c_derecha {
	width: 90px;
	height: 1px;
	margin-top: 2px;
	border-top: 1px solid #dfd2b7;
}

.info_block {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #eeeeee;
	border-bottom: 10px solid #5e77ab;
	font-size: 0.85em;
	text-align: left;
}

.search_results_title {
	font-size: 1.0em;
	color: #003399;
	text-decoration: none;
	text-align: left;
}

a.search_results_title:link, a.search_results_title:active, a.search_results_title:visited, a.search_results_title:hover {
	font-size: 1.0em;
	color: #003399;
	text-decoration: none;
	text-align: left;
}

.home_cta {
	text-align: right;
	margin-top: 6px;
	margin-bottom: 4px;
	font-weight: bold;
}

.mobile_body {
	background-color: #ffffff;
	color: #333333;
	font-size: 0.9em;
	margin: 0px;
	padding: 10px;
}

.mobile_separator {
	border-top: 1px solid #5e77ab;
	margin-top: 8px;
	margin-bottom: 8px
}

.mobile_site_title {
	width: 98%;
	color: #ffffff;
	background-color: #5e77ab;
	font-weight: bold;
	font-size: 1.4em;
	padding: 4px;
}

.mobile_bar {
	font-size: 0.9em;
}

.mobile_page_title {
	color: #5e77ab;
	font-size: 1.4em;
}

.mobile_footer {
	font-size: 0.8em;
}

