#login form{
    padding-top: 10px;
    padding-left: 15px;
    
}

#login form table{
    margin-bottom: 5px;
}

#login form label{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-family: "Century Gothic";
}

#login form input{
	margin-bottom: 5px;
	font-size: 11px;
	width:120px;
}

#login form input[type="submit"] {
    -moz-border-radius: 3px 3px 3px 3px;
    -moz-box-shadow: 1px 3px 4px #222222;
    background-color: #575757;
    border: 0 solid #FFFFFF;
	height: 20px;
	width: 50px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "Century Gothic";
    font-size: 14px;
    font-weight: bold;
    outline: 0 none;
}

#login form input[type="submit"]:hover {
    
    background-color: #cc1c00;
   
}


/* ESTILOS CUANDO ESTA LOGUEADO */

#login .cesta #img {
	width: 46px;
	height: 61px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	border: 2px solid #ddd;
	overflow: hidden;
	background-color: #fff;
}

#login .cesta{
	font-size: 14px;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-family: "Century Gothic";
}

#login .cesta a:link, #login .cesta a:visited{
	color: #fff;
	text-decoration: none;
}

#login .cesta a:hover, #login .cesta a:active{
	color: #FE6400;
	
}

#login .cesta a.nombre:link, #login .cesta a.nombre:visited{
	color: #fff;
	text-decoration: underline;
}

#login .cesta a.nombre:hover, #login .cesta a.nombre:active{
    color: #eee;
	text-decoration: none;
}

#login .cesta p{
	line-height: 17px;
	text-align: center;
	font-size: 14px;
}
#login .cesta #base{
	font-size: 12px;
	text-align: center;
}
#login .cesta #cesta2{
	font-size: 14px;
	text-align: center;
}

#login a:link, #login a:visited{
    color: white;
}

#login a:active, #login a:hover{
    text-decoration: underline;
}