@charset "utf-8";
/* CSS Document */
#cuerpo {
	padding-top: 2em;
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
#cuerpo h4{
	color:#FFF;
	font-size: 1.4em;
	top: 2em;
	margin-bottom:3em;
	text-align: center;
	position: relative;
}
#cuerpo ul li {
	list-style-type: none;
	font-size:1.2em;
	font-weight: bold;
	position: relative;
	text-align: center;
	color:#F00;
}	
form.ingreso {
	margin: 1em 0.5em 1em 0.5em;
	width:100%;
	max-width:400px;
    display:block;
    margin-left: auto;
    margin-right: auto;
	position:relative;
}
#cuerpo label{
	position:relative;
	display: block;
	font-weight: bold;
	color:#FFF;
	font-size:1.2em;
	margin-top:5px;
}
#cuerpo input[type='text'], #cuerpo input[type='password'] {
	padding: 0.7em 0.6em;
	width: 100%;
	border: 1px solid #CED5D7;
	resize: none;
	box-shadow:0 0 0 3px #EEF5F7;
	margin-bottom:10px;
}
#cuerpo input[type='submit'] {
	border: 0.1em solid #CED5D7;
	box-shadow:0 0 0 0.3em #EEF5F7;
	padding: 0.8em 1.6em;
	border-radius: 1em;
	font-weight: bold;
	text-shadow: 0.1em 0.1em 0px white;	
	background: #e4f1f6; 
	background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #e4f1f6 0%,#cfe6ef 100%); 
	margin-top:2em;
	margin-bottom:2em;
    display:block;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width:800px) {
form.ingreso {
	min-height:500px;
}
#cuerpo input[type='text'], #cuerpo input[type='password'] {
	width: 75%;
	margin-left:10%;
	margin-right:10%;
}
#cuerpo label{
	margin-left:10%;
}