/* 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: #EEECE6 url(../img/fondos/fondoBody_fiat.png) repeat-x;
}
.imgTh{
margin-right:15px;
}

#envolvente{
	width:945px;
	margin-right: auto;
	margin-left: auto;
}
#topHome{
	width:945px;
	height:425px;
}
#contenidosHome{
	width:945px;
	/*background-image: url(../img/fondos/fondoContenidosHome.jpg);*/
	background-repeat: no-repeat;
	overflow: hidden;
}
#colIzquierdaHome{
	width:221px;
	float:left;
	/*background: url(../img/fondos/fondoColIzq.png) no-repeat;*/
}
#colCentralHome{
	width: 456px;
	float: left;
}
#colCentralHome img{
	/*float:left;*/
	margin-right: 15px;
	margin-bottom: 0px;
}
#colDerHome{
	width:248px;
	float: left;
	padding-left: 20px;
	background-image: url(../img/fondos/fondoColDerHome.jpg);
	height: 500px;
	background-repeat: no-repeat;
}

#colIzquierda{
	width:221px;
	float:left;
	height: 641px;
	/*background: url(../img/fondos/fondoColIzq.jpg) no-repeat;*/
}
#colCentral{
	float: left;
	width: 356px;
	background: url(../img/fondos/fondoContenidos.jpg) repeat-x left top;
	/*overflow: hidden;*/
	padding-top: 25px;
}
#colCentral img{
	float: left;

}
#colDerecha{
	width:318px;
	float: left;
	background: url(../img/fondos/fondoColDer.jpg) no-repeat left top;
	padding-left: 50px;
}
#top{
	width:945px;
	height: 159px;
	/*background: url(../img/fondos/fondoTop2.jpg) no-repeat;*/
}
#banners{
	width:210px;
	float: left;
	text-align: center;
	background: url(../img/fondoBanners.png) no-repeat;
}
#direccion{
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 10px;
	font-size: 0.9em;
	line-height: 16px;

}
#pie{
	clear: both;
	background-image: url(../img/fondos/fondoPie.png);
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #A39C89;
}

/* 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-x-position: 0%;
	background-y-position: 0%;
	padding-left: 60px;
	padding-top: 10px;

}
#buscador input{
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000000;
	border: 1px solid #516A79;
}
#buscador input img{
	border-width: 0px;

}
#paginador{
	text-align: center;
	clear: both;
}

.cierre{clear:both;
border-bottom: 1px solid #C7C2B6;
margin-left:90px;}

.resumenIndex img{
float:left;
}


.primerResumen {
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 5px;
	overflow-x: hidden;
	overflow-y: hidden;
	clear: both;
}
.primerResumen img {
/*float:left;*/}
