@charset "utf-8";
.centrado {
	text-align: center;
}
.derecha {
	text-align: right;
}

.izquierda {
	text-align: left;
}
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #555F61;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	vertical-align: middle;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	background-color: #555F61;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 2px;
	margin-top: 0px;
}
.tablaArriba {
	vertical-align: top;
}
.twoColFixLtHdr #mainContent {
	background-color: #555F61;
	margin-top: 35px;
	margin-left: 170px;
	vertical-align: top;
	font-weight: normal;
	text-align: justify;
} 
.twoColFixLtHdr #footer {
	background-color: #555F61;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 25px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.texto_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	text-align: left;
	color: #000000;
}
.texto_general_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	text-align: left;
	font-weight: bold;
	color: #000000;
}

.texto_general_italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	text-align: left;
	font-style: italic;
	color: #000000;
}
.texto_general_italic_blanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	text-align: left;
	font-style: italic;
	color: #FFF;
}

.texto_general_14p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	text-align: left;
	font-weight: normal;
	color: #000000;
}

.texto_general_bold_14p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	text-align: left;
	font-weight: bold;
	color: #000000;
}

.texto_general_14p_blanco {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	font-weight: normal;
	color: #FFFFFF;
}
.texto_general_14p_dorado_centrado {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	font-weight: normal;
	color: #C29C3A;
	text-align: center;
}


.texto_general_justify {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	text-align: justify;
	color: #000000;
}
.texto_general_bold_14p_blanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}

.texto_general_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	text-align: left;
	color: #000000;
	list-style-type: disc;
}
.texto_general_listBlanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	text-align: left;
	color: #FFF;
	list-style-type: disc;
}
.texto_general_listBlanco_Subrayado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	text-align: left;
	color: #FFF;
	list-style-type: disc;
	text-decoration: underline;
}
.titulo_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 19pt;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}
.titulo_blanco_subrayado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 19pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}


.celdaCentrada {
}
.tituloFaq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00F;
}

.answer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CCCCCC;
}
.textoPregunta {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #C29C3A;
}
.textoRecomiendaAmigo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #C29C3A;
}

.texto_FormaContactoBlancoJustifDer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	text-align: left;
	color: #FFF;
	list-style-type: disc;
}
.tabla_BordeVerde {
	border-top-color: #C29C3A;
	border-right-color: #C29C3A;
	border-bottom-color: #C29C3A;
	border-left-color: #C29C3A;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
}
.tablaBordes {
	border-bottom-style: solid;
	border-bottom-color: #FF0;
}
.footerText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
}
.ligasFooter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F90;
}
.fondoGrisFablit {
	background-color: #555F61;
}
.textoDorado_Italica {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #C29C3A;
}

