@charset "UTF-8";
/* CSS Document */


body {
margin: 0;
	background-color: #eeeeee;
	background-image: url(bg-blue.gif);
	background-repeat: repeat-x;
}


.header{
	background-image: url(bg-blue.jpg);
	background-repeat: repeat-x;
	height: 130px;
}

.cont-head{
margin: 0 auto;	
max-width:980px;
}

.cont-head img{
margin-top: 17px;

}


.contenedor{
	
margin: 0 auto;	
max-width:980px;

background:transparent;

	}
	
	
	.contenedor h2{
color: #346097;
font-size: 21px;
text-align: center;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif, Arial;
text-transform: uppercase;
margin-top: 60px;

	}

	
.contenido{
	
margin: 0 auto;	
width:480px;
height:340px;
background:#fff;
border: 1px solid #e1e1e1;
border-radius: 5px;
font-family: Arial;
font-size: 16px;
padding: 40px;
	}
	

	
	
	
	form {
    width: 400px;
    height: 180px;
    margin: 0 auto;
}


.user, .pass{
margin-bottom: 20px;
text-align: right;
padding-right: 20px;
color: #153688;
}

.enviar{
	height: 30px;
    padding-right: 20px;
}



.button{
background: #ff9900;
width: 120px;
height: 30px;
border: 0;
border-radius: 5px;
float: right;
color: #fff;
font-size: 14px;
box-shadow: 0px 3px 0px #d98200;
cursor: pointer;
}

.button:hover{
opacity: .9;


}


.user input, .pass input {
    width: 170px;
    height: 10px;
    border: 1px solid #e1e1e1;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    
}


input:focus{
outline: none;
    outline-offset: 0;
}


.contenido .contacto{
font-size: 14px;
text-align: center;
}



.center{
	text-align: center;
}

/* Página Error*/


.error{
color: red;
text-align: center;
}

/* Página loGOUT*/

.desconectado{
margin-top: 100px;
}

