.twoColFixLt #container {
	width: 998px;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-image: url(images/bg-wte.png);
	background-repeat: repeat;
}
.twoColFixLt #sidebar1 {
	float: left; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 230px;
	top: 0px;
	position: relative;
	left: 0px;
}

.twoColFixLt #mainContent {
	margin: 0 0 0 250px; /* el margen izquierdo de este elemento div crea la columna situada a lo largo del lado izquierdo de la página (con independencia de la cantidad de contenido que tenga el div sidebar1, se mantendrá el espacio de la columna). Puede quitar este margen si desea que el texto del div #mainContent llene el espacio de #sidebar1 cuando termine el contenido de #sidebar1. */
	padding: 0 20px 20px; /* recuerde que el relleno es el espacio situado dentro del cuadro div y que el margen es el espacio situado fuera del cuadro div */
	width: 700px;
} 
.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;
}
.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;
}
#titulo {
	position: relative;
}

#menu_recursivo {
	width: 510px;
	left: 190px;
	position: relative;
	height: 30px;
	top: 20px;
	text-align: right;
}
#menu {
	position: relative;
	height: 50px;
	width: 730px;
	z-index: 689;
}

#menu_drop {
	text-align: left;
	width: 798px;
	top: 60px;
	position: relative;
	left: 10px;
	height: 300px;
}
#idiomas {
	position: relative;
	height: 30px;
	width: 170px;
	left: 0px;
	top: -10px;
}
#sidebar1 {
	position: relative;
	text-align: center;
}


#logo {
	height: 180px;
	width: 230px;
	left: 0px;
	top: 20px;
	position: relative;
	text-align: center;
	z-index: 500;
}
#banners {
	width: 230px;
	left: 0px;
	top: 0px;
	position: relative;
}
#mainContent {
	position: relative;
	left: -35px;
	width: 750px;

}

#pie {
	background-color: #FFF;
	position: relative;
	height: 30px;
	width: 998px;
	left: 0px;
	text-align: center;
	padding-top: 12px;
	letter-spacing: 0px;
	font-size: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#recursos_index {
	height: 20px;
	width: 100%;
	position: relative;
	top: 10px;
	text-align: right;
}
#contenido_noticias {
	background-color: #FFC;
	width: 700px;
	position: relative;
	z-index: 50;
	top: 10px;
	border: thin dashed #CCC;
}

#arriba {
	position: relative;
	height: 20px;
	width: 60px;
	text-align: left;
	left: 635px;
	top: 5px;
	letter-spacing: 0pt;
	cursor: hand;
	cursor:pointer;
	padding-top: 5px;
}
#esf_loadfile {
	background-color: #FFF;
	background-image: url(../graf/jpg/esf_load_file.jpg);
	position: relative;
	height: 250px;
	width: 500px;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}


.verde {
	color: #094;
}
.naranja {
	color: #F90;
}
.blanco {
	color: #FFF;
}
.marco5 {
	padding: 5px;
	border: 1px solid #CCC;
	text-align: center;
}
.caja_noticias_verde {
	color: #F90;
	padding-right: 0px;
	clear: right;
	width: 150px;
}
#linea {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #094;
}
#manos_solidarias {
	position: relative;
	width: 190px;
	text-align: center;
	left: 20px;
}
#calendario {
	position: relative;
	width: 250px;
	text-align: center;
	border: 1px dashed #999;
	height: auto;
}
#texto_index {
	background-color: #FFF;
	color: #000;
}
#lista_index {
	text-indent: -20px;
	list-style-position: inside;
	list-style-image: url(../graf/gif/mota_n.gif);
	list-style-type: disc;
	position: relative;
	width: 300px;
	padding-left: 18px;
	left: 0px;
	background-color: #FFF;
	color: #000;
}
#ifIE6 {
	color: #000;
	background-color: #FFF;
	background-image: url(../graf/jpg/error.jpg);
	background-repeat: no-repeat;
	top: 0px;
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 200px;
	white-space: normal;
	height: 160px;
}
#texto_index_max {
	background-color: #FFF;
	color: #000;
	margin-bottom: 30px;
}
