@charset "utf-8";
/* CSS Document */

#user{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 260px;
	height: 23px;
	outline:none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:1px solid rgba(0,0,0, 0.2);
	font-size: 18px;
}

#user:focus{
	box-shadow: 0 0 5px rgba(0, 150, 200, 9);
	box-shadow:
    -webkit-box-shadow: 0 0 5px rgba(0,150, 200, 0.7); 
    -moz-box-shadow: 0 0 5px rgba(0, 150, 200, 0.7);
    border:1px solid rgba(0,150, 200, 0.9);  
}

#password{
	outline:none;
	width: 260px;
	height: 23px;
	outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid rgba(0,0,0, 0.2);
}

#password:focus{
	box-shadow: 0 0 5px rgba(0, 150, 200, 9);
	box-shadow:
    -webkit-box-shadow: 0 0 5px rgba(0,150, 200, 0.7); 
    -moz-box-shadow: 0 0 5px rgba(0, 150, 200, 0.7);
    border:1px solid rgba(0,150, 200, 0.9);  
}

.principal{
	height: 350px;
	width: 80%;
	width: 1055px;
	;
	max-width: 1260px;/* puede que sea conveniente una anchura máxima (max-width) 
	para evitar que este diseño sea demasiado ancho en un monitor grande. Esto mantiene una longitud 
	de línea más legible. IE6 no respeta esta declaración. */
	min-width: 780px; /* el valor automático de los lados, unido a la anchura, centra el diseño. No es necesario si establece la anchura de .container en el 100%. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.info{
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-image: url(Images/bannerinf.png);
	width: 100%;
	height: 60px;
	text-align: center;
	background-repeat: no-repeat;
}

.sombrabordesup{
	background-image: url(Images/topshadow.png);
	height: 12px;
	width: 100%;
}

.sombrabordeinf{
	background-image: url(Images/buttonshadow.png);
	height: 12px;
	width: 100%;
	float: left;
}

.banner{
	background-image: url(Images/banner.png);
	height: 80px;
	width: 100%;
}

.text_banner{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	line-height: 20px;
}

.datosinicio{
	height: 200px;
	width: 100%;
	float: left;
	background-color: #FFF;	
}

.info_banner{
	color: #FFF;
	margin-top: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

.icono{
	height: 200px;
	width: 500px;
	float: right;
}

.datos{
	height: 160px;
	width: 500px;
	float: left;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 10px;
	
}

.claveincorrecta{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #C00;
}

.button {
   border-top: 1px solid #f79797;
   background: #d66565;
   background: -webkit-gradient(linear, left top, left bottom, from(#9c3e3e), to(#d66565));
   background: -webkit-linear-gradient(top, #9c3e3e, #d66565);
   background: -moz-linear-gradient(top, #9c3e3e, #d66565);
   background: -ms-linear-gradient(top, #9c3e3e, #d66565);
   background: -o-linear-gradient(top, #9c3e3e, #d66565);
   padding: 4px 8px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 18px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #782828;
   background: #782828;
   color: #ccc;
   }
.button:active {
   border-top-color: #5c1b1b;
   background: #5c1b1b;
   }
.principal .info table tr td .info_banner {
	text-align: center;
}
