/* Hoja de estilos de "contenido 2 calles" */
body{
	margin:0px;
	padding:0px;
	background:url(../img/layout/degradadov.jpg) left top repeat-x;
}

#contenedorPagina{
	margin:auto;
   padding:0px;
	width:767px;	
}

/* Cabecera */
#contenedorCabecera{
	background:url(../img/layout/fondo.gif) #ffffff left top repeat-y;
	/*background-color:#FFFFFF;*/
}
/*
.slotCabecera{  
}
*/
/*principal*/        
#contenedorPrincipal{
	background:url(../img/layout/fondo.gif) left top repeat-y;
	padding:0px 20px;
}

#contenedorPrincipal #fondo{
	background:url(../img/layout/fondo_principal.jpg) left top no-repeat;	
}

.slotPrincipal{
	float:left;
	/*width:572px;*/
	width:582px;
	/*background-color:green;*/
}

/* columna derecha */
#contenedorPrincipal .columnaDerecha{		
	float:right;
	/*width:154px;*/
	width:145px;	
	/*background-color:red;*/
}
/* fin columna derecha */

/* pie */
#contenedorPie{
	background:url(../img/layout/fondo.gif) left top repeat-y;
}
#contenedorPie .bordeInf{
	background:url(../img/layout/borde_pie.gif) left bottom no-repeat;
}
/*
.slotPie{
}
*/
/* Post pie */
/*
#contenedorPostPie{
}
*/
.slotPostPie{	
	margin:0px 4px;
}
