@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	font-size: 10px;
	margin-top: -20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
.oneColFixCtrHdr #footer {

}
.oneColFixCtrHdr #footer p {

}
.oneColFixCtrHdr #container #header table tr td #TablaIdioma {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}
.oneColFixCtrHdr #container #header table {
	text-align: right;
}
.oneColFixCtrHdr #container #header table tr #TablaHeader p {
	font-weight: bold;
	color: #999;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
}
.oneColFixCtrHdr #container #mainContent table tr #CeldaInicio {
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 20px;
	background-color: #CCC;
}
.oneColFixCtrHdr #container #mainContent table tr #CeldaInicio blockquote p {
	font-size: 90%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.oneColFixCtrHdr #container #mainContent table tr #CeldaInicio blockquote #TablaLetrero {
	margin-right: -20px;
	margin-top: 20px;
}
.oneColFixCtrHdr #container #mainContent table tr #TextoTabulado p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent table tr #TextoTabulado ul ul li {
	font-size: 70%;
	font-family: Verdana, Geneva, sans-serif;
}
.oneColFixCtrHdr #container #mainContent h1 {
	text-align: center;
}

.oneColFixCtrHdr #container #mainContent h2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.oneColFixCtrHdr #container #mainContent table tr #CeldaSep {
	background-color: #CCC;
}
.FloatDerecha {
	float: right;
	margin-left: 5px;
}
.justificado {
	text-align: justify;
	margin-top: 10px;
}

