/* maqueta */

body{
background:white url(../img/bodyRepeatx.png) repeat-x;
background-position:0 0;
background-attachment:fixed;
width:auto;
height:auto;
position:relative;
}
#contenedorPrincipal{
position:relative;
margin:0 auto;
width:960px;
background:#add8f4 url(../img/contPpal.jpg) no-repeat;
background-position:0 0;
border-left:5px solid white;
border-right:5px solid white;
}
#cabecera{
width:100%;
height:151px;
overflow:hidden;
}
#logo{
width:390px;
height:72px;
background:url(../img/logo.png) no-repeat;
float:left;
position:relative;
top:37px;
left:41px;
}
#piletas{
width:412px;
height:151px;
background:url(../img/piletas.png) no-repeat;
float:right;
position:relative;
top:0;
}
#cuerpo{
width:960px;
overflow:hidden;
}
#cuerpoLeft{
width:165px;
padding:0 28px 0 28px;
float:left;
}
#cuerpoRight{
width:711px;
float:left;
}
#top{
width:711px;
overflow:hidden;
}
#topLeft{
width:28px;
height:28px;
float:left;
background:url(../img/BorderLR.png) no-repeat;
background-position:0 0;
}
#topCenter{
width:655px;
height:28px;
background:white;
float:left;
}
#topRight{
width:28px;
height:28px;
background:url(../img/BorderLR.png) no-repeat;
background-position:-28px 0;
float:left;
}
#contenido{
width:655px;
padding:0 28px 16px 28px;
background:white;
position:relative;
}
.a{height:431px; overflow:hidden;}
#imagenInicio, .imagenInicio{
width:711px;
height:292px;
background:url(../img/imagenInicio.jpg) no-repeat;
position:relative;
bottom:0px;
left:-28px;
}
#pie{
position:relative;
margin-top:18px;
width:960px;
height:51px;
background-color:#015488;
}
#irArriba{
width:20px;
height:20px;
background:url(../img/irarriba.png) no-repeat;
position:absolute;
top:-40px; right:4px;
}
