
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
body{
    margin: auto;
    width: 600px;
    height: auto;
   background-color: #d2d6de;
/*    background-color: #efefef;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#555
}

.header{
    display: block;
    margin-top: 120px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

#content{
    margin-top: 10px;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0px 2px 2px;
    -moz-border-radius: 10px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0px 2px 2px;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.1) 0px 2px 2px;
}

label{
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

td{
    margin-bottom: 25px;
}

td label{	
    padding-right: 10px;
}

#content tr input {
    padding-left: 10px;
    width: 200px;
    height: 30px;
    background-color: #efefef;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#fff));
    background: -moz-linear-gradient(0% 100% 90deg,#efefef, #fff);
    border: 1px solid #999;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}

#buttons{
    text-align: right;    
}

#submit{
    padding: 5px 35px 8px 35px;
    width: 120px;
    letter-spacing: 2px;
    background-color: #888888;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#888888), to(#999));
    background: -moz-linear-gradient(0% 100% 90deg,#0066ef, #2FC6FF);
    border: 1px solid #888888;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0px 2px 2px;
    -webkit-box-shadow:inset 0 0 2px #ffffff;
    -moz-border-radius: 3px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0px 2px 2px;
    -moz-box-shadow:inset 0 0 0px #fff;
    border-radius: 3px;
    box-shadow: rgba(0,0,0,0.1) 0px 2px 2px;
    box-shadow:inset 0 0 0px #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-shadow: rgba(104, 0, 11, 0.75) 0px 1px 1px;
    cursor: pointer;
    margin-right: 20px;
}

#submit:hover{
    background-color: #0066ef;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00ADEF), to(#2FC6FF));
    background: -moz-linear-gradient(0% 100% 90deg,#2FC6FF, #00ADEF);
}

#submit:active{
    background: #0066ef;
}

.footer{
    display: block;
    margin-top: 6px;
    margin-right: 7px;
    font-size: 12px;
    text-align: right;
    color: #888888;
}

.footer a{
    text-decoration: none;
    color: #406da0;
    -webkit-transition:color 400ms ease-in;
    -moz-transition:color 400ms ease-in;
    -o-transition:color 400ms ease-in;
    transition:color 400ms ease-in;  }

.footer a:hover, header a:focus{
    color: #6ccc3d;
}

.footer a:active{
    color: #01973e;
}

.cabecera{
    margin-top: 10px;
    padding: 20px;
 
 
    -webkit-border-radius: 10px;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0px 2px 2px;
    -moz-border-radius: 10px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0px 2px 2px;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.1) 0px 2px 2px;
    
    
    
      background-color: #175e4c;
    color: #FFFFFF;
    
    font-family: Verdana, Arial;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    font-family: Arial, Verdana;
    padding-left: 9px; 
    padding-right: 9px; 
    padding-top: 6px; 
    padding-bottom: 6px;
    border-radius: 3px;
}

















