/* CSS Document */


/*Inicio estructura General*/

#contenedor {
	margin-left: 10%;
	margin-right: 10%;

}
#contenedor_flash {
	margin-left: auto;
	margin-right: auto;
	width: 405px;

}


#catalan{
float: left;
width: 200px;
height: 300px;
background:url(../imgs/bloc_index_cat.gif) no-repeat center; 
margin-left: 50px;
margin-top: 20px;
}

#Castellano{
float: left;
width: 200px;
height: 300px;
background:url(../imgs/bloc_index_esp.gif);
margin-left: 50px;
margin-top: 20px;
}

#ingles{
float: left;
width: 200px;
height: 300px;
background:url(../imgs/bloc_index_eng.gif);
margin-left: 50px;
margin-top: 20px;
}

#pie {
clear: both;
border: 1px;
border-style: solid;
border-color:#6CAEFF;
margin-left: 10%;
margin-right: 10%;
width:800px;
}




/*Fin estructura General*/

/*Inicio tipografía*/

h1 {
font-size: 0.9em;
text-align: left;
color:#004AA5;
font-family: sans-serif;
text-decoration:underline;
text-align:center;

}


/*Fin tipografía*/


/*Inicio Enlaces*/

a {
text-decoration:none;

}

a:hover {
text-decoration:underline;
color:#FFFFFF;
background:#004AA5;

}



/*Fin Enlaces*/

/*Inicio Tabla*/

.tabla_titulos {
font-family: sans-seirf;
border-bottom: solid;
border-bottom: #FF0000;
width: 100%;

}
/*Fin Tabla*/
	  



.active_lang {
background-color:#6CAEFF;
font-family:sans-serif;
color:#FFFFFF;
}

.saltar_intro {
float: left;
margin-left:10px;
}

.botar_intro {
float: right;
margin-right:10px;
}


.text_normal {
font-family: sans-serif;
font-size: 0.8em;
text-indent:15px;
text-align:justify;

}

.text_petit {
font-family: sans-serif;
font-size: 0.5em;
text-indent:15px;
text-align:justify;
letter-spacing: 2px;

}

