/********************************      Login Page      ********************************/

body#login {


background-color:#1c5191;
/* */
font-family: "Nobile","Verdana";
 font-weight: bold;
				}
#login-top{
	border-bottom: thin solid white;
    color: white !important;
    margin: auto;
    padding-bottom: 20px;
    padding-top: 40px;
    text-align: center;
    width: 70%;
}
#login-content{
	width:800px;
	
	margin:auto;
	color:white;
	}
#login-accesos{
	margin: 50px auto auto;
    text-align: center;
    width: 420px;
}
h1, h2, h3, h4, h5, h6 {

    font-family: "Nobile","Verdana";
    font-size: 22px;
   
                }
h1{
	font-style:italic;
}
label{
	 
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
	}
.etiqueta{
	float: left;
	text-align:right;
	width: 100px;
	padding:3px;
	}
	
.campo{
	float: right;
    width: 280px;
	}
	
.campo input{
	width:100%;
	padding:3px;
}
.linea{width:400px;
		margin:auto;}
.button{
	background: none repeat scroll 0 0 #333388;
    border: medium none #333388;
    color: white;
    font-weight: bold;
    padding: 5px;
	box-shadow: 1px 1px 0 0;}
.linea a{
	text-decoration:none;
	font-family: "Nobile","Verdana";
	font-weight:bold;
	margin-left:25px;
	font-size:12px;
	}
.acceso{
	float: left;
    padding: 20px;
    width: 100px;}
.acceso a{
	color: white;
    font-size: 12px;
    text-decoration: none;}
.acceso img{
	margin-bottom: 10px;}
.acceso img{
	margin-bottom: 10px;
	/*box-shadow: 1px 1px 0 0;*/}
	
.top{
	background-color:#4066a2;}
.notification{
	text-align:center;}