/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}

h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h3 {
	/* top & bottom margin based on font size */
	margin:0 0 20px 0;
	padding-bottom:0px;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}



/* Menú de idioma, contacto */

#menu_idioma {width:100%;
height:40px;
background-color:#003962;
color:#FFFFFF;}

#menu_idioma_contenedor {
width:100%;}

.contacto a:link {color:#FFFFFF;
					text-decoration:none;}

.contacto a:active {color:#FFFFFF;
					   text-decoration:none;}

.contacto a:hover {color:#84b3d5;
					 text-decoration:none;}
.contacto a:visited {color:#FFFFFF;
					   text-decoration:none;}
					   
.idioma a:link {color:#FFFFFF;
					text-decoration:none;}

.idioma a:active {color:#FFFFFF;
					   text-decoration:none;}

.idioma a:hover {color:#84b3d5;
					 text-decoration:none;}
.idioma a:visited {color:#FFFFFF;
					   text-decoration:none;}




.idioma {float:left;
		padding:10px;}


.contacto {float:right;
		padding:10px;}
		
/* Fin de menú de idioma, contacto */

/* Body */
body {background-image: url(../imagenes/bg.gif);
	  background-repeat:repeat;
	  line-height:150%;}	  
/* Body */

/* Header */
#hd {background-image:url(../imagenes/header.jpg);
    background-repeat:no-repeat;
	border:none;
	height:150px;
	}
/* Header /


/* Cuerpo principal */
#bd {border:1px solid #e6e5e5;
	 border-top:none;
	 background-color:#FFFFFF;}
/* Fin de Cuerpo principal /

/* Pie */
#ft {background-image:url(../imagenes/pie.jpg);
	background-repeat:no-repeat;
	 height:57px;
	 margin-top:2px;
	 color:#FFFFFF;
	 font-size:11px;
	 padding-top:10px;
	 text-align:center;}

#ft a:link {color:#FFFFFF;
			text-decoration:none;}

#ft a:active {color:#FFFFFF;
			  text-decoration:none;}

#ft a:hover {color:#000000;
			text-decoration:none;}
					 
#ft a:visited {color:#FFFFFF;
			text-decoration:none;}
			
/*Fin de Pie */

/* Columnas */

.yui-b {padding-left:10px;
		padding-right:10px;
		padding-bottom:0px;
		padding-top:0px;
		text-align:justify;
		font-size:11px;}
		
#yui-main {padding-top:10px;}


/* Fin de Columnas */

/* Menu */
#menu {border-left:1px solid #e6e5e5;
	   border-right:1px solid #e6e5e5;
	   border-top:1px solid #ededed;
	   border-bottom:1px solid #ededed;
	   background-color:#f8f8f8;
	   height:36px;
	   padding:0;
	   padding-left:10px;}
	
   
/* Fin de Menu */

/* Centros */
div#contenido_centros {text-align:left;
						padding:10px;
						border:1px solid #e6e5e5;
						background-color:#FAFDFF;}
						
.contenido_centros_dcha {text-align:left;}




table#tabla_centros{
		font-weight:bold;
		margin-top:10px;
		clear:both;
}

#tabla_centros td {text-align:center;
				   width:250 px;
		           font-family:Verdana, Arial, Helvetica, sans-serif;
				   font-size:10px;
				   padding-left:20px;
				   padding-right:20px;}
				   
td.titulo {padding-bottom:20px;
		   font-size:6px;}

				   
td.logo {margin:0 0 0 0;
		 padding:0 0 0 0;}


#map {width:710px;
	  height:400px;
	  border:1px solid #275579;
	  margin-left:8px;}				  

/* Fin de Centros */
	
   

/* Tipos */
h1 {color:#004567;
	border-bottom:1px dotted #efefef;}

h2 {color:#08a2c9;
   font-size:12px;
   padding-left:15px;
   margin-bottom: 5px;}
   
p {font-size:12px;
   color: #131313;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   padding-left:15px;
}

.masinfo {color:#999999;
		  font-weight:bold;
		  font-size:12px;
		  font-family:"Courier New", Courier, mono;}
		  
.negrita {font-weight:bold;}

.cursiva {font-style:italic;}
 

.centrado {text-align:center;}

.ikaslan_rojo {color:#9b4342;}

#ft p {color:#FFF;
	   font size:10px;}
	   
.enlace_web {font-size:10px;
			 color:#7d0000;
			 float:right;
			 font-weight:bold;}
   
/* Fin de Tipos */




/* Listas */
ul li {list-style-image:url(../imagenes/list.gif);
	   margin-bottom:5px;
	   font-size:12px;
	   text-align:left;}
/* Fin de listas */






/* Proyectos */
.enlace_logo {text-align:center;}
/* Fin de Proyectos */





/* Emprendizaje */

div#emprendizaje p {padding-left:10px; 
   padding-right:10px;
   padding-bottom:0px;
   padding-top:0px;
   text-align:justify;
   font-size:11px;}
