@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;		
}

img{
		
	}
	
body{
	font-family: 'Roboto', sans-serif;	
	}
	
.top{
	width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.wrapper{
	width:1024px;
	height:auto;
	background:pink;
	margin:0 auto;	
	}
	
.superior{
	width:1024px;
	height:200px;
	
	margin:0;
	padding:0;
	float:left;	
	}
	
.superior-left{
	width:200px;
	height:200px;
	margin:0;
	padding:10px;
	float:left;	
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
	}
	
.superior-right{
	width:824px;
	height:200px;
	
	margin:0;
	padding:10px;
	float:left;	
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
	}
	
.bienvenida{
	width:1024px;
	height:120px;
	background:#C1BEBE;
	color:white;
	text-align:center;
	margin:0;
	padding:20px;
	float:left;	
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
	}
	
.slider{
	width:1024px;
	height:400px;
	background:#ccc;
	margin:0;
	padding:0;
	float:left;	
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
	}
	
.formulario{
	width:1024px;
	height:400px;
	background:#ffffff;
	margin:0;
	padding:0;
	float:left;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;	
	}
	
.formulario-left{
	width:50%;
	height:400px;
	background:url(../img/1.jpg) #E7E5E5;
	background-size:contain;
	background-repeat:no-repeat;
	margin:0;
	padding:5%;
	float:left;	
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
	}
	
.formulario-right{
	width:50%;
	height:400px;
	background:#E7E5E5;
	
	margin:0;
	padding:5%;
	float:left;	
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
	}
	
footer.inferior{
	width:1024px;
	height:30px;
	line-height:15px;
	font-size:14px;
	background:#5D9632;
	color:white;
	text-align:center;
	margin:0;
	padding:10px;
	float:left;	
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;	
	}
	
footer.inferior a:link{
		color:white;
		text-decoration:none;
	}	
	
footer.inferior a:hover{
		color:white;
		text-decoration:underline;
	}
	
footer.inferior a:visited{
		color:white;
		text-decoration:none;
	}	
	
.boton-regresar{
    line-height: 30px;
    padding: 10px;
    background: #5D9632;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    float: right;
    margin-top: 10px;
    margin-right: 30px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
	}
	
.boton-regresar:hover{
	opacity:0.8;
	}
	
h1{
	color:#01245E;	
	}
	
p{
	font-size:14px;	
	}	

input[type=text] {padding:5px; border:1px solid #ccc; 
-webkit-border-radius: 5px;
border-radius: 5px;
margin:5px auto;
width:300px;
}

input[type=submit] {padding:5px 15px; background:#5D9632; border:0 none;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px; 
width:300px;
margin:10px auto;
color:white;
}
