/* PARA FORMULARIO DE INSCRIPCION*******************************/

.widget {
	background-color: gold;
	border: 1px solid white;
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	float: right;
	width: 100%;
	border-radius: 10px;
}
.widgettitulo {
    background: #99be19;
	background: -moz-linear-gradient(top, #99be19 0%, ##809b2f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #99be19), color-stop(100%, #809b2f));
	background: -webkit-linear-gradient(top, #99be19 0%, #809b2f 100%);
	background: -o-linear-gradient(top, #99be19 0%, #809b2f 100%);
	background: -ms-linear-gradient(top, #99be19 0%, #809b2f 100%);
	background: linear-gradient(top, #99be19 0%, #809b2f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
	text-align: center;
    color:white;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 6px 0;
    border-radius: 10px
}
@media screen and (max-width: 1336px) {
    #consultar {
        width: 48%;
    }
    #consultar .widget, #inscribir .widget  {
	padding-top: 8%;
	padding-right: 7%;
	padding-bottom: 5%;
	padding-left: 7%;
    }	
	
}
/* version tablet/smartphone */ 
@media screen and (max-width: 800px) {
	
	#inscribir {
	width: auto;
	float: none;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
    }

	.widget {border: none;}
}
input#nombre {
	background-color: #fff;
	background-image: url(../img/user.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}

input#telefono { 
background: #fff;
 background-image: url(../img/telefono.png);
 background-repeat: no-repeat;
	background-position: 5px 4px;
}
input#email { 
background: #fff;
 background-image: url(../img/emil.png);
 background-repeat: no-repeat;
	background-position: 5px 4px;
}
select#modulo { 
background: #fff;
 background-image: url(../img/ubicacion.png);
 background-repeat: no-repeat;
	background-position: 5px 4px;
}
#curso{
	margin-left: 5%;
}
input {
	width: 90%;
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 6px;
	font-size: 1.2em;
	color: #777;
	height: 50px;
	padding-left: 15%;
	font-family: "Raleway", sans-serif;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
}
select
{
	width: 90%;
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 15px;
	font-size: 1.2em;
	color: #777;
	height: 50px;
	padding-left: 15%;
	font-family: "Raleway", sans-serif;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
}
input:focus {
	width: 95%;
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #777;
	height: 50px;
	padding-left: 15%;
	font-family: "Raleway", sans-serif;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 3px rgba(41, 92, 161, 0.6);
	outline: 0 none;
}

#respuesta {
	text-align:center;
	margin-bottom: 5px;
}
.btn-warning{
	text-align: center;
	margin-left: 5%;
	margin-bottom: 5px;
	width: 90%;
	height:50px;
	border-radius: 5px;
	background-color: #809b2f;
	border-color: #809b2f;
	font-size: 1.5em;
	font-weight: bold;
}
.btn-warning:hover{
	background-color: #99be19;
	border-color: #99be19;
}
#seguridad{
	margin-left: 5%;
	width: 90%;
}
#seguridad p{
	text-align: justify;
}
#seguridad #icono{
display: inline-block;
    width: 25px;
    height: 35px;
    text-align: center;
    font-size: 20px;
    line-height: 10px;
    float: left;
    margin-top: 3%;

/******