/* CSS Document */
body{
  margin:auto;
  height:100%;
  min-height:100%;
  background-image:url(../img/fondobody.jpg);
}

#contenidoCentro{
 text-align:center;
 width:100%;
 
}

#contenido{
text-align:left;
margin:auto;
width:719px;
background-repeat:repeat-y;
}

#header{
 width:719px;
 height:117px;
 background-image:url(../img/cabeza.gif);
}
#espacer{
 width:719px;
 height:11px;
 background-image:url(../img/cuerpo.gif);
 background-repeat:repeat-y;
 background-position:top;
 
 
 }
#main{
 width:100%;
}
#mainconten{

width:719px;
height:11px;
 background-image:url(../img/cuerpo.gif);
 background-repeat:repeat-y; 

 
}
#pie{
 width:719px;
 height:27px;
 background-image:url(../img/pie.gif);
 background-repeat:no-repeat;
font-family: arial, Helvetica, sans-serif;
 	font-size:10px;
	color: #999999;
	font-weight:bold;	
}