body {
font-family: "Trebuchet MS", Helvetica, sans-serif;
background-image: url(fondo.jpg);no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
div.centro{
margin: 0 auto; 
width: 800px;
height: 100%;
background-color: #fff;
}

div.sangria{
text-indent: 5%;
}



#formularios input{
font-family: "Trebuchet MS", Helvetica, sans-serif;
width:150px;
margin-left: 1%;
margin-bottom: 15px;
padding: .2em;
}

#formularios input.formulario{
width:500px;
}

#formularios .formulario {
margin-left:10px;
}


div .campos {
margin: .4em 0;

}

div  label{
width: 30%;
 float: left;
}

.boton{
        font-size:14px;
        font-family:"Trebuchet MS", Helvetica, sans-serif;
        font-weight:bold;
        color:white;
        background:#0080FF;
        border:0px;
        width:80px;
        height:25px;
       }
	   
.boton:hover{
  background:#08298A;
}

ul.flecha {
 list-style-image: url("flecha.png"); 
}

a:link {
text-decoration: none;
color: #0080FF;
}

a:visited {
text-decoration: none;
color: #0080FF;
}
a:hover {
text-decoration: none;
font-weight:bold;
color: #08298A;
}

fieldset .inicio{
margin: 0 auto;
text-align: left;
width: 300px;
}