/* 
    Created on : 27-abr-2020, 18:30:22
    Author     : Rey
*/

@charset "utf-8";

body {
    background-image: url("../images/fondo.jpg");
    background-repeat: no-repeat; 
    background-attachment:fixed; 
    top: 0; 
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#cablogin{
	height: 25px;
	width: 100%;
	background-color: #04537d;
}

/*Estilos login*/
#login {
	width: 350px;
        height: 350px;
        position: absolute;
	left: 5%;
	top: 10%;
	background-color: #E4E4E4;
	border: 1px solid #ECE8E8;
	border-radius: 10px;
	text-align: center;
	padding-top: 15px;
	padding-right: 9px;
	padding-left: 9px;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        -webkit-box-shadow: 7px 10px 11px -4px rgba(0,0,0,0.75);
        -moz-box-shadow: 7px 10px 11px -4px rgba(0,0,0,0.75);
        box-shadow: 7px 10px 11px -4px rgba(0,0,0,0.75);
       
	
}

#login h2 {
    color: #04537d;
}

#error {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F00;
	text-align: center;
}

input[type=text], [type=password] {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	margin-left: 15px;
	border-width: 0px;
	height: 25px;
	padding-left: 5px;
	color: #333;
}

label {
	color: #333;
}

th {
    text-align: left;
}

#boton {
	width: 100%;
	background-color: #04537d;
	height: 30px;
	color: #FFF;
	font-size: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#boton:hover {
	width: 100%;
	background-color: #003366;
	height: 30px;
	color: #FFF;
	font-size: 14px;
	cursor: auto;
}

