@charset "utf-8";
/* CSS Document */
body{
background-image:url(imags/fond.jpg);
background-repeat:no-repeat;
}


#fla{
position:absolute; /* esto siempre irá para centrar la pagina */
left:50%; /* esto siempre irá para centrar la pagina */
top:50%;  /* esto siempre irá para centrar la pagina */
width:862px;
margin-left:-431px; /*<----para centrar esta formula: ancho del objeto / 2 ( 960/2 ) */
height: 522px;
margin-top:-261px; /*<----para centrar esta formula: largo del objeto /2 (590/2) */
}
#intro{
position:absolute;
top:50%;
left:50%;
width:349px;
height:456px;
margin-left:-174.5px;
margin-top:-228px;
}
#logo{
width:349px;
height:361px;
display:block;
float:left;
background-image:url(imags/logo.png);
background-repeat:no-repeat;
}
#button{
width:100px;
height:36px;
display:block;
float:left;
background-image:url(imags/bt.png);
background-repeat:no-repeat;
margin-left:124.5px;
margin-top:20px;
}
#button a{
width:100px;
height:36px;
display:block;
float:left;
}

mes {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  color:#294F45;
 }
 
 title {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  color:#333333;
 }
  cuerpo  {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
  color:#333333;
 }

