body {
	background-color: #336699;
	margin: 0px;
	margin-top: 30px;
    font-family: Verdana;
}
img{
	border:0;
}
.kwicks {
	list-style: none;
	position: relative;
	margin: auto auto;
	margin-top: 20px;
	padding: 0;

}

.headergris {
    background-color: #e0b1b1;
}

.kwicks li{
	width: 97px;
	display: block;
	overflow: hidden;
	padding: 0; 
	border: 0;

}
#kwicks{
	width: 100%;
	background-color: #cccc33;
}
#logo{
	background-image: url('../images/fondo_header2.png');
	background-repeat: repeat-x;
	width:100%;
}
#pie{
	font-family: verdana;
	text-align: right;
	margin-top: 20px;
	margin-right: 10px;
}
#pie a{
	font-size: 10x;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

/*AVISO*/
.fadebox {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.overbox {
	display: none;
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	z-index:1002;
	overflow: auto;
}
#content {
	font-family: verdana;
	color: white;
	background: #336699;
	border: solid 3px #CCCCCC;
	padding: 10px;
}
#content h1{
	text-align: center;
}
#content a{
	color: #ffffff;
}


/* LOGUEO USUARIO*/

.container { width:262px; margin:0 auto; padding-top:200px; font-family:verdana;}

/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */
#loginContainer {
    position:relative;
    float:right;
    font-size: 10px;
}

/* Login Button */
#loginButton { 
    display:inline-block;
    float:right;
    position:relative;
    z-index:30;
    cursor:pointer;
}

/* Login Button Text */
#loginButton span {
	font-family: verdana;
    color:#336699; 
    font-size: 10px;
    font-weight:bold; 
    padding:7px 29px 9px 10px;
    background:url(../images/loginArrow.png) no-repeat 53px 5px;
    display:block
}
#login { 
    display:inline-block;
    float:right;
    position:relative;
    z-index:30;
    cursor:pointer;
}

/* Login Cerrar Sesión Text */
#login span {
	font-family: verdana;
    color:#336699; 
    font-size: 10px; 
    font-weight:bold; 
    padding:7px 29px 9px 10px;
    display:block
}

/* Login Box */
#loginBox {
    position:absolute;
    top:34px;
    right:0;
    display:none;
    z-index:29;
}

#loginButton.active span {
    background-position:53px -76px;
}

/* A Line added to overlap the border */
#loginButton.active em {
    position:absolute;
    width:100%;
    height:1px;
    bottom:-1px;
}

/* Login Form */
#loginForm {
    width:248px; 
    margin-top:-1px;
    padding:6px;
}

#loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset#body {
    background:#fff;
    padding:10px 13px;
    margin:0;
}

#body label {
    color:#336699;
    display:block;
    float:left;
}

#loginForm #body fieldset label {
    display:block;
    float:none;

}

/* Default Input */
#loginForm input {
    width:92%;
    color:#336699;
    font-weight:bold;
    box-shadow:inset 0px 1px 3px #bbb;
    -webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
    font-size: 10px;
}

/* Sign In Button */
#loginForm #login {
    width:auto;
    float:left;
    background:#336699;
    color:#fff;
    padding:7px 10px 8px 10px;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
}

/* Forgot your password */
#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginForm span a {
    color:#336699;
    text-shadow:1px 1px #fff;
    font-size: 10px;
}

input:focus {
    outline:none;
}