* {
	margin: 0px; padding: 0px;
}

/* Cabecera */
#header {
	width:960px;
	margin-left: auto; margin-right: auto; margin-top: 10px;
}

#header_logo {
	float:left; background: #transparent; width:800px;
	margin-left: 80px; margin-right: auto;
}

#header_languages {
	width:80px; height: 20px;
	float:left; margin-left: auto; margin-right: auto; margin-top: 0px;
}

#header_languages select {
	border: 1; cursor:pointer; font-size: 14px;
	color: #999999;	width: 80px; height: 20px;
	overflow: hidden; background: no-repeat right #FFFFFF;
}

#figcaptionProvider {
	margin-top: 3px; font: 12px sans-serif;	color: #999999;
}

/* Cuerpo */
body {
	width:960px; text-align:center; height: 99%;
	margin-left: auto; 	margin-right: auto;
	background: #102238; /* Old browsers */
	background: -moz-linear-gradient(top,  #29568f 0%, #102238 80%, #102238 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29568f), color-stop(80%,#102238), color-stop(100%,#102238)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #29568f 0%,#102238 80%,#102238 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #29568f 0%,#102238 80%,#102238 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #29568f 0%,#102238 80%,#102238 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #29568f 0%,#102238 80%,#102238 100%); /* W3C */
}

#caja {
	width:960px; text-align:center; background-color: #transparent;
	margin-left: auto; margin-right: auto;

}

#formulario_login {
	width:960px; padding-top:50px; backgrund-color: #transparent;
	margin-bottom: 25px; margin-left: auto; margin-right: auto;
}

#div_recomendacion {
	width:960px; float: center; text-align:center;
	margin-left: auto; margin-right: auto; color: #DDDDDD;
}

#div_recomendacion p {
	font: 12px sans-serif; 	color: #DDDDDD;

}

/* Campos formulario login */
#input_login_text , #input_login_password {
    background-clip: padding-box;
    border-radius: 6px;
    box-shadow: 0 2px 0 #D9D9D9 inset;
    color: #444444;
    font-size: 14px;
    height: 30px;
    margin-top: 7px;
    text-align: center;
    outline: medium none;
    padding-left: 20px;
    transition: all 0.1s ease-in-out 0s;
    width: 200px;
    animation:animation_login 2s;
}

.invalid {
    background-image: -moz-linear-gradient(center bottom , #FFFFFD 0%, #E84700 100%);
	border: 1px solid #E84700;
}

.valid, #input_login_text::-moz-read-write, #input_login_password::-moz-read-write {
    background-image: -moz-linear-gradient(center bottom , #FFFFFD 0%, #B0C4DE 100%);
    border: 1px solid #B0C4DE;
}

/* Boton Entrar login */
#input_login_submit {
    background-clip: padding-box;
    background-color: #E84700;
    background-image: -moz-linear-gradient(center bottom , #FF6524 0%, #E84700 100%);
    border: 1px solid rgba(0, 0, 0, 0.49);
    border-radius: 6px;
    box-shadow: 0 1px 0 #000000 inset;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    margin-top: 7px;
    outline: medium none;
    text-shadow: 0 -1px 0 #000000;
    transition: all 0.1s ease-in-out 0s;
    width: 220px;
    animation:animation_login 2s;
}

#input_login_submit:hover, #input_login_submit:active {
    background-clip: padding-box;
    background-color: #999999;
    background-image: -moz-linear-gradient(center bottom , #777777 0%, #999999 100%);
    border: 1px solid rgba(0, 0, 0, 0.49);
    border-radius: 6px;
    box-shadow: 0 1px 0 #000000 inset;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    margin-top: 7px;
    outline: medium none;
    text-shadow: 0 -1px 0 #000000;
    transition: all 0.1s ease-in-out 0s;
    width: 220px;
}

/* Efecto inputs y submits */
@keyframes animation_login {
	0%   {opacity:0;} 100% {opacity:1;}
}

/* Pie */
#footer {
	float: center; width:960px; background-color: #transparent;
	margin-top: 450px;
}

footer p {
	font: 10px sans-serif; 	color: #DDDDDD;
}





