/* CSS Document */
body {
	BACKGROUND: #FFFFFF; 
	COLOR: #990000;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

img{
border:0;
}


#contenedor {
	width:900px;
	text-align:center; /* alinear textos */
	border:0;
	position:absolute;
	left: 49px;
	top: 14px;
	background:#ffffff;
	}
	
	
#idiomas_enlace_oculto {
			
		COLOR: #CC6600;
		text-align:center;
		font-size:12px;
		width: 200px;
    	position:absolute;
    	top:200px;
    	left:400px;
			}
			
#idiomas_enlace_oculto  a:link, #idiomas_enlace_oculto a:visited {
							 color:#CC6600;
							 background-repeat:no-repeat;
							 TEXT-DECORATION: none;
						   }
						   
#idiomas_enlace_oculto  a:hover, #idiomasenlace_oculto a:active {
							color:#CC6600;
							background-repeat:no-repeat;
							TEXT-DECORATION: none;
}
