html {
	height: 100%;
	width: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	width: 100%;
	font-family: Tahoma; 
	font-size: 11px;
	color: #808080;
	background-color: #ffffff;
	text-align: center;
	margin:0;
}

/* Estructura */
/* ---------- */

.fondo-pie{
	background: url(/images/estructura/fondo-pie.gif) no-repeat center bottom;
}

.fondo-cabecera{
	background: url(/images/estructura/fondo-cabecera.gif) no-repeat left top;
}

.fondo-cabecera-izq{
	background: url(/images/estructura/fondo-cabecera-izq.gif) no-repeat right top;
}

.fondo-cabecera-der{
	background: url(/images/estructura/fondo-cabecera-der.gif) no-repeat left top;
}

/* Comunes */
/* ------- */
.fondo-home{
	background: url(/images/home/fondo-home.jpg) no-repeat left top;
}

.fondo-ingenieros-acusticos{
	background: url(/images/ingenieros-acusticos/fondo.jpg) no-repeat left top;
}

.fondo-ingenieros-acusticos-der{
	background: url(/images/ingenieros-acusticos/fondo-der.jpg) no-repeat left top;
}

.fondo-acustica-en-actividades{
	background: url(/images/acustica-en-actividades/fondo.jpg) no-repeat left top;
}

.fondo-acustica-en-actividades-der{
	background: url(/images/acustica-en-actividades/fondo-der.jpg) no-repeat left top;
}

.fondo-acustica-en-industria{
	background: url(/images/acustica-en-industria/fondo.jpg) no-repeat left top;
}

.fondo-acustica-en-industria-der{
	background: url(/images/acustica-en-industria/fondo-der.jpg) no-repeat left top;
}

.fondo-acustica-medioambiental{
	background: url(/images/acustica-medioambiental/fondo.jpg) no-repeat left top;
}

.fondo-acustica-medioambiental-der{
	background: url(/images/acustica-medioambiental/fondo-der.jpg) no-repeat left top;
}

.fondo-newsletter{
	background: url(/images/boletin-de-novedades/fondo.jpg) no-repeat left top;
}

.puntos-azules{
	background: url(/images/generales/puntos-azules.gif) repeat-x left;
}

.puntos-azules-v{
	background: url(/images/generales/puntos-azules-v.gif) repeat-y center;
}
 

/* Fuentes */
/* ------- */
.pie{
	font-family: Tahoma; 
	font-size: 10px;
	color: #808080;
}

.noticias-home{
	font-family: Tahoma; 
	font-size: 10px;
	color: #7a7a7a;
}

.titulos-azul{
	font-family: Tahoma; 
	font-size: 12px;
	color: #3b7ab8;
}

.noticias-boletin{
	font-family: Tahoma; 
	font-size: 11px;
	color: #525151;	
}

.noticias-boletin-titulo{
	font-family: Tahoma; 
	font-size: 11px;
	color: #525151;
	font-weight:bold;
}

.noticias-boletin-fuente{
	font-family: Tahoma; 
	font-size: 10px;
	color: #7a7a7a;
}

.noticias-boletin-fecha{
	font-family: Tahoma; 
	font-size: 10px;
	color: #3b7ab8;
}

.pie-boletin{
	font-family: Tahoma; 
	font-size: 10px;
	color: #ffffff;	
}

.campo_formulario{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #808080;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #0080b1;
	padding-left: 2px;
}

.azul{
	color: #3b7ab8;
}

.azul_oscuro{
	color: #1b5085;
}

.azul_intro{
	color: #3b7ab8;
}

/* antiguo color .azul_intro 
	color: #346ba3;
}
*/
a.pie:link {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10px; color: #808080; text-decoration: none;}
a.pie:visited {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10px; color: #808080; text-decoration: none;}
a.pie:active {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10px; color: #808080; text-decoration: none;}
a.pie:hover {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10px; color: #0080b1; text-decoration: none;}

a.enlaceazul:link {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #3b7ab8; text-decoration: none;}
a.enlaceazul:visited {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #3b7ab8; text-decoration: none;}
a.enlaceazul:active {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #3b7ab8; text-decoration: none;}
a.enlaceazul:hover {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #7a7a7a; text-decoration: none;}

a.enlaceblanco:link {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; text-decoration: none;}
a.enlaceblanco:visited {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; text-decoration: none;}
a.enlaceblanco:active {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; text-decoration: none;}
a.enlaceblanco:hover {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #e6ecf1; text-decoration: none;}
