/*Generico ---------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #ffffff url(/images/fondo.gif) repeat-x left 10px;
	*background: #ffffff url(/images/fondo.gif) repeat-x left top;
}

a:link {
	text-decoration: underline;
	color: #00aa00;
}

a:visited {
	text-decoration: underline;
	color: #00aa00;
}

a:hover {
	text-decoration: none;
	color: #017401;
}

a:active {
	text-decoration: underline;
	color: #00aa00;
}

img {
	border: none;
}

h1 {
	font-size: 1.8em;
	color: #143992;
}

h2 {
	font-size: 1.6em;
	color: #143992;
	padding: 5px 0;
}

h3 {
	background: url(/images/h3-flecha.gif) no-repeat left top;
	font-size: 1.2em;
	color: #143992;
	padding: 5px 15px;
	margin: 20px 0;
	border-bottom: solid 1px #8aaaff;
}

h4 {
	font-size: 1.2em;
	margin: 20px 0;
}

ul {
	list-style-type: circle;
	list-style-image: url(/images/flechita.gif);
	*list-style-image: url(/images/flechita-ie.gif);
	list-style-position: outside;
}

ul lh {
	clear: both;
	padding: 0 0 10px 0px;
	font-weight: bold;
}

li {
	clear: both;
	margin: 0 0 0 10px;
	padding:5px 0;	
}

ul li {
	clear: both;
	margin: 0 0 0 10px;
	padding:5px 0;
}

ul li a {
}

ul li p {
	padding: 0 0 0 16px;
	color: #666666;
}

ul.sin-bullet {
	list-style-type: none !important;
	list-style-image: none !important;
}

ol {
	list-style-position: outside;
}

ol lh {
	clear: both;
	padding: 0 0 10px 0px;
	font-weight: bold;
}

ol li {
	clear: both;
	margin: 0 0 0 20px;
	padding:5px 0;

}

ol li a {

}

ol li p {
	padding: 0 0 0 16px;
	color: #666666;
}

ol.sin-bullet {
	list-style-type: none !important;
	list-style-image: none !important;
}

p {
	margin: 10px 0;
}

strong {
	color: #143992;
	font-weight: bold;
}

hr {
	
}

.clear {
	clear: both;
}

.center {
	text-align: center;
	clear: both;
}

.invisible {
	display: none;
}

.read_more {
	margin: 15px 0;
	padding: 5px 0;
	float: right;
}

.previous {
	margin: 25px 0;
}

a.boton {
	margin: 10px 0;
	background: url(/images/flecha-boton.gif) no-repeat right;
	padding: 2px 25px 2px 2px;
	border: solid 1px #cccccc;
	font-size: 1em;
}

a.boton:hover {
	background: url(/images/flecha-boton-hover.gif) no-repeat right;
}

a.boton-reves {
	margin: 10px 0;
	background: url(/images/flecha-boton-reves.gif) no-repeat left;
	padding: 2px 2px 2px 25px;
	border: solid 1px #cccccc;
	font-size: 1em;
}

a.boton-reves:hover {
	background: url(/images/flecha-boton-reves-hover.gif) no-repeat left;
}

.azul {
 color: #143992;
}


.resourceCenterEntradilla {
	font-size:1.2em;
	margin:20px 0;
}

/*Posicionamiento genérico ------------------------------------------------*/

#contenedor-ppal {
	margin: 0 auto;
	width: 900px;
	padding: 25px;
	background: #ffffff url(/images/fondo-ppal.gif) repeat-y top left;
	position: relative;
	min-height:500px;
	_height:500px;
}

.col_izq {width:580px; float:left;}
.col_der {width:290px; float:right;}

#sin-img {
	
}

#sin-img h1 {
	background: url(/images/h1-sin-img.gif) no-repeat top left;
	padding: 5px;
	margin: 0 0 10px 0;
}

#noticia-destacada {
	position: relative;
	width: 580px;
	background: url(/images/borde-destacado.gif) no-repeat left top;
	padding: 10px;
	overflow:hidden;
	height:1%;
}

#noticia-destacada h3 {
	border: none !important;
	margin: 0; !important;
	background: none !important;
}

#noticia-destacada h4 {
	margin: 20px 0 0!important;
}

#noticia-destacada li {
	clear: none;
}

#pagina {
	margin: 0 auto;
	position: relative;
	width: 580px;
	background: url(/images/borde-destacado.gif) no-repeat left top;
	padding: 10px;
}

#pagina h3 {
	
}

#pagina ul {
	list-style-image: url(/images/flechita.gif);
}

