@charset "utf-8";
/* CSS Document */
body  {
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333;
	border: 5px solid #999;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #F30;
}
a:visited {
	color: #F30;
}



.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	border: 1px solid #000000;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	background-color: #9CF;
	background-image: url(../gfx/bg_container.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
} 
.twoColFixLtHdr #header #adsenseTop  {
	height: 60px;
	width: 468px;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	background-color: #CCC;
}

.twoColFixLtHdr #header {
	padding: 0;  /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen bajo él. Si se utiliza una imagen en el #header en lugar de texto, es posible que le interese quitar el relleno. */
	background-color: #FFF;
	background-image: url(../gfx/top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 150px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #069;
	border-right-color: #069;
	background-image: url(../gfx/bg_menu.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 600px;
	margin-left: auto;
	float: right;
} 
.twoColFixLtHdr #mainContent p  {
	text-align: justify;
}
.twoColFixLtHdr #mainContent #contenidos {
	color: #666;
	border: 1px solid #f1f1f1;
	padding: 5px;
	background-color: #FFF;
	margin-bottom: 10px;
}
.twoColFixLtHdr #header #menu  {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	float: right;
}
.twoColFixLtHdr #header
#menu a
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: none;
}
.twoColFixLtHdr #header #menu a:hover
{
	color:#F60;
	text-decoration: underline;
}
.twoColFixLtHdr #header #menu a:active
{
	color: #FC0;
	text-decoration: none;
}


.twoColFixLtHdr #footer {
	margin-top: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #999;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
	padding: 10px 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
	text-align: center;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
.twoColFixLtHdr #container #footer p a {
	text-decoration: none;
	color: #F30;
	font-weight: bold;
}
.twoColFixLtHdr #container #footer p a:hover {
	text-decoration: underline;
	color: #9CF;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1
.leftmenutable a
{
	font-family:Verdana, Geneva, sans-serif;
	color:#036;
	text-decoration:none;
	font-size: 9px;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 .leftmenutable a:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003;
	text-decoration:underline;
	font-size: 9px;
}
.twoColFixLtHdr #container #footer #links {
	font-size: 10px;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #footer #links a {
	color: #FFF;
	text-decoration: underline;
}
.twoColFixLtHdr #container #footer #links a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #666;
}

#newsletters {
	font-weight: bold;
	border: 1px solid #FFF;
	padding: 2px;
	text-align: center;
}


.fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#titulo {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	background-color: #FF6;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}
#subtitulo {
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color: #CCC;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.subtitulo {
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color: #CCC;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#resalte_boxBold {
	background-color: #F1F1F1;
	padding: 5px;
	border: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
	color: #036;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#resalte_boxNormal {
	background-color: #FFC;
	padding: 5px;
	border: 1px dotted #FC0;
	text-align: center;
	font-weight: normal;
	color: #600;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
}
.small {
	font-size: 10px;
}
.title14color {
	font-size: 14px;
	font-weight: bold;
	color: #036;
	font-family: Arial, Helvetica, sans-serif;
}
