

html , body {
margin:0px;	
}
img{border:0px;}

.contenedor-body{
 background:#fff url('http://extranet.facilisweb.es/files/2896/image/bg-body.gif') repeat-x;
 min-height:600px;
}

.contenedor-cabecera, .contenedor-verde, .contenedor, .contenedor-footer{
 width:1000px;
 margin:0 auto;
}
.contenedor-cabecera[class], .contenedor-verde[class], .contenedor[class], .contenedor-footer[class]{
	width:980px;
}

.cabecera{
 height:117px;
}

.cabecera-izq{
 width:260px;
 float:left;
}

.cabecera-contenido{
 width:720px;
 float:left;
}

.contenido-verde{margin:22px 0px;
 background:#6b8d51 url('http://extranet.facilisweb.es/files/2896/image/bg-verde.gif') repeat-x;
 min-height:344px;
}
.contenido-footer{
 border-top:1px solid #549448;
 background:#fdfadd url('http://extranet.facilisweb.es/files/2896/image/bg-footer.gif') repeat-x;
 height:105px;
 
}


.columna-izq, .columna-der{
 width:200px;
 float:left;
 margin-top:0px;
}
.columna-izq[class], .columna-der[class]{margin-top:0px;}

 .v-contenido{
 width:720px;
 float:left;	
}

.contenido{
 width:550px;
 float:left;	
 padding: 0;
 padding: 0 15px;
 margin-top:20px;
}
.contenido[class]{width:550px;margin-top:0px;}



.clear{clear:both;}
.float{float:left;}
.float-right{float:right;}

