/*
Diseñado por Alpha-Studio
Andrea Gasparini y Matías Uzal
*/

*{border:0px; margin:0px; padding:0px;}

/*CENTRAR VERTICAL*/
html, body {margin: 0;padding: 0; background-image:url(imagenes/fondo.jpg); overflow:hidden;}
#contenedor {width:1030px;height:670px;margin:auto;position:relative;}
#contenido {width: 1030px;height: 670px;position: absolute;}
/* invisible para IE 5 \*/
#contenedor {position:absolute;margin:-335px 0 0 -515px;/*Dividir ancho y alto por 2*/left:50%;top:50%;}
/* fin hack */
/*FIN CENTRAR VERTICAL*/

/*#encabezado{
width:1030px;
height:150px;
}*/

#cuerpo{
text-align:center;
position:relative;
z-index:1;
width:100%;
height:100%;
/*background-color:#BEC0C2;*/
margin:auto;
/*left:-100px;*/
}

/*#pie{
position:relative;
z-index:2;
top:-66px;
width:1330px;
height:100px;
margin:auto;
left:-150px;
text-align:center;
}*/
