h1
{
color: black;
font-size: 40px;
font-family: verdana;
text-align: center;
}
h2
{
color: black;
font-size: 25px;
font-family: verdana;
text-align: center;
}
h3 
{
color: #008000;
font-size: 22px;
font-family: verdana;
text-align: center;

}
body {
color: green;
background-color: white;
}

p
{
color: red;
font-size: 16px;
font-family: arial;
text-align: left;
}
#solicitud
{
color: purple;
font-size: 20px;
font-family: arial;
text-align: center;
}

fieldset { 
    
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 4px groove;
    border-color: red;
}
legend
{
color: black;
font-size: 22px;
}
.boton
{
        font-size:16px;
        font-family:Verdana;
        color:black;
        background-color: peachpuff;
      /*    border: 0px;  */
        width:80px;
        height:25px;
       }
input
{
width:200px; height:20px	
}
input::-webkit-input-placeholder {
  color: red; font-size: 12px; 
}
input:-moz-placeholder {
  color: red; font-size: 12px; 
}
input:-ms-input-placeholder { 
  color: red; font-size: 12px; 
}
.casilla
{
        font-size:16px;
        font-family:Verdana;
        color:black;
        background-color: gray;
    /*    border: 1px;  */
        width:80px;
        height:25px;
}

.otroestilo 
{ 
font-size: 16px ; 
color:green ; 
}
.resaltar
{
color:green;
}
.resaltar2
{
color:red;
}

