/************************************/
body{
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #803E00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*background-image:url(../img/fondo-web.jpg);
	background-repeat:repeat;*/

}

.titulo{
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
	font-size:12pt;
	color: #660000;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;


}

.interior{
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
	font-size:13px;
	color: #ffffff;
	letter-spacing: 1px;
	text-align:left;
	font-weight: normal;

}
.interiorpie{
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
	font-size:14px;
	height:67px;
	padding-top:10px;
}
.fondotabla {
	background-color: #B77B00;
	background-image: url(../img/interiorTabla.jpg);
	background-repeat:repeat-y;
	color: #FFFFFF;
}
.fondotablablanco {
    color:#FFFFFF;
	background-color:#996600;
	background-repeat:repeat-y;
}

.fondotablablanco a{
	color:#FFFFFF;
}
.fondotablablanco a:hover{
	color:#FFCC99;
}
.tablaSuperior {
	
}
.lateralesTabla {
background-image:url(../img/columna.jpg);
background-repeat:repeat-y;

}
/************************************/
/* Enlaces y anclas */
/************************************/

a{
    /*Color de los enlaces*/
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
	
	text-decoration: none;
}

a:link{
	/*Color de los enlaces*/
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
	text-decoration: none;
}

a:visited{
    /*Color de los enlaces*/
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
	text-decoration: none;
}

a:hover{
	/*Color de los enlaces*/
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
	text-decoration: underline;
	
}
.blanco {
	color: #FFFFFF;
	font-size: 14px;
}
.negro {
	color: #000000;
	font-size: 14px;
}
.texto {
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #660000;
}
.textoPequeno {
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
	font-size: 12px;
}
.textoGrande {
	font-size: 14px;
}

.salir {
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #660000;
	cursor: hand;
}
.linea {
	border: 2px solid #999999;
}
.caja {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663300;
	background-color: #FFFFFF;
	border: 1px solid #996666;
}
.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #009900;
	border: 1px solid #006600;
	cursor: hand;
}
