@charset "utf-8";
/* CSS Document */
body {
	background-image: url(img/fondo.png);
}

/*comienza estilo de centro*/
body{
color: #000;
font-size: 11px;
font-family: verdana;
}
a{
color: #000;
text-decoration: none;
}
a:hover{
color: #DFE44F;
}
p{
margin: 0;
padding: 5px;
line-height: 1.5em;
text-align: justify;
border: 1px solid #003366;
}
#wrapper{
width: 674px;
margin: 0 auto;
}
.box{
background: #fff;
}
.boxholder{
clear: both;
padding: 1px;
background: #00CCFF;
}
.tab{
float: left;
height: 32px;
width: 80px;
margin: 0 1px 0 0;
background:  url(img/boton.png) no-repeat;
}
.tabtxt{
margin: 0;
color: #000;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}

/*termina estilo de menu de centro*/