@charset "utf-8";
/* CSS Document */
/* etiquetas html*/
body{
/* background-image:url(../img/fondo_web.jpg);
background-repeat:repeat-x; */
background-color:#000000;
margin:0;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
}
/* identificador */
#contenedor{
width:600px;
height:555px;
margin: 0 auto;
text-align:center;
vertical-align: middle;
background-position: center top;
}

/* clase */
.cabeza01{
width:200px;
height:78px;
border:0px;
padding-bottom:3px;
text-align:left;
float:left;
}

.cabeza02{
text-align:right;
width:400px;
height:78px;
border:0px;
float:right;
}

.menu{
width:600px;
height:30px;
border: 0px;
padding-bottom:3px;
float:left;
}

.cuerpo{
width:600px;
height:600px;
background-image:url(../img/fondo_cuerpo.jpg);
float:left;
}

.freespace{
width:600px;
height:28px;
text-align:center;
float:left;
}

.pie{
width:600px;
height:30px;
background-color:#000000;
text-align:center;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
.txtcontacto{
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
vertical-align:bottom;
}