/*
* CSS principal
* Autor: Alberto Hita Díaz de Mera
* Versión: 1.0
*/

* html {
	border:0px;
	margin:0px;
	padding:0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	background-color: #FFF;
}
form {
    padding: 0px;
    margin: 0px;
    display: inline;
}
td {
    padding: 0px;
    margin: 0px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: justify;
}	

#logo {
    position: absolute;
    top: 10px;
    left: 0px;
}

#acceso {
	position: absolute;
	top: 15px;
	right: 215px;
	width: 117px;
	
}
#acceso .texto {
	color: #003777;
	text-align: right;
	margin-top: 5px;
}
#acceso input {
	border: 1px solid #999;
	color: #666;
	width: 115px;
}
#acceso #entrar {
	margin-top: 5px;
	text-align: center;
}

#contacto {
    position: absolute;
    top: 25px;
    right: 80px;
    width: 100px;
    text-align: right;
}

#contacto a {
	color: #0c468e;
	text-decoration: none;
}
#contacto a img {
	margin-left: 5px;
}
#contacto a:hover {
	text-decoration: none;
}

#banderas {
	position: absolute;
	left: 20px;
	top: 170px;
}

#contenedor {
	width: 907px;
	height: 800px;
    background: #FFFFFF url(../images/fondo.jpg) center top no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -454px;
}


#contenidos {
    position: absolute;
    top: 190px;
    left: 166px;
    width: 664px;
    height: 386px;
    overflow: auto;
}
#contenidos a{
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
}
#msg {
    position: absolute;
    top: 164px;
    left: 166px;
    width: 663px;
    height: 20px;
    border: 1px solid red;
    color: red;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
}

#menu {
    position: absolute;
    top: 130px;
    right: 77px;
    width: 537px;
    height: 30px;
}

#menu_superior {
    height: 15px;
    background-color: #0c468e;
    padding-left: 10px;
}

#sub_menu {
    height: 15px;
    background-color: #557cde;
    padding-left: 10px;
}

#submenu_informacion {
	display: none;
	margin-left: 46px;
}
#submenu_bancadas {
    display: none;
    margin-left: 140px;
}

#menu a {
	color: #FFF;
	margin-right: 15px;
}
#menu a:hover {
	text-decoration: underline;
}
#menu a.seleccionado {
	color: #f2ad40;
}

#pie {
	position: absolute;
	bottom: 115px;
	right: 85px;
}

#pie a {
    color: #0c4686;	
}

#pie a:hover {
	text-decoration: underline;
}	
#imagenes_pie {
	position: absolute;
	bottom: 32px;
	left: -58px;
}

#titulo_seccion {
	height: 20px;
	line-height: 20px;
	color: #FFF;
	background-color: #525f6b;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	text-transform: uppercase;
}

#texto_seccion a {
	color: #0c468e;
}

#texto_seccion a:hover {
	text-decoration: underline;
}

.alabici {
    color: #0c468e;
}

.rojo {
    color: #990000;
}
.verde {
    color: #009900;
}

.raya {
    height: 1px;
    border-bottom: 1px solid #999;
}
.idiomas {
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
}

.idiomas a {
	line-height: 25px;
	color: #FFF;
	font-size: 10px;
}
.idiomas a:hover {
	text-decoration: none;
    color: #336699;
}
.idioma_seleccionado {
	color: #0c468e!important;
}