#pagina ul.documentos {
	list-style-image: url(/images/estrella.gif)!important;
}

#pagina ul li {
	clear: none !important;
}

#pagina ul li a{
	text-decoration: none;
}

#noticia-destacada img {
	border: solid 1px #00aa00;
	margin:15px 10px !important;
}

#leyenda {
	margin: 15px 0;
	float: right;
}

#leyenda .external {
	background: url(/images/agenda-li-internal.gif) no-repeat center right;
	padding: 0 20px 0 0;
}

#leyenda .internal {
	background: url(/images/agenda-li-external.gif) no-repeat center right;
	padding: 0 20px 0 0;
}


/*Alineación Fotos --------------------------------------------------------*/

.foto_izq {
	float: left;
	margin: 0 20px 20px 0;
}

.foto_izq img {
	border: solid 1px #00aa00;
}

.foto_izq p {
	font-size: 0.8em;
}

.foto_dcha {
	float: right;
	margin: 0 0 0 10px;
}

.foto_dcha img {
	border: solid 1px #00aa00;
}

.foto_dcha p {
	font-size: 0.8em;
	margin: 5px 0;
}

.foto_centro {
	text-align: center;
	margin: 0 auto;
}

.foto_centro img {
	border: solid 1px #00aa00;
}

.foto_centro p {
	font-size: 0.8em;
	text-align: center;
	margin: 5px 0;
}


/*Galería -----------------------------------------------------------------*/

#galeria {
	width: 550px;
	margin: 0 auto;
}

#galeria ul {
	list-style-type: none !important;
	list-style-image: none !important;
}

#galeria ul li {
	clear: none; 
	float: left;
}

#galeria ul li div.contenedor {
	padding: 25px 5px 10px 5px;
	width: 150px;
	height: 125px;
	background: url(/images/galeria-marco-img.gif) no-repeat top left;
	text-align: center;
	float: left;
}

#galeria ul li img {
	border: solid 1px #cccccc;
}

#galeria ul li p {
	font-size: 0.8em;
	margin: 5px 0;
	padding: 0 20px;
}


/*Cabecera -----------------------------------------------------------------*/

#cabecera {
	margin: 0 auto;
	width: 950px;
	height: 210px;
	background: url(/images/cabecera.gif) no-repeat top left;
	position: relative;
}

#logo-cabecera {
	margin: 0 0 0 2px;
	position: absolute;
	width: 225px;
}

#titulo-cabecera {
	width: 390px;
	padding: 60px 0 0 250px;
	color: #425fa7;
	font-size: 1.4em;
}

#titulo-cabecera span {
	font-size: 0.8em;
	color: #8AAAFF;
}

#caja-idioma-cabecera {
	background: url(/images/caja-idioma.gif) no-repeat bottom left;
	top: 0px;
	right: 25px;
	position: absolute;
	width: 480px;
	padding: 0 10px;
	height: 53px;
}

#caja-idioma-cabecera input {
	width: 130px;
}

#caja-idioma-cabecera input#entrar {
	background: #ffffff url(../images/flecha-boton.gif) no-repeat right;
	padding: 3px 25px 3px 3px;
	border: solid 1px #cccccc;
	font-size: 1em;color: #00AA00;
	text-decoration: underline;
	width: 70px;
}

#caja-idioma-cabecera input#entrar:hover {
	background: #ffffff  url(../images/flecha-boton-hover.gif) no-repeat right;
	color: #017401; 
	text-decoration: none;
}

#caja-idioma-cabecera select {
	width: 80px;
	margin: 10px 10px 10px 15px;
}

#caja-idioma-cabecera .right {
	float: right;
}

#caja-idioma-cabecera .center {
	text-align: right;
	width: 98%;
	padding: 15px 0;
}

#destacado-cabecera {
	float: right;
	padding: 40px 30px 0 0px;
		*padding: 50px 30px 0 0px;
	width: 250px;
	text-align: right;
}

#destacado-cabecera ul {
	list-style-image: url(/images/estrella.gif)!important;
	list-style-position: outside;
	margin: 15px 0;
}

#destacado-cabecera ul li a{
	text-decoration: none;
}

#enlaces-cabecera {
	margin: 15px 0 0 305px;
	*margin: 05px 0 0 305px;
}

#enlaces-cabecera ul {
	list-style-type: none !important;
	list-style-image: none !important;
}

#enlaces-cabecera ul li {
	display:inline;
	padding: 3px 4px 10px 6px!important;
	margin: 0;
}

#enlaces-cabecera ul li.seleccionado{
	background: #02b202;
}

#enlaces-cabecera ul li a {
	color: #143992;
	text-decoration: none;
	font-size: 1.2em;
}

