
body{
	position:center;
	padding-top: 50px;
	text-align: center;

	list-style:none;


}
input [type=submit]{
	border:2px;
	border-radius: 0px;
	-webkit-appearance:button;
}

.contact p{
	list-style: none;
	/*list-style-position: outside;*/
	margin: 0px;
	padding: 0px;
		text-align: center;

	}
/*.linterna{
    	text-align: center;
	font:14px/21px "san-serif","arial black","Lucida sans Unicode"; 
}*/

.boton{
	 background-color: #730303;
    background: -webkit-gradient(linear, left top, left bottom, from(#730303), to(#730303));
    background: -webkit-linear-gradient(top, #730303, #730303);
    background: -moz-linear-gradient(top, #730303, #730303);
    background: -ms-linear-gradient(top, #730303, #730303);
    background: -o-linear-gradient(top, #730303, #730303);
    background: linear-gradient(top, #730303, #730303);
    border: 1px solid #730303;
    border-bottom: 1px solid #730303;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #730303;
    -webkit-box-shadow: 0 1px 0 0 #730303 inset ;
    -moz-box-shadow: 0 1px 0 0 #730303 inset;
    -ms-box-shadow: 0 1px 0 0 #730303 inset;
    -o-box-shadow: 0 1px 0 0 #730303 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: left;
    text-shadow: 0 -1px 0 #730303;
}
button.submit:hover{
	   opacity:.85;
    cursor: pointer; 
}
button.submit:active {
    border: 1px solid #ff0000;
    box-shadow: 0 0 10px 5px #356b0b inset; 
    -webkit-box-shadow:0 0 10px 5px #f0000 inset ;
    -moz-box-shadow: 0 0 10px 5px #f0000 inset;
    -ms-box-shadow: 0 0 10px 5px #ff0000 inset;
    -o-box-shadow: 0 0 10px 5px #ff0000 inset;
     
}
.exam{
	 background-color: rgb(255,0,0);
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #730303, #730303);
    background: -moz-linear-gradient(top, #730303, #730303);
    background: -ms-linear-gradient(top, #730303, #730303);
    background: -o-linear-gradient(top, #730303, #730303);
    background: linear-gradient(top, #730303, #730303);
    border: 1px solid #730303;
    border-bottom: 1px solid #730303;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #730303;
    -webkit-box-shadow: 0 1px 0 0 #730303 inset ;
    -moz-box-shadow: 0 1px 0 0 #730303 inset;
    -ms-box-shadow: 0 1px 0 0 #730303 inset;
    -o-box-shadow: 0 1px 0 0 #730303 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #730303;
    margin: auto;
}
.contact ul {

	margin-top: 3px;
	display: inline-block;
	float: center;
	padding: 3px;
}
.Formulario form li h2{
	text-align: justify;
}

.Izquierda{
    float: left;
    width: 40%;
    margin: 0px 0px;
    border-style: none;
    display: inline-block;
    text-align: right;
}
.Derecha{
    float: right;
    text-align: right;
    width: 40%;
    margin: 0px 0px;
    border-style: none;
    display: inline-block;
    
}
.Contact ul li input:focus{
    background: #000;
    border: 1px solid 555;
    box-shadow: 0 0 3 #aaa;
    align-items:left;
    
}

#Nombre , #Nit, #email, #Telefono, #direcion, #Nombre2{
    height: 20px;
    width: 310px;
    padding: 10px 8px;
    background: #fff;
    border: 1px solid 555;
    box-shadow: 0 0 3 #aaa;
}
.col-lg-4 col-md-6 col-sm-6 col-xs-12{
    text-align:left;
}

