@charset "UTF-8";

body  {
	font: 100% 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: url(../img/img_fondo_sombra2.gif) top center no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
}

tabla, td {
	font: 10px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; 
	color: #00000;
	}

a img {
	border: 0; 
	margin: 0; 
	padding: 0;}

a {
	color: #000000; 
	text-decoration: none;
}


a:hover {
	color: #0F7AD1; 
	text-decoration: underline;
}

.oneColElsCtrHdr #container {
	width: 750px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	padding: 0;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #E1E1E1;
	font-size: 80%;
}

#header {
	height: 140px;
	padding: 0;
	margin: 0;
	background-image: url(../img/img_fondo_cabecera.gif);
} 

#header h1 {
	padding: 0;
	margin: 0;
}

.oneColElsCtrHdr #mainContent {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}


/* Banner principal */

#banner { 
	padding: 0; 
	margin:0 0 20px 0;
	width:750px;
	height:250px;
	background: url(../img/Euroaragon_banner_index.jpg) no-repeat;
}

#banner_right { 
	padding:0; 
	margin:15px;
	width:140px;
	height: auto;
	float: right;
	text-align:left;
}

#banner_right a { 
	text-align:left;
	color: #000;
	text-decoration:none;
}
#banner_right a:hover { 
	text-align:left;
	text-decoration: underline;
}


.overlay {
	padding:10px;
	top: 0;
	bottom: 0;
	left: 0;
	width:auto;
	height:auto;
	background: #FFF;
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter:alpha(opacity=75);
	}


/* Pie de página, atributos de capa */

.oneColElsCtrHdr #footer {
	background: #FFFFFF;
	font-size: 10px;
	padding-top: 1em;
}

.oneColElsCtrHdr #links {
	background-image: url(../img/img_fondo_horizonte.jpg);
	height: 80px;
}  

/* Promos y noticias */

#promos {
	height: 130px;
	width: 720px;
	margin: 0px 15px 15px 15px;
	text-align: left;
	overflow: visible;
}

#promos_magnus {
	float: left; 
	width:350px;
	height:130px;
	}
	
#promos_coworking {
	float:  right; 
	width:350px;
	height:130px;
	margin:0;
	}
	
#promos_perfecto {
	float: left; 
	width:140px;
	height:70px;
	margin:170px 0 0 40px;
	display:block;
}
	
.titularNoticiaNegrita {
	font: 80% 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #0F7AD1;
}

.textoNoticia {
	font: 80% 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #000;
	margin:0;
	padding:0;
}


/* Copyright */

.registro #reg { 
	padding: 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;
} 

.registro fuente #reg p {
	text-align: center;
	font-size: 70%;
	color: #666666;
}

div.clearer {
	clear: both; 
	display: block; 
	margin: 0; 
	padding: 10; 
	height: 0; 
	line-height: 1px; 
	font-size: 1px;
	}


/* Enlaces */

#links {
	font-size: 10px;
	}
	
#links a {
	color: #0F7AD1; text-decoration: none;
	}
	
#links a:hover {
	text-decoration: underline;
	color: #0F7AD1;
	}