#enlaces-cabecera ul li a:hover {
	color: #8aaaff;
}

#enlaces-cabecera ul li.seleccionado a {
	color: #ffffff;
} 

#subenlaces-cabecera {
	margin: 14px 20px;
	color: #ffffff;
}

#subenlaces-cabecera ul {
	list-style-type: none!important;
	list-style-image: none!important;
	margin: 10px 0;
	font-size: 11px;
}

#subenlaces-cabecera ul li {
	display:inline;
	padding: 10px 0px !important;
	margin: 0px !important;
}

#subenlaces-cabecera ul li a {
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
}

#subenlaces-cabecera ul li a:hover {
	text-decoration: underline ;
}

#subenlaces-cabecera ul li.seleccionado a {
	text-decoration: underline ;
}

#subenlaces-cabecera form {
	clear: none;
	margin: 0 0 0 20px;
}

#subenlaces-cabecera select {
	width: 180px;
}

#subenlaces-cabecera input.boton {
	position: absolute;
	padding: 0 10px;
}


/*Pie ----------------------------------------------------------------------*/

#contenedor-pie {
	width: 100%;
	background: url(/images/fondo-pie.gif) repeat-x top left;
}

#sotopie {
	margin: 0 auto;
	width: 950px;
	background: #143992;
	color: #ffffff;
	text-align: center;
	padding: 3px 0;
}

#sotopie a {
	color: #ffffff;
}

#pie {
	margin: 0 auto;
	width: 896px;
	border: solid 2px #143992;
	background: #e7ebf4;
	padding: 25px 25px 10px 25px;
}

#pie .titulin {
	font-weight: bold;
	float:left;
	padding: 0 0 0 20px;
	color: #143992;
}

#pie ul {
	list-style-type: none!important;
	list-style-image: none!important;
	margin: 0 0 15px 140px;
}

#pie ul lh {
	display:inline;
	color: #143992;
}

#pie ul li {
	margin: 0;
	clear: none;
	display:inline;
	padding: 0 5px 0 0;
}

#logos-pie {
	float: right;
}

#logos-pie img {
	margin: 0 0 10px 0;
}

#subpie {
	margin: 0 auto;
	width: 930px;
	background: url(/images/subpie.gif) no-repeat bottom left;
	padding: 5px 10px;
}

#subpie a {
	color: #000000;
}

#ecliente {
	float: right;
}

.cofinancia {margin:0 0 10px 300px;}

/*Home ---------------------------------------------------------------------*/

#about-us {
	float: right;
	width: 290px;
	_width: 260px;
	background: url(../images/about-fondo.gif) repeat-y top right;
}

#about-us h1 {
	text-align: right;
	background: url(../images/about-h1.gif) no-repeat top right;
	_background: url(../images/about-h1.gif) no-repeat top left;
	padding: 5px 20px;

}

#about-us .read_more { 
	background:transparent url(../images/about-more.gif) no-repeat scroll right bottom;
	padding: 0 10px 20px;
	text-align:right;
	width: 290px;
	*width: 260px;
	margin: 0;
	*padding: 0 20px 20px 0;
}

#about-us p {
	padding: 15px 10px 5px 15px;
}

#news {
	float: left;
	width: 285px;
	margin: 10px 25px 30px 0;
}

#news h2 {
	background: url(/images/news-announcements.gif) no-repeat right;
	padding: 5px 0 5px 15px;
	color: white;
	font-size: 1.2em;
}

#news  ul {
	list-style-position: outside;
	list-style-image: none !important;
	list-style-type: none !important;
}

#news  ul li {
	clear: both;
	padding: 15px 0 0;
}

#events {
	float: left;
	width: 270px;
	margin: 10px 0 30px 0;
}

#events h2 {
	background: url(/images/events.gif) no-repeat right;
	padding: 5px 0 5px 15px;
	color: white;
	font-size: 1.2em;
}

#newsletter {
	float: right;
	width: 285px;
	margin: 10px 0 30px 0;
}

#newsletter h2 {
	background: url(/images/newsletter.gif) no-repeat right;
	padding: 5px 0 5px 20px;
	color: white;
	font-size: 1.2em;
}

#newsletter select {
	width: 180px;
}

#newsletter p {
	padding: 10px 0;
}

#newsletter input.boton {
	position: absolute;
	padding: 0 10px;
}

/*About --------------------------------------------------------------------*/

#desarrollo-about {
	min-height: 200px;
	width: 580px;
	padding: 0 10px 10px;
}

#desarrollo-about .noticia_texto {
	float: left;
	width: 450px;
}

