/* Estos 2 body son para centrar en IE <7 */
body { 
	text-align: center; 
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;	

}
body * { text-align: left; }


#posicionador{
 position: relative;
 width:1000px;
 /*Con los 2 margin a auto centramos el contenido*/
 margin-left: auto;
 margin-right: auto;
 top:-5px;
}

#contenedor{
 text-align: left;
 /*min-height: 700px;*/   /* validacion */
/* background-color: #eee;*/
/* background-color:#e6e6e6;*/
 background-color:#e7e7e7;
}

#cabecera {
 position:relative;
 top:0px;
 left:0px;
 width:100%;
 background-color:#D72220;
}

#izquierda {
 float:left;
 position:relative;
 width:200px;
 /*background-color:#eee;*/
 background-color:#e6e6e6;
}

#centro {
 float:left;
 position:relative;
 width:600px;
 /*background-color:#DBE6F2;*/
 background-color:#e6e6e6;
}

#derecha {
 float:right;
 position:relative;
 width:200px;
 /*background-color:#7197B7;*/
 background-color:#e6e6e6;
}

#pie{
 clear:both;
 width:100%;
 /*height:20px;*/
 /*background-color:#0099CC;*/
}

#pie a{
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

#pie a:hover{
  color: #ee3e3c;
  text-decoration: none;
}

.linea {
	background: #c6c6c6;
	height: 1px;
	width: 960px;
	overflow: hidden;
	margin: 0px 15px;
}

.hueco {
    height: 1px;
    margin-top: -1px;
    clear: both;
    overflow-x: hidden;
    overflow-y: hidden;
}


#cabecera_izquierda {
 width: 578px;  /*El banner de la izquierda es de 578*/
 float: left;
 height:101px;
 display: inline;
}

#cabecera_derecha {
 width: 422px;  /*El banner de la izquierda es de 578*/
 float: right;
 height:101px;
 display: inline;
 background-image: url(img/fondo_rojo_completo.gif);
/* background-repeat: repeat-x;*/
}

div {
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 border: none;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
	/*outline: none;*/ /* validacion */ 
}

.caja-anuncio {
    width:220px;
    display:inline;
    float:left;
    padding-right:50px;
    margin-top:20px;
}

/* min-height y outline*/