/*Generales------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,span {   
    margin:0;  
    padding:0;  
}

ol,ul {  
    list-style:none;
}  

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
	height:100%;
	background-color: #000;
	margin-top:120px;
}

img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.idiomas{
	text-decoration:none;
	color:#beae96;;
}

.idiomas:hover{
	color:#9a5a15;
}
