﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #AB8EB9;
}
#container {
	width: 630px;
	margin: 0 auto;
	background-color: #B8E78D;
}
#masthead {
	text-align: right;
	width: 630px;
	overflow: auto;
	background-color: #B8E78D;
}
#sidebar {
	float: left;
	width: 154px;
	background-color: #815B94;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 446px;
	padding: 15px;
	overflow: auto;
	background-color: #E8E8E8;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 630px;
	background-color: #B8E78D;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Estilos de exploración */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #B8E78D;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* Estilos de pie de página */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.Encabezado_x {
	text-align: justify;
	font-size: x-large;
	color: #815B94;
	text-transform: uppercase;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.Encabezado_xx {
	color: #815B94;
	font-size: xx-large;
	text-transform: uppercase;
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.MsoNormal {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: medium;
	line-height: 150%;
	text-align: justify;
}
.MsoNormalCenter {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: medium;
	text-align: center;
	line-height: 150%;
}
.MsoNormal_Peq {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: small;
	line-height: 150%;
}
.MsoNormal_Gr {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: large;
	line-height: 150%;
	text-align: justify;
}
.MsoNormal_Left {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: medium;
	line-height: 150%;
	text-align: left;
}
.MsoNormal_Gr_x {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: x-large;
	line-height: 150%;
}
.Tabla_Centrada {
	margin: auto;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: medium;
	text-align: justify;
}
.Tabla_Centrada_Marco {
	border-radius: 20px;
	border: 3px solid #ABD189;
	margin: auto;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: medium;
	text-align: justify;
	border-spacing: 5px;
}
.Tabla_Centrada_Marco_rojo {
	border-radius: 20px;
	border: 3px solid #FF0000;
	margin: auto;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: medium;
	text-align: justify;
	border-spacing: 5px;
}
.Encabezado_x_Alarma {
	text-align: justify;
	font-size: x-large;
	color: #FF0000;
	text-transform: uppercase;
}
.Encabezado_xx_Alarma {
	text-align: center;
	font-size: xx-large;
	color: red;
	text-transform: uppercase;
}
