/* CSS Document 
	Jorge Misael Ruiz
	jmrumz@gmail.com / 06/03/2020
*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

*{
	margin:0px;
	padding:0px;
}

body {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #777;
  background: #fff;
}

#contenedor
{
	 width: 900px; 
     height: 400px;
	 margin:auto;
}

header
{
    background-color:#00C; 
    height:50px; 
    padding:5px;
}
/************************************************************************************************************************
css para los formularios
************************************************************************************************************************/
form.fm01
{
	width:450px;
	margin:auto;
	/*background:rgba(0,0,0,0.4);*/
	background:#FFF;
	padding: 10px 20px;
	box-sizing:border-box;
	margin-top:50px;
	border-radius:4px;
	border:1px #06C solid;
}

input[type=text], input[type=password]
{
	/*background:url(../img/required2.gif) no-repeat left bottom;*/
	width:100%;
	color:#666;
	margin-bottom:20px;
	border:1px #CCCCCC solid;
	font-size:16px;
	/*text-transform:uppercase;*/
	padding:5px 5px 5px 15px;
	box-sizing:border-box;	
}

select
{
	width:100%;
	color:#666;
	margin-bottom:20px;
	border:1px #CCCCCC solid;
	font-size:16px;
	padding:5px 5px 5px 15px;
}


.divBtn{
	text-align:center;
	border-top:1px solid #006;
	padding-top:10px;
}

.btn_1
{
	background:#03C;
	color:#FFF;
	cursor:pointer;
	border:1px solid #A65300;
	width:80%;
	padding:5px;
	font-size:16px;
	box-sizing:border-box;	
}
	
.btn_1:hover
{
	background:#06C;
}	
	
	
	
/***
/************************************************************************************************************************/



@media only screen and (max-width:480px){
	#contenedor
	{
		width:96%;
    }
	form.fm01
	{
		width:100%;
	}
	
	
	
	header
	{
		display: none !important;
	}
}
