@import url("/css/MENU-sitios-idiomas.css");
@import url("/css/ENCABEZADO.css");
@import url("/css/MENU-solapas.css");
@import url("/css/localizador.css");
@import url("/css/CONTENIDO-Y-MENU.css");
@import url("/css/pie-de-pagina.css");

body
	{
		margin				: 0 0 40px 0;
		padding				: 0;
		text-align			: center;
		background-color	: White;
		/*overflow			: scroll;	interfiere con ie*//*	Para que el contenido no se desplace al aparecer las barras de desplazamiento inicialmente invisibles.	*/
	}

a		,
a:link
	{
		color					: Blue;
		text-decoration	: underline;
	}

a:active	,
a:focus		,
a:hover
	{
		color	: Red;
	}

a:visited
	{
		color	: Purple;
	}

img
	{
		border	: 0;
	}

form
	{
		margin	: 0;
	}

iframe
	{
		display	: none;
	}

.EUR
	{
		font-size	: smaller;
		font-weight	: normal;
	}

#MENU-sitios-idiomas		,
#ENCABEZADO					,
#MENU-solapas				,
#MENU-solapas-opciones	,
#LOCALIZADOR				,
#CONTENIDO-Y-MENU			,
#pie-de-pagina
	{
		width				: 950px;
		margin-left		: auto;
		margin-right	: auto;
	}
