/* CSS Document */

/*
* Filename: estructura.css * Nombre del fichero: grid.css
* Version: 1.0.0 (18/03/2008)DD-MM-YYYY 
* Website: http://jagonzlez.com.ar 
* Author: Daniel Gorosito 
* Description: estructura basica del sitio.

== STRUCTURE: ==========================================
* Page width: 920 px 
* Ancho del cuerpo central:710px
* Number of columns:  2, encabezado y columna derecha para banners como tercer columna
============================================ ============================================
*/ 

body {
	margin:0;
	background-color: #E7EFF5;
	background-image: url(../img/fondoBody.png);
}

#envolvente{
	width:710px;
	float: left;
	background-color: #FFFFFF;
}
#colIzquierda{
	width:230px;
	float:left;
	background-color: #FFFFFF;
}
#colCentral{
	width:450px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFFFFF;
	padding-top: 10px;
}
#colCentral img{
	float:left;
}
#top{
width:710px;
}
#banners{
	width:210px;
	background-color: #699BC9;
	float: left;
	background-image: url(../img/fondoBanners.png);
}
#direccion{
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 10px;
	font-size: 0.9em;
	line-height: 16px;

}
#pie{
	width:530px;
	clear: both;
	height: 60px;
	background: url(../guia/pie.png) no-repeat left top;
	padding-top: 25px;
	padding-right: 180px;
	text-align: right;
	font-size: 0.9em;
	color: #808080;
}

/* secciones separadores de la columna izquierda*/

.itemColIzq{
	font-size:0.8em;
	color:#999999;
	text-align:right;
	width:215px;
	border-bottom: 1px solid #CCCCCC;
	height: 65px;
	padding-top: 5px;
}
.itemColIzq img{
float:left;
}
#buscador{
	background-image:url(../img/fondoBuscador.jpg);
	width:230px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.cierre{clear:both;}

