

h1
{
color: #1B2A84;
font-size: 40px;
font-family: verdana;
text-align: center;

}

h2
{
color: black;
font-size: 25px;
font-family: verdana;
text-align: center;
}
h3 
{
color: gray;
font-size: 22px;
font-family: verdana;
text-align: center;

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

p
{
color: black;
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: 0.625em 0.75em 0.625em 0.75em;

    border: 4px groove;
    border-color: blue;
}
legend
{
color: black;
font-size: 22px;
}
.boton
{
        font-size:16px;
        font-family:Verdana;
        color:black;
        background-color: peachpuff;
     
        width:80px;
        height:25px;
       }
input
{
width:200px; height:20px	
}
input::-webkit-input-placeholder {
  color: blue; font-size: 12px; 
}
input:-moz-placeholder {
  color: blue; font-size: 12px; 
}
input:-ms-input-placeholder { 
  color: blue; font-size: 12px; 
}
.casilla
{
        font-size:16px;
        font-family:Verdana;
        color:black;
        background-color: gray;
    
        width:80px;
        height:25px;
}

.otroestilo 
{ 
font-size: 16px ; 
color:blue ; 
}
.positivo
{
    color: red;
}
.negativo {
    color: black;
}

#logos {
margin: 15px auto;
text-align: left;
}

#foto2 {
float: left;
}

#foto {
float: right;
margin-top: 90px;
}

#nuevo {
clear: both;
}