/* CSS Document */

html {
overflow-x:hidden;
}

body {
background-color: #2F6116;
margin: 0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
}

#todo {
width: 100%;
background-image:url(../images/fondo_header_hor.jpg);
background-repeat:repeat-x;
background-position: top center;
margin-left:auto;
margin-right:auto;
}

#header {
width: 915px;
height: 170px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
background-position: top center;
display:block;
margin-left:auto;
margin-right:auto;
}

#menu {
width: 850px;
position:relative;
z-index: 10001;
margin-left:auto;
margin-right:auto;
margin-top: -40px;
}

#pre_main {
background-image:url(../images/fondo_inicio.jpg);
background-repeat:no-repeat;
background-position: bottom center;
height: 31px;
width: 980px;
margin-left:auto;
margin-right:auto;
margin-top: -30px;
}

#main {
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/fondo_vert.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: -30px;
}

#post_main {
background-image:url(../images/fondo_fin.jpg);
background-repeat:no-repeat;
background-position: top center;
height: 53px;
width: 980px;
margin-left:auto;
margin-right:auto;
margin-top: -30px;
}

#derecha {
color:#FFFFFF;
width: 253px;
float: right;
margin-right: 31px;
}

#derecha .contenido{
width: 200px;
margin-left:auto;
margin-right:auto;
}

#derecha .simulador{
clear:both;
width: 200px;
margin-left:auto;
margin-right:auto;
float:left;
}

#derecha #noticias {
background-color:#FFFFFF;
width: 253px;
margin-left: -3px;
margin-top: 20px;
float:left;
color:#666666;
}
#derecha #noticias .contenido {
width: 200px;
text-align:justify;
padding-top: 15px;
padding-bottom: 15px;
}

#izquierda {
margin-left: 35px;
width: 650px;
float:left;
}


#izquierda #columnas {
color:#666666;
width: 613px;
margin-left:auto;
margin-right:auto;
}


#red-der-sup {
width: 100px;
height: 33px;
background-image:url(../images/red-der-sup.jpg);
background-position: bottom right;
background-repeat:no-repeat;
margin-right: 0;
margin-left: auto;
}

#red-der-inf {
width: 100px;
height: 33px;
background-image:url(../images/red-der-inf.jpg);
background-position: top right;
background-repeat:no-repeat;
margin-right: 0;
margin-left: auto;
}

.col-1, .col-2, .col-3 { float:left;}

/*======= index.html =======*/
#main #izquierda .col-1 {width:286px; margin-right:21px;}
#main #izquierda .col-2 { width:286px;}
#main #izquierda .col-3 { width:600px;}




#footer {
background-image:url(../images/pie.jpg);
background-repeat:no-repeat;
background-position: top center;
text-align:right;
height: 120px;
width: 980px;
clear:both;
margin-left:auto;
margin-right:auto;
margin-top: -30px;
padding-top: 10px;
padding-right: 20px;
}

#footer .contenido{
margin-top:35px;
color:#FFFFFF;
width: 800px;
text-align:right;
margin-left:auto;
margin-right:auto;
}


#clearboth {
clear:both;
}