#desarrollo-about h3 {
	clear: both;
}

#desarrollo-about ul.noticia {
	list-style-type: none !important;
	list-style-image: none !important;
}

#desarrollo-about ul.noticia h4 {
	margin: 0 !important;
}
#desarrollo-about ul.noticia li .foto_izq {
	width: 100px;
}

#logo-about {
	width: 300px;
	position: absolute;
	right: 2px;
	*right: 12px;
}

#logo-about ul {
	padding-right:20px;
}

#logo-about img {
	margin: 10px 0;
}


/*Agenda -------------------------------------------------------------------*/

#listado-agenda {
	width: 460px;
	_width: 450px;
	padding: 0 10px;
	display: block;
	overflow: hidden;
}

#listado-agenda h2 {
	background: url(/images/agenda-h2.gif) no-repeat top left;
	color: #ffffff;
	font-size: 1.4em;
	padding: 0 20px;
}

#listado-agenda h3 {
	background: url(/images/agenda-h3.gif) no-repeat top left;
	color: #00b200;
	font-size: 1.2em;
	padding: 0 0px 5px 30px;
	border: none;
	margin: 5px 0;
}

#listado-agenda ul {
	
}

#listado-agenda ul li {
	clear: none;
}

ul li.internal {
	list-style-image: url(/images/agenda-li-external.gif);
}

ul li.internal a {
	color: #143992 !important; 
}

ul li.external {
	list-style-image: url(/images/agenda-li-internal.gif);
}

ul li.external a {
	
}

#calendario-agenda {
	background: url(/images/agenda-calendario-fondo.gif) repeat-x top left;
	width: 380px;
	*width: 360px;
	margin: 0  25px 0 10px;
	float: right;
	text-align: center;
}

#calendario-agenda h3 {
	background: url(/images/agenda-calendario-h3.gif) repeat-y top left;
	color: #ffffff;
	font-size: 1.2em;
	padding: 0 0px 5px 15px;
	border: none;
	margin: 0 0 30px 0;
	text-align: left;
}

#calendario-agenda p {
	color: #143992;
	margin: 10px 0;
}


/*Contacto ----------------------------------------------------------------*/

.contacto {
	text-align:center;
}

.contacto p {
	margin:15px 0pt;
}


.contacto label {
	float:left;
	text-align:right;
	width:150px;
}

.contacto input {
	width:300px;
}

.contacto input.boton {
	width:100px;
}

.contacto textarea {
	width:300px;
}

.contacto select {
	width:300px;
}

/*Facts -------------------------------------------------------------------*/

#menu-facts {
	border: solid 1px #143992;
	width: 400px;
	margin: 0 auto;
	padding: 25px 25px 0 25px;
	position: relative;
}

#menu-facts h3 {
	
	margin: 0 0 15px 0 !important;
}

#menu-facts ul.resource {
	float: right;
	width: 150px;
}

#menu-facts ul.page {
	width: 200px;
}

#menu-facts ul.page li{
	clear: none !important;
}

#menu-derecha {
	margin: 10px 0;
	float: left;
	width: 150px;
}

#menu-derecha ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}
#menu-derecha ul li {
	padding:5px 0;
}

#menu-derecha h3 {
	border: none !important;
	margin: 0 !important;
}

#pais-destacado {
	float: left; 
	width: 430px;
	background: url(/images/borde-destacado-pais.gif) no-repeat left top;
	padding: 10px;
}

#pais-destacado ul li {
	clear: none !important;
	padding: 5px 0;
	list-style-position: outside;
}

#pais-destacado h3 {
	border: none !important;
	margin: 0; !important;
}

#pais-destacado h4 {
	margin: 0; !important;
}

ul.doscolum {

}

ul.doscolum li {
	clear: none;
	float:left;
	width:35%;
}

ul.doscolum li.impar {
	clear:both;
}

/*Newsroom -------------------------------------------------------------------*/

ul.meses {
	float: left;
	width: 100px;
}

ul.meses li {
	clear: none !important;
}


/*Resource Center ------------------------------------------------------------*/

#contenido-resource {
	background: url(/images/resources-fondo-titulo.gif) repeat-x top left;
	width: 500px;
	*width: 435px;
	height: 210px;
}

#contenido-resource h1 {
	background: url(/images/resources-h1.gif) no-repeat top left;
	padding: 5px 10px;
}

#contenido-resource h4 {
	padding: 5px 10px;
}

#contenido-resource form {
	margin: 10px;
}

