img {
	border: 0px;
	padding: 0px;
	margin: 0px;	
	
}

A:link {text-decoration:underline;color:#4F4630;}
A:visited {text-decoration:underline;color:#4F4630;} 

.fondo {
background-image: url("../imagenes/fondo.gif");
background-repeat:repeat-y repeat-x;
}

.boton {
cursor: pointer;
}

tr.fondo_perga{
background-image: url("../imagenes/menu_perga.gif");
background-repeat:repeat-y;
font-size: 10px;
}

.pantalla_principal{
	width: 98%;
border: solid 1px #CDA68C;
background-image: url("../imagenes/fondo_principal.gif");
background-repeat:repeat-y repeat-x;
}

.titulo{
font-size: 18px;
font-weight: bold;
}

.titulo2{
font-size: 16px;
font-weight: bold;
text-decoration: underline;
}

.titulo3{
font-size: 18px;
font-weight: bold;
text-decoration: underline;
}

.texto_azul_cursiva{
color: #1318E3;
font-style: italic;
}

.enlace{
color:#4F4630;
text-decoration: underline;
cursor: pointer;
}

.cabecera{
	text-decoration: underline;
	font-weight: bold;
}

body {
	background-image: url("../imagenes/fondo.gif");
background-repeat:repeat-y repeat-x;
}

td.monturas{
font-weight: bold;
text-align:center;
width:25%;
}

td.mineralesAC{
font-weight: bold;
text-align:center;
width:25%;
}

.border_b{
   border: 1px solid #000000;
}

.float{
   visibility: hidden;
   position: absolute;
   left: -3000px;
   z-index: 10;
}