body { 
	margin-left:20px; 
	margin-right:20px;
	margin-top:20px;
	font-family: Andale Mono, Monaco, Lucida Console, LucidaTypewriter, Courier, monospace, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	background-image:url(../images/background.jpg);
    	background-repeat: repeat-x;
}

ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; }
img { border:0px; }

a { color: #333;padding-left:0px;padding-right:0px;text-decoration: none;}
a:hover {background: red; color: #fff;text-decoration: none;}
a:active {background: red; color: #fff;text-decoration: none;} 

.none {background: red;}
.none:hover{background: red; text-decoration:none}

.link_seleccionado, .link_seleccionado a{background: #000; color: #ffffff;}

.titulo { 
font-weight:bold;
color:red;
text-decoration: none;
font-size:12px;
padding-bottom: 0px;
padding-right: 0px;
text-transform:uppercase;
}

#cabecera { 
	border-bottom:0px;
	margin-bottom:20px;
	height:50px;


}
.tablacabecera {
    margin-left: 10%;
    margin-right: 10%;
    width: 850px; /* Page width */

}
#izquierda { 
  width:150px;
  font-size:12px;
}

#pie {  
	font-style: italic; 
	clear:both; 
	padding-top: 2.5em;
	padding-bottom: 0.5em; 
	font-size:smaller; 
	}
	
#menu {
	padding:1px;
	padding-left:0px;
	font-size:12px;
	}	
	
#centro {
	font-size:12px;
}

#celdamenu {
	width:380px;
	font-size:12px;
}

#celdamenu td:hover {
	background:#000000;
	color:#ffffff
	}

#celdamenu a {
	padding: 1px;
	padding-left:0px; 
	padding-right:0px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#lenguaje {
	margin:auto;
	width:200px; 
	text-align:center;}
	
#lenguaje td{
	width:20px;
	}
	
#lenguaje a {text-decoration:none}

