* { margin: 0; padding: 0; }

body {
	font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-align:center;
	background: #fff;
}

#enlaces_principal {
    padding: 10px 10px 25px 10px;
    margin: 0px;
    font: normal 1.0em "Lucida Grande", Helvetica, "Arial Unicode MS", "Arial Unicode", Arial, sans-serif;
    color: #000000;
    border-bottom: 1px solid #aaaaaa;
    letter-spacing: 1px;
    background-color: #eeeeee;
    text-shadow: 1px 1px 1px #aaa;
}

#barra_superior {
	background: url("/encuesta/img/BannerBCB.png") no-repeat top center;
	background-color:#000000;
	color: #FFFFFF;
	text-decoration: none;
	text-align:right;
	height: 88px;
	padding-top: 10px;
	padding-right: 10px;
}

form {
	margin-left: 8px;
	padding: 20px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
}



#login form .submit input {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
	
}

#login form p {
	margin-bottom: 0;
}

label {
	color: #FFFFFF;
	font-size: 13px;
}

form .forgetmenot label {
	font-size: 11px;
	line-height: 19px;
}

form .submit { float: right; }

form p { margin-bottom: 24px; }

h1 {
/*	background: url(../images/logo-login.gif) no-repeat top center;*/
	width: 326px;
	height: 100px;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;
	border: 0px solid  #000;
}

#nav {
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}

#login { 
	background: url("/encuesta/img/login/login-bkg-superior.gif") no-repeat top center;
	width: 500px; 
	margin: 1em auto; 
	text-align:left;
	}

#nav { 
	margin: 0 0 0 0px; 
	width: 500px;
	height: 20px;
	background: url("/encuesta/img/login/login-bkg-inferior.gif") no-repeat bottom center;
}

#user_email, #usuario, #clave, #captcha {
	font-size: 25px;
	font-weight:bold;
	width: 95%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 6px;
	border: 5px solid #eeeeee;
	background: #FAFAFA;
}

.clear {
	clear: both;
}

.margen{
	width: 40%;
	border: 1px solid #eee;
	margin: 20px;
	background: #FAFAFA;	        
}
.margenExtra{
	width: 40%;
	margin: 20px;
}
