/*
..................................
::      CSS 3columnas.css       ::
::   http://www.glish.com/      ::
..................................
*/

/*
.......................................
::      Estructura de la página      ::
.......................................
*/

body {
	text-align:left;
	background: #FFCC00 url("../images/bg_body.jpg") repeat-x ;
	margin: 0px;
	padding: 0px;
	}
#contenedor {
	width:796px;
	margin-right:auto;
	margin-left:0px;
	margin-top:0px;
	padding:0px;
	text-align:left;
	}
#cabecera {
	height:87px;
	margin:0px;
	padding:0px;
	text-align:center;
	}
#cabeceracentral {
	width:448px;
	height:67px;
	margin:auto;
	padding:0px;
	background: url("../images/bg_cabecera.jpg") no-repeat;
	}
#migaspan {
	width:448px;
	height:20px;
	margin:0px auto 0px auto;
	padding:0px;
	text-align:left;
	}

#contenidoizquierdo {
	width:173px;
	padding:0px;
	float:left;
	background: url("../images/bg_contenidoizquierdo.jpg") repeat-y;
	}
#contenidoizquierdo .cabecera {
	display:block;
	background: url("../images/bg_cabecera_contenidoizquierdo.jpg") no-repeat top;
	}
#contenidoizquierdo .pie {
	display:block;
	background: url("../images/bg_pie_contenidoizquierdo.jpg") no-repeat bottom;
	height:12px;
	}
	
#contenidoderecho {
	width:175px;
	padding:0px;
	float:left;
	background:#f4f4f4;
	background: url("../images/bg_contenidoderecho.jpg") repeat-y;
	}
#contenidoderecho .cabecera {
	display:block;
	background: url("../images/bg_cabecera_contenidoderecho.jpg") no-repeat top;
	}
#contenidoderecho .pie {
	display:block;
	background: url("../images/bg_pie_contenidoderecho.jpg") no-repeat bottom;
	height:12px;
	}	
#contenidocentral {
	width:448px;
	padding:0px;
	float:left;
	background: url("../images/bg_contenidocentral.jpg") repeat-y;
	}
#contenidocentral .cabecera {
	display:block;
	height: 10px;
	background: url("../images/bg_cabecera_contenidocentral.jpg") no-repeat;
	}
#pie {
	width:448px;
	height:60px;
	margin:0px;
	padding:0px;
	background: url("../images/bg_pie.jpg") no-repeat bottom;
	}

