
.formulario {
	width:100%;
	margin-bottom:20px;
	padding:30px 2%;
	font-family: Verdana;
	
	background-color:#e5e5e5;
	border: 1px solid #dddddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}	
.formulario-interno {
	width:100%;
	max-width:1200px;
	margin:0 auto 10px auto;
	padding:10px;
	border:1px solid #a23333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
@media screen and (max-width: 500px) {
	.formulario-interno {
		max-width:none;
		width:auto;
	}
}

.form-descripcion {
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:2px;
	border-style:solid;
	border-color:#bbbbbb;
	margin-bottom:30px;
}

.form-descripcion p {
	color:#572c04  ;
}

.form-descripcion h2 {
	margin-top:0;
	padding-top:0;
}

.mensajeError {
	font-size:12px;
	color:red;

	background-color:yellow;
	line-height:25px;
	vertical-align:middle;	
	
}	

.mensajeResultado {
	font-size:16px;
	color:red;
	padding:10px 0px;
	text-align:center;
}	

.caja-form {
	margin-top:10px;
	margin-bottom:0px;
}	

.aclaracion {
	margin:0;
	padding:0px 0px 0px 25px;
	font-style:italic;
	font-size:12px;
	color:black;
	background-color:#bbbbbb;
	border-radius:5px;
}

label {
	color:#a23333;
	font-style:italic;
	cursor: pointer;
	position: relative;
	vertical-align:middle;
}

.cajaEtiquetasGrupos {
	border-bottom:1px solid #a23333;
	background-color:#aaaaaa;
	margin-top:20px;
}
.etiquetaGrupos {
	color:#a23333;
	font-style:italic;
	vertical-align:middle;
	text-align:center;
	padding:0;
}

input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="date"], 
textarea, 
select {
  background: #f2f2f2;
  border:1px solid #cccccc;
  font-size:16px;
  width:98%;
  margin-top: 2px;
  margin-bottom: 2px;
  padding:8px 1%;
 
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="password"]:focus, 
input[type="date"]:focus, 
input[type="checkbox"]:focus,
textarea:focus, 
select:focus  {
  background: #fafafa;
  border:2px solid #fde000;
}



input[type="submit"],
input[type="reset"],
input[type="button"],
.boton {
  float:none;
  -webkit-appearance: none;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Pontano Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #FFFFFF;
  margin: 0 5px 0 0;
  overflow: visible;
  cursor: pointer;
  text-indent: 0;
  line-height: 31px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-collapse: separate;
  -webkit-border-radius: 0;
  -webkit-background-origin: border !important;
  -moz-background-origin: border !important;
  background-origin: border-box !important;
  background: #28272B;
  background: -webkit-linear-gradient(top, #444148 0, #0A0A0B 100%) no-repeat;
  background: -moz-linear-gradient(top, #444148 0, #0A0A0B 100%) no-repeat;
  background: -o-linear-gradient(top, #444148 0, #0A0A0B 100%) no-repeat;
  background: -ms-linear-gradient(top, #444148 0, #0A0A0B 100%) no-repeat;
  -svg-background: linear-gradient(top, #444148 0, #0A0A0B 100%) no-repeat;
  background: linear-gradient(to bottom, #444148 0, #0A0A0B 100%) no-repeat;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  border: 1px solid #B5B5B5;
  padding: 0 20px;
  margin: 0 auto;
  height: 31px;  
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.boton:hover {
  cursor:pointer;
  color: #000000;
  background: #B5B5B5;
  background: -webkit-linear-gradient(top, #D1D1D1 0, #999999 100%) no-repeat;
  background: -moz-linear-gradient(top, #D1D1D1 0, #999999 100%) no-repeat;
  background: -o-linear-gradient(top, #D1D1D1 0, #999999 100%) no-repeat;
  background: -ms-linear-gradient(top, #D1D1D1 0, #999999 100%) no-repeat;
  -svg-background: linear-gradient(top, #D1D1D1 0, #999999 100%) no-repeat;
  background: linear-gradient(to bottom, #D1D1D1 0, #999999 100%) no-repeat;
  background-origin: padding-box;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  border: 1px solid #76727E;
  padding: 0 20px;
  margin: 0 auto;
}

			  
input[type=checkbox]:checked {
	background-image:url('iconos/check.svg');
    background-size: 90%;
	background-repeat: no-repeat;
	background-position: center;
	background-color:orange;
}

input[type=radio]:checked {
	background-image:url('iconos/circle.svg');
    background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	background-color:orange;
}

input[type=radio],
input[type=checkbox] {

  -webkit-appearance: none;
  -moz-appearance:   none;
  appearance:        none;
  
  width:22px;  
  height:22px;  
  border:1px solid #cccccc;
  background: #f2f2f2;
  
 }

input[type=radio] {
  -webkit-border-radius: 50%;
  -moz-border-radius:   50%;
  border-radius:50%;
}

input[type=radio]:focus,
input[type=checkbox]:focus {
    outline-width: 0;
}





