@charset "UTF-8";
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;
	text-align: center; /* 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: #333300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DFE1D0;
    }

    .thrColFixHdr #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;
	background-color: #FFFFFF;
	background-image: url(../images/sidebar1.png);
	background-repeat: repeat-y;
	background-position: left top;
    } 

    .thrColFixHdr #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/animalitosdegra.jpg);
	background-repeat: repeat-x;
	background-position: left top;
    } 
.wrap {
	background-repeat: no-repeat;
	background-position: 40px bottom;
	height: 49px;
	background-color: #333300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#animalitos {
	margin-left: 63px;
}
.wrap img {
	margin-left: 24px;
}
.thrColFixHdr #header h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.descripcion {
	background-color: #999966;
	text-decoration: none;
	text-align: left;
	height: 16px;
	padding-left: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
}
   .thrColFixHdr #sidebar1 {
	float: left; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 150px;
	height: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 20px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666633;
	border-right-color: #666633;
    }

    .thrColFixHdr #sidebar2 {
	float: right; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 160px; /* el relleno mantiene el contenido del div alejado de los bordes */
	background-color: #DDDDAA;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666633;
	border-bottom-color: #666633;
	border-left-color: #666633;
    }

    .thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10;
	padding-left: 8px;
    } 

    .thrColFixHdr #footer {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #777E54;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #777E54;
	height: 1%;
	clear: both;
	background-color: #FFFFFF;
    } 

    .thrColFixHdr #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;
	vertical-align: bottom;
}
.interfooter {
	background-image: url(../images/hierba.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333300;
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 40px;
}
.interfooter2 {
	background-color: #FFFFFF;
	height: 20px;
	font-size: x-small;
	margin: 0px;
	padding-right: 12px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.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-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
}

.fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
	float: left;
	margin-right: 8px;
	margin-bottom: 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;
}
