@charset "utf-8";
/* CSS Document */

body{
	background-color: #D8D8D8;	
}

#encabezado{
	background-color: #ADABAB;
	height: 100px;
	display: block;
	color: #FFFFFF;
	text-shadow: 3px 3px #0D0C0D;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 80px;
	border-color: #EB7815;
}

#nombre{
	background-color: #414245;
	height: 35px;
	color: #EB5F0B;
	font-style: normal;
	font-size: 18px;
	line-height: 30px;
	text-align: right;
	border: thin double #7176B1;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

#menu{
	background-color: #F4F7F4;
	height: 35px;
	color: #00000;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

#centro{
	background-color: #F4F7F4;
	height: 400px;
	top: 20px;
}

#pie{
	background: #8F919E;
	height: 20px
}

.login fieldset{
	padding-top: 25px;
	/*padding-right: 0;
	padding-left: 0;
	padding-bottom: 0.75em;*/
	border: 1px solid red;
	text-align: center;
	width: 300px;
	height: 150px;
	top: 400px;
}

.login input[type = text],
.login input[type = password]{
    text-align: center;
    padding: .5em .6em ;
    border: 1px solid # 333; 
    box-shadow: inset 0 1px 3px #666;
    border-radius: 3px;  
}

.login input[type = submit],
.login input[type = reset]{
        background-color: silver; 
        color : red; 
        padding : .5em 1em ; 
        border: 1; 
        border-radius: 4px; 
        cursor: pointer ;
}

.login input[type = submit]:focus,
.login input[type = reset]:focus,
.login input[type = submit]:hover,
.login input[type = reset]:hover{
  
}

.pass{

    margin-left: 60px;
    margin-top: 25px;
}

#res{
    margin-top: 25px; 
}