@charset "utf-8";
/* CSS Document */


html, body{
	height:auto !important;
	height:100%;
	min-height: 100%;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	margin:0 auto;
	text-align:center;
	background-color: #ffffff;
	color: #000000;
	background-image: url(gifs_group/fondo.jpg);
	background-repeat: repeat-x;
}


a{
	color: #00578d;
	text-decoration: none;
	}
	
a:hover{
	color: #dd0000;
	text-decoration: underline;
	}	


/* Capa de "borrado" de flotaciones */
div.clear{
	float:none;
	clear:both;
}



#contenedor{
	width: 1000px;
	margin:0 auto;
	padding:0;
	text-align:left;
}


#top{
	width:100%;
	clear:both;
	height: 290px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



/* Capas del top */


#logo {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
	}


#logo img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: left;
	}
	
	
#texto{
	float: right;
	width: 800px;
	height: 280 px;
	font-size: 12px;
	text-align: justify;	
	}	

#idioma {
	height: 31px;
	font-weight: bold;
	width: 100%;
	text-align: right;
	line-height:30px;
	font-size: 85%;
	}


	


	


/* Contenedor de las capas de contenido */
#contenido{
	width:100%;
	margin:0 auto;
	padding:0;
}

#contenido img{
	padding: 0px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#bottom{
	width:100%;
	clear:both;
	text-align:center;
	padding-top: 10px;
	height: 50px;
	font-size: 85%;
	font-weight: bold;
}

.titulos{
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #900000;
}

h1{
	font-size: 14px;
	font-weight: bold;
	color: #0174bd;
	display:inline;

}