/* Fin de emprendizaje */






/* Index */
#intro p{font-size:12px;
	     color: #000066;
		 padding-left:15px;
		 padding-right:15px;
		 font-family:Verdana, Arial, Helvetica, sans-serif;}
/* Fin de Index */






/* Enlaces */
a:link {color:#00467d;
		text-decoration:underline;}

a:active {color:#00467d;}

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

a:visited {color:#00467d;}
/* Fin de enlaces */



/* Videos */ 
#video {width:279px;
		height:264px;
		margin: 10px 0px 15px 35px;
		border-left:1px solid #cdcdcd;
		border-right:1px solid #cdcdcd;
		border-top:1px solid #cdcdcd;}
		
#video2 {width:279px;
		height:264px;
		margin: 10px 0px 15px 40px;
		border-left:1px solid #cdcdcd;
		border-right:1px solid #cdcdcd;
		border-top:1px solid #cdcdcd;}

/*Fin de Videos */


/* Revista de la index */
#revista {
		width:260px;
		height:110px;
		margin: 10px 0px 10px 35px;
		border:1px solid #cdcdcd;
		padding:9px;
		line-height:20px;
		background-color:#ecf8ff;
		background-image:url(../imagenes/descarga.jpg);
		background-repeat:no-repeat;
		background-position:bottom right;}


#revista img{float:left;
	         margin-right:6px;}
			 
			 

#revista a:link {text-decoration:none;}
					 
#revista a:hover {text-decoration:underline;}
					 
#revista a:active {text-decoration:none;}
					 
					 					 
#revista a:visited {text-decoration:none;}
		
/*Fin de Revista de la index */


/* Revista de la index Euskera*/
#revista_eu {
		width:260px;
		height:110px;
		margin: 10px 0px 10px 35px;
		border:1px solid #cdcdcd;
		padding:9px;
		line-height:20px;
		background-color:#ecf8ff;
		background-image:url(../imagenes/descarga_eu.jpg);
		background-repeat:no-repeat;
		background-position:bottom right;}


#revista_eu img{float:left;
	         margin-right:6px;}
			 
			 

#revista_eu a:link {text-decoration:none;}
					 
#revista_eu a:hover {text-decoration:underline;}
					 
#revista_eu a:active {text-decoration:none;}
					 
					 					 
#revista_eu a:visited {text-decoration:none;}
		
/*Fin de Revista de la index Euskera */

/* Oferta de la index*/
#oferta {
		width:260px;
		height:110px;
		margin: 10px 0px 10px 35px;
		border:1px solid #cdcdcd;
		padding:9px;
		line-height:20px;
		background-color:#ecf8ff;
		background-image:url(../imagenes/descarga_eu.jpg);
		background-repeat:no-repeat;
		background-position:bottom right;}


			 
			 

#oferta a:link {text-decoration:none;}
					 
#oferta a:hover {text-decoration:underline;}
					 
#oferta a:active {text-decoration:none;}
					 
					 					 
#oferta a:visited {text-decoration:none;}
		
/*Fin de Oferta de la index  */




/* Folleto de Ikaslan */
#folleto {
		width:279px;
		height:107px;
		margin: 10px 0px 10px 35px;
		border:1px solid #cdcdcd;
		line-height:20px;
		background-color:#ecf8ff;
		padding-top:9px;
		padding-right:9px;
		padding-bottom:9px;
		padding-left: 0px;
		background-image:url(../imagenes/descarga.jpg);
		background-repeat:no-repeat;
		background-position:bottom right;
}


#folleto img{float:left;
	         margin-right:6px;}
			 


#folleto a:link {text-decoration:none;}
					 
#folleto a:hover {text-decoration:underline;}
					 
