﻿/* Estrictamente para estructura de sitio
 * Nada de estilos o imágenes aquí */

/* Generales { */
body {
	width:100%;
}
#pageContainer {
	width:1000px;
	margin:0 auto;
}
/* } */

/* Head { */

/* Head generales { */
#head {
	position:relative;
	padding-top:33px;
}
#head > div {
	margin-bottom:10px;
}
#head > div.last {
	margin-bottom:0;
}
/* } */

/* Banners { */
#bannerBarHead {
	height:90px;
}
#bannerBarHead #banner1 {
	float:left;
}
#bannerBarHead #banner2 {
	float:left;
}
/* Fin Banners } */

/* Título de página { */
#head .shadow {
	display:none;
}
#header {
	height:60px;
}
#header #headerBanner {
	width:678px;
	float:left;
}
#header #search {
	width:320px;
	float:right;
}
#header #search form {
	float:right;
}
#header #search #searchAddons {
	float:right;
}
#header #search #searchAddons p {
	float:left;
	height:22px;
	margin-left:25px;
}
/* Fin título } */

/* Navegación { */
#navMenu {
	height:25px;
}
#navMenu ul {
	list-style-type:none;
}
#navMenu ul li {
	display:block;
	text-align:center;
	width:122px;
	float:left;
	height:25px;
}
#navMenu ul li a {
	display:block;
	height:25px;
	width:122px;
}
/* Fin navegación } */

/* Fin Head } */

/* Cuerpo de página { */
#body {
	width:100%;
	margin-top:19px;
}

/* Principal { */
#main {
	float:left;
	width:660px;
}
#main>div {
	float:left;
	margin-bottom:19px;
	margin-right:1px;
	width:329px;
}
#main .seccion {
	min-height:250px;
	width:320px;
}
#main .seccion.even {
	margin-right:19px;
}
#main .seccion.odd {
}
#main .seccion img {
	float:left;
}
#main #noticiasMain {
	margin-right:19px;
	height:400px;
	width:320px;
	position:relative;
}
#main #noticiasMain #noticiasSwitcher {
	position:absolute;
	bottom:0;
	width:100%;
}
#main #noticiasMain #noticiasSwitcher a {
	display:inline-block;
	width:50%;
}
#main #noticiasMore {
	/*height:400px;*/
	min-height:400px;
	width:320px;
}
#main #noticiasMore div {
}
#main #noticiasMore div img {
	float:right;
}
#main #divisas {
	height:140px;
}
#main #indexFinancieros {
	height:140px;
}
#main #ebooks {
	height:80px;
	width:654px;
	margin-left:5px;
}
#main #ebooks img.last {
	margin-right:0;
}
/* Fin principal } */

/* Barra lateral { */
#sidebar {
	margin:0 0 0 auto;
	width:320px;
	/*position:relative;*/
}
#sidebar>div {
	margin:0 auto 19px;
	width:300px;
}
#sidebar .sidebarBanner {
	height:250px;
}
#sidebar #mostRead {
	/*height:120px;*/
	min-height:120px;
}
#sidebar #deLaRevista {
	min-height:140px;
}
#sidebar #deLaRevista .inner {
	float:left;
	width:50%;
}
#sidebar #deLaRevista .inner.last {
	margin-left:-1px;
	width:149px;
}
#sidebar #encuesta {
	height:200px;
}
#sidebar #encuesta #resultados {
	/*display:none;*/
}
#sidebar #ecoSustentable {
	/*height:120px;*/
	min-height:120px;
}
#sidebar #boton {
	height:100px;
}
#sidebar #rankings {
	/*height:120px;*/
	min-height:120px;
}
/* Fin barra lateral } */
/* Fin cuerpo } */

/* Footer { */
#footer {
	clear:both;
}
#bannerBarFooter {
	height:90px;
}
#bannerBarFooter #banner3 {
	float:left;
}
#bannerBarFooter #banner4 {
	float:left;
}
#mainFooter {
	margin-top:19px;
	height:60px;
}
#mainFooter #legal {
	float:left;
}
#mainFooter #footerLinks {
	float:right;
}
/* Fin footer } */


/* vim: set fdm=marker fmr={,}: */

