@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
}
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#FFFFFF;
color:#FFFFFF;
font-size:9px;
}
div.contenedor{
position:absolute;
top:50%;
left:50%;
width:740px;
height:600px;
margin-left:-370px;
margin-top:-300px;
}
div.cabecera{
width:740px;
height:117px;
clear:left;
margin:0px;
}
div.cabecera1{
width:740px;
height:80px;
background:url(../imgs/cabecera-1.png) no-repeat;
clear:left;
}
div.cabecera2{
width:740px;
height:37px;
background:url(../imgs/cabecera-2.png) no-repeat;
float:left;
text-align:center;
}
div.columnaIzq{
width:173px;
height:366px;
background:url(../imgs/columnaIzq.png) no-repeat;
float:left;
}
div.centro{
width:393px;
height:366px;
background:url(../imgs/direccion.jpg) no-repeat;
background-color:#000000;
float:left;
}
div.columnaDec{
width:174px;
height:366px;
background:url(../imgs/columnaDec.png) no-repeat;
float:right;
}
div.pie{
width:740px;
height:117px;
background:url(../imgs/pie.png) no-repeat;
clear:left;
}
div.cajaPie{
position:absolute;
top:92%;
left:50%;
width:300px;
height:50px;
margin-left:-150px;
margin-top:-25px;
text-align:center;
}
#titulo{
font-size:28px;
font-weight:bold;
}
#fecha{
font-size:9px;
}
p.textoPie{
font-size:10px;
}
p.textoPie2{
font-size:10px;
color:#99CC00;	
}
br{
clear:left;
}