#folleto a:active {text-decoration:none;}
					 
					 					 
#folleto a:visited {text-decoration:none;}
/* Fin de Folleto de Ikaslan */


/* Folleto de Ikaslan Euskera */
#folleto_eu {
		width:279px;
		height:107px;
		margin: 10px 0px 10px 35px;
		border:1px solid #cdcdcd;
		line-height:20px;
		background-color:#ecf8ff;
		padding-top:9px;
		padding-right:9px;
		padding-bottom:9px;
		padding-left: 0px;
		background-image:url(../imagenes/descarga_eu.jpg);
		background-repeat:no-repeat;
		background-position:bottom right;
}


#folleto_eu img{float:left;
	         margin-right:6px;}
			 


#folleto_eu a:link {text-decoration:none;}
					 
#folleto_eu a:hover {text-decoration:underline;}
					 
#folleto_eu a:active {text-decoration:none;}
					 
					 					 
#folleto_eu a:visited {text-decoration:none;}
/* Fin de Folleto de Ikaslan Euskera */






/* Guía de FP */
#guia_fp {
		width:279px;
		height:79px;
		margin: 10px 0px 10px 35px;
		border:1px solid #cdcdcd;
		line-height:20px;
		background-color:#fafdff;
		padding-top:15px;
		padding-right:0px;
		padding-bottom:9px;
		padding-left: 9px;
		text-align:left;
		background-image:url(../imagenes/descarga_guia.jpg);
		background-repeat:no-repeat;
		background-position:bottom left;}
		


#guia_fp img{float:right;
	         margin-right:16px;
			 margin-left:6px;
			 margin-top:0px;
			}
			
			 
#guia_fp a:link {text-decoration:none;}
					 
#guia_fp a:hover {text-decoration:underline;}
					 
#guia_fp a:active {text-decoration:none;}
					 
					 					 
#guia_fp a:visited {text-decoration:none;}
/* Fin de Guía de FP */

/* Guía de FP Euskera */
#guia_fp_eu {
		width:279px;
		height:79px;
		margin: 10px 0px 10px 35px;
		border:1px solid #cdcdcd;
		line-height:20px;
		background-color:#fafdff;
		padding-top:15px;
		padding-right:0px;
		padding-bottom:9px;
		padding-left: 9px;
		text-align:left;
		background-image:url(../imagenes/descarga_guia_eu.jpg);
		background-repeat:no-repeat;
		background-position:bottom left;}
		


#guia_fp_eu img{float:right;
	         margin-right:16px;
			 margin-left:6px;
			 margin-top:0px;
			}
			
			 
#guia_fp_eu a:link {text-decoration:none;}
					 
#guia_fp_eu a:hover {text-decoration:underline;}
					 
#guia_fp_eu a:active {text-decoration:none;}
					 
					 					 
#guia_fp_eu a:visited {text-decoration:none;}
/* Fin de Guía de FP Euskera */


/* Menú secundario */
#menu_secundario {
		width:268px;
		height:145px;
		margin: 10px 0px 10px 35px;
		border:1px solid #cdcdcd;
		line-height:20px;
		background-color:#feffff;
		padding-top: 20px;
		padding-right:10px;
		padding-bottom:5px;
		padding-left:10px;
		text-align:left;}


#menu_secundario img{
	     float:right;
	     margin-right:16px;
	     margin-left:6px;
	     margin-top:0px;
			}


#menu_secundario li {font-size:10px;}

#menu_secundario li a:link {font-size:10px;
					 color:#7d0000;}
					 
#menu_secundario li a:hover {font-size:10px;
					 color:#7d0000;}
					 
#menu_secundario li a:active {font-size:10px;
					 color:#333;}
					 
					 					 
#menu_secundario li a:visited {font-size:10px;
					 color:#7d0000;}
/* Fin de Menú secundario */


/* Menú secundario de Proyectos */
#menu_secundario_proyectos {
		width:268px;
		height:142px;
		margin: 10px 0px 10px 35px;
		border:1px solid #cdcdcd;
		line-height:20px;
		background-color:#feffff;
		padding-top: 20px;
		padding-right:10px;
		padding-bottom:5px;
		padding-left:10px;
		text-align:left;}


#menu_secundario_proyectos img {
	     float:right;
	     margin-right:16px;
	     margin-left:6px;
	     margin-top:0px;
			}


