/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 21, 2015, 9:25:41 PM
    Author     : NEFY
*/
#EntidadesFormDiv {
    
   
}
form {
/*    margin: 0 auto; */
    min-width: 33%;
    width: 1%;
    max-width: 90%;
    background-color: #fff;
    /*border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0.33px 2px 8px rgba(0, 0, 0, 0.3);*/
    color: #333;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    /*width-min: 300px;*/
    text-align: center;
}
input[type=submit] {
    margin: 5px;
    height: 28px;
    font-size: 18px;
    text-align: left;
    border: 1px;
    background-color: #063;
}
select {
    font-size: 18px;
}
#EntidadesForm {
    width: 50%;
}
input {
    margin: 5px;
    height: 20px;
    font-size: 18px;
    text-align: left;
}
#EntidadeSubmit {
    color: #ffffff;
    font-family: Open Sans Bold,Arial,sans-serif;
    line-height: 2;
    min-height: 2em;
    padding: 0 10px;
    margin-top: 10px;
    width: 228px;
    border: medium none;
    border-color: #ffa028;
    background-color: #ffa028;
}
