/*//////////////////////////////////////////////////////////////////////////////////////////////////////
© MELENIC GRAPHICSTUDIO . Todos los derechos reservados.
Prohibida la utilización, difusión o redistribución de este código sin previa autorización.
http://www.melenic.com
///////////////////////////////////////////////////////////////////////////////////////////////////////*/
body{
margin:0; 
font-family:Geneva, Arial, Helvetica, sans-serif;
background:#EEE;
font-size:.8em;
}

a:link, a:visited {color: #444;}
a:hover, a:active {color: #000;}

img{border:none;}

.img-logo{float:left;padding:40px 0 0 60px;}
.invisible{display:none;}

.txMini{font-size:.8em;}

h1{margin:0;padding:0;}

#contenido{
margin:auto;
width:100%;
}

#banner{
text-align:center;
width:100%; height:24px;
padding:22px 0 0 0;
background:#171795 url("../img/bg-index.png") no-repeat center bottom;
border-bottom:1px solid #FFF;
}

#flashindex{
	padding:100px 0 0 0;
	background:#FFF;
	text-align:center;
}

#idioma{
	margin:auto;
	width:112px;
	padding:40px 0 50px 0;
	background:;
	margin-bottom:1px;
	}
	#idioma ul{
	margin:0;
	padding:0;
	list-style-type:none;
	}
	/*#idioma li{
	width:118px; height:24px;
	margin:0 0 5px 0;
	background: url("../img/flag-ES-index.gif") no-repeat;
	border:1px solid #cbcbcb;
	}*/
DIV#idioma A {
	text-decoration:none;
    width:74px; height:21px;
	line-height:21px;
	display:block;
	margin:5px 0 5px 0;
	padding:1px 0 1px 31px;
	border:1px solid #aeaeae;
    }
DIV#idioma A:hover {
	border:1px solid #616F9A;
    }
	DIV#idioma A.es {
	background:#dededf url("../img/flag-ES-index.gif") no-repeat 3px;}
	DIV#idioma A:hover.es {background:#FFF url("../img/flag-ES-index.gif") no-repeat 3px;}
	
	DIV#idioma A.ca {background:#dededf url("../img/flag-CA-index.gif") no-repeat 3px;}
	DIV#idioma A:hover.ca {background:#FFF url("../img/flag-CA-index.gif") no-repeat 3px;}
	
	DIV#idioma A.en {background:#dededf url("../img/flag-EN-index.gif") no-repeat 3px;}
	DIV#idioma A:hover.en {background:#FFF url("../img/flag-EN-index.gif") no-repeat 3px;}
	
	DIV#idioma A.fr {background:#dededf url("../img/flag-FR-index.gif") no-repeat 3px;}
	DIV#idioma A:hover.fr {background:#FFF url("../img/flag-FR-index.gif") no-repeat 3px;}
	
	DIV#idioma A.de {background:#dededf url("../img/flag-DE-index.gif") no-repeat 3px;}
	DIV#idioma A:hover.de {background:#FFF url("../img/flag-DE-index.gif") no-repeat 3px;}