#menu_secundario_proyectos li {font-size:10px;}

#menu_secundario_proyectos li a:link {font-size:10px;
					 color:#7d0000;}
					 
#menu_secundario_proyectos li a:hover {font-size:10px;
					 color:#7d0000;}
					 
#menu_secundario_proyectos li a:active {font-size:10px;
					 color:#333;}
					 
					 					 
#menu_secundario_proyectos li a:visited {font-size:10px;
					 color:#7d0000;}
/* Fin de Menú secundario de Proyectos */


/* Foto Eje */
#foto_eje {width:268px;
		height:115px;
		margin: 10px 0px 10px 35px;
		line-height:20px;}
/* fin de Foto Eje */





@media only screen and (max-device-width: 480px) {

  
  #ft p {font-size:9px;
  		  line-height:11px;}
}


/* Descargas Leonardo-Erasmus */
#descargas_leonardo {
		width:279px;
		height:140px;
		margin: 10px 0px 10px 35px;
		border:1px solid #cdcdcd;
		line-height:20px;
		background-color:#fafdff;
		padding-top:15px;
		padding-right:0px;
		padding-bottom:9px;
		padding-left: 9px;
		text-align:left;
		background-image:url(../imagenes/descarga_guia.jpg);
		background-repeat:no-repeat;
		background-position:bottom left;}
		
			
			 
#descargas_leonardo a:link {text-decoration:none;}
					 
#descargas_leonardo a:hover {text-decoration:underline;}
					 
#descargas_leonardo a:active {text-decoration:none;}
					 
					 					 
#descargas_leonardo a:visited {text-decoration:none;}
/* Fin de Descargas Leonardo-Erasmus */

/* Descargas Leonardo-Erasmus Euskera */
#descargas_leonardo_eu {
		width:279px;
		height:140px;
		margin: 10px 0px 10px 35px;
		border:1px solid #cdcdcd;
		line-height:20px;
		background-color:#fafdff;
		padding-top:15px;
		padding-right:0px;
		padding-bottom:9px;
		padding-left: 9px;
		text-align:left;
		background-image:url(../imagenes/descarga_guia_eu.jpg);
		background-repeat:no-repeat;
		background-position:bottom left;}
		
			
			 
#descargas_leonardo_eu a:link {text-decoration:none;}
					 
#descargas_leonardo_eu a:hover {text-decoration:underline;}
					 
#descargas_leonardo_eu a:active {text-decoration:none;}
					 
					 					 
#descargas_leonardo_eu a:visited {text-decoration:none;}
/* Fin de Descargas Leonardo-Erasmus Euskera */



/* CV Europass Leonardo-Erasmus */
#cv_europass {
		width:279px;
		height:220px;
		margin: 10px 0px 10px 35px;
		border:1px solid #cdcdcd;
		line-height:20px;
		padding-top:15px;
		padding-right:0px;
		padding-bottom:9px;
		padding-left: 9px;
		text-align:left;
		background-color:#ecf8ff;
}
		
			
			 
#cv_europass a:link {text-decoration:none;}
					 
#cv_europass a:hover {text-decoration:underline;}
					 
#cv_europass a:active {text-decoration:none;}
					 
					 					 
#cv_europass a:visited {text-decoration:none;}
/* Fin de CV Europass Leonardo-Erasmus */




/* Sección de Enlaces Sitemap */
			   
table#tabla_enlaces{
		font-weight:bold;
		margin-top:10px;
		clear:both;
		text-align:center;
		margin-left:100px;
}

#tabla_enlaces td {text-align:center;
		           font-family:Verdana, Arial, Helvetica, sans-serif;
				   font-size:10px;
				   padding-left:10px;
				   padding-right:10px;}
				   
td.titulo_enlaces {padding-bottom:20px;
		   font-size:6px;}

				   
td.logo_enlaces {margin:0 0 0 0;
		 padding:0 0 0 0;}


/* Fin de Sección de Enlaces Sitemap*/






/* Sección de Enlaces */

.seccion_enlaces {width:50%;
				  float:left;}



.enlace_impar {padding:8px;
			   background-color:#fefefe;}
			   
.enlace_par {padding:8px;
			   background-color:#fbfbfb;}
			   
table#tabla_centros{
		font-weight:bold;
		margin-top:10px;
		clear:both;
}

/* Fin de Sección de Enlaces */




