/* CSS Document */
/* CSS Document */
	body {
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
	}
	p {
		font-size: 0.75em;
		color: #545454;
	}
	hr {
		border: 1px solid white;
		background:  url("../../img/comunes/banderas/hr.jpg") no-repeat center;
		height: 15px;
		padding-top: 30px;
	}
	h2 {
		font-family: Arial, Helvetica, sans-serif;
		color: #3670A5;
		font-weight: normal;
		font-size: 1.1em;
		border-bottom: 1px dotted #ADACAC;
	}
	acronym, abbr {
		border-bottom: 1px dotted #999;
	}

	#contenedor {
		position: absolute;
		left: 50%;
		margin-left: -380px;
		width: 760px;	
	}
	
	/* cabecera H1 */ 
		h1 {
			padding: 0;
			margin: 0;
		}
	
		h1 a {
			background:  url("../../img/en/home/cabecera.jpg") top no-repeat;
			display: block;
			width: 588px;
			height: 124px;
		}
		h1 a span {
			display: none;
		}
	
	/* menu */
		#menu {
			background:  url("../../img/comunes/banderas/fondo_menu.jpg") repeat-x;
			float: left;
			font-size: 0.75em;
			font-weight: bold;
			color: #FFBA17;
			margin: 10px 0px 0px 0px;
		}
		#menu ul {
			margin: 0px 0px 0px 0px;
			padding: 10px 20px 30px 10px;
		}
		#menu ul li {
			border-bottom: 1px dotted #ADADAD;
			list-style-position: inside;
			margin-bottom: 3px;
		}
		#menu ul li a {
			color: #4A7398;
			text-decoration: none;
		}
		#menu ul li a:hover {
			color: #273D50;
 		}
		
	/* contenido */
		#contenido {
			float: right;
			width: 75%;
			margin: 10px 0px 0px 0px;
		}
		#contenido a {
			color: #3670A5;
		}
		#contenido a:hover {
			text-decoration: none;
		}
		#contenido dd, dt {
			font-size: 0.75em;
			color: #545454
		}
		#contenido dt {
			font-weight: bold;
		}
	

	
	/* login */
		#login {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 170px;
			height: 120px;
			border-bottom: 4px solid #F3AE09;
			background:  url("../../img/comunes/banderas/esquina_login.gif") top left no-repeat #FFDB87;
		}
		#login fieldset {
			border: 0px solid #fff;
			margin: 0px;
			padding: 10px;
		}
		#login label {
			font: Small Fonts, Arial, Helvetica, sans-serif;
			font-size: 0.6em;
			display: block;
			width: 46px;
			margin: 3px 0px 3px 0px;
			padding: 0px;
			float: left;
		}
		#login input {	
			font-size: 0.7em;
			border: 1px solid black;
			display: block;
			width: 75px;
			float: left;
			margin: 3px 0px 3px 0px;
		}
		#login input.boton {
			width: auto;
			background:  url("../../img/comunes/banderas/boton_ok_form.gif") 2px 0px no-repeat;
			border: none;
			height: 18px;
			width: 22px;
		}
		#login p.banderas {
			text-align: right;
			margin: 0;
			padding: 5px 5px 0px 0px;
		}
		#login p.legend {
			margin: 0px 5px 0px 5px;
			font: Small Fonts, Arial, Helvetica, sans-serif;
			font-size: 0.6em;
			padding: 20px 5px 0px 0px;
			color: #1E64A3;
			text-transform: uppercase;
			border-bottom: 1px dotted #1E64A3;
		}
		
		#login p.banderas a img {
			border: none;
		}
		
	/* footer */
		#footer {
			clear: both;
			text-align: center;
		}
		#footer p {
		font-size: 0.7em
		}
		p.mini {
			font-size: 0.7em;
		}
		#footer a {
			font-size: 1.2em;
			color: #9B9999;
		}
		#footer a:hover {
			text-decoration: none;
		}
		#menu #descarga-salvapantallas {
	float: left;
	font-size: 1em;
	font-weight: normal;
	color: #FFBA17;
	margin: -15px 0px 0px;
	border: 1px solid #2979A5;
	padding: 8px 0px 8px 8px;
	width: 170px;
}
#menu #descarga-salvapantallas a {
	color: #006699;
	text-decoration: underline;
	
}
#menu #descarga-salvapantallas a:hover {
	color: #006699;
	text-decoration: none;	
}