#imagen-resource {
	background: url(/images/resources-fondo-img.gif) no-repeat top left;
	width: 400px;
	height: 210px;
	margin: 0  25px 0 10px;
	float: right;
}

#resource-pagina {
	position: relative;
	width: 850px;
	margin:  0 auto;
}

.listado-resources {
	width: 270px;
	float: left;
}

#ordenar-resource {
	border-bottom: solid 1px #8aaaff;
}

#ordenar-resource .showing {
	float: left;
	width: 280px;
	text-align: left;
	padding: 5px 0;
}

#ordenar-resource .order {
	float: left;
	width: 280px;
	text-align: center;
	color: #143992;
	padding: 5px 0;
}

#ordenar-resource .order ul {

}

#ordenar-resource .order ul li {
	display: inline;
}

#ordenar-resource .order ul li.seleccionado {
	background: #8aaaff;
	padding: 6px;
}

#ordenar-resource .order ul li.seleccionado a {
	color: #ffffff;
	text-decoration: none;
}

#ordenar-resource .order ul lh {
	clear: none;
	padding: 0;
	font-weight: normal;
	display: inline;
}

#ordenar-resource .europeo {
	float: left;
	width: 290px;
	text-align: right;
	color: #143992;
}

#resource-by {
	width: 500px;
	margin: 0 auto;
}

#resource-by h3 {
	border: none;
	background: url(/images/agenda-h2.gif) no-repeat top left;
	color: #ffffff;
	font-size: 1.4em;
	padding: 0 20px;
}

#resource-by h4 {
	font-size: 1.4em;
	color: #666666;
}

#resource-by ul {
	list-style-image: none;
	list-style-type: none;
}

#resource-by ul li {
	padding: 0 40px 20px;
}

#resource-by ul li.con-bandera {
	background: url(/images/resources-bandera.gif) no-repeat top left;
}

#resource-by ul li p {
	padding: 5px;
	color: #000000;
}

#proyecto-detalle {
	min-height: 200px;
	margin: 0 20px;
	border: solid 1px #8AAAFF;
	width: 500px;
	padding: 10px;
}

#proyecto-detalle ul{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside !important;
}

#proyecto-detalle ul li ul {
	list-style-type: circle;
	list-style-image: url(/images/flechita.gif);
	*list-style-image: url(/images/flechita-ie.gif);
	list-style-position: inside !important;
}

/* Links -----------------------------------------------------------------*/
.link p {
	margin: 0 !important;
	padding: 0 !important;
}

.link h3 {
	clear: both !important;
}

.link h4 {
	margin:10px 0 !important;
}

.link ul {
	list-style-type: none !important;
	list-style-image: none !important;
}

.link ul li {
	padding: 0;
	clear: both !important;
}

/* Calendario ------------------------------------------------------------*/

#calendario {}
#calendario h2 {font-size:1.1em; text-align: left;}
#calendario table caption {
	font-size: 1.2em;
	font-weight: bold;
}
#calendario table {
	border-collapse: separate;
	border-spacing:1px;
	}
#calendario th {
	padding:5px;
	text-align:center;
	background: #9DAED2;
	width: 40px;
	height: 40px;
}
#calendario td {
	padding:5px;
	text-align:center;
	background: #E5ECF2;
	position: relative;
	width: 40px;
	height: 40px;
}
#calendario td.finde {color:#cc0000;}
#calendario td a {
	background: #00B200;
	color: #000000;
	display: block;
	height: 20px;
	padding: 15px;
	margin: -5px;
	outline: none;
	font-weight: bold;
}
#calendario td a:hover {
	background: #017401;
	color: #ffffff;
}
#calendario .paginacion {
	margin: 10px 0 20px;
}
#calendario .paginacion .anterior{
	padding: 10px 0;
}
.cajita_cal {
	background: url(/images/punterito.gif) bottom no-repeat;
	width:220px;
	position: absolute;
	z-index: 2;
}
.cajita_cal .cont {
	padding: 17px 15px 15px;
	margin-bottom: 18px;
	border: 1px solid #ccc;
	border-bottom: 0;
	background: #f2f2f2;
}
.cajita_cal  #close_cajita {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background: url(/images/ico_close.gif) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	
}
.cajita_cal .cont li {
	list-style-type: none;
	margin: 5px 0;
	font-size: 1em;
}
.cajita_cal .cont li a {
	text-decoration: none;
	outline: none;
}

/* Lightbox ------------------------------------------------------------*/

#lightbox{
	padding: 10px;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.euromanet.eu/images/overlay.png", sizingMethod="scale");
	}

.banner_col_home {
	float: left;
	margin:10px 0 30px;
	width:285px;
	text-align:center;
}