/* CSS Document */

body,td,th {
	font-family: Century Gothic, Courier, Lucida Sans;
	font-size: 14px;
	color: #56581b;
}
body {
	background-image: url(IMAGENES%20GENERALES/fondo%20web%20%20portada.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color: #FC9B07; 
	scrollbar-base-color: #6e7b33; 
	scrollbar-dark-shadow-color: #003300; 
	scrollbar-track-color: ##56581b; 
	scrollbar-face-color: #6e7b33; 
	scrollbar-shadow-color: #003300; 
	scrollbar-highlight-color: #CCCCCC; 
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#FF9900;
}
a:hover {
	text-decoration: underline;
	color: #999900;
}
a:active {
	text-decoration: none;
	color: #999900;
}

#tablon {
	width:95%;
	border:10px inset #56581B;
	text-align: left;
	margin-left:10px;
	padding-left:2px;
	padding-right:2px;
	text-indent:8px;
} 

.celda {
	width:49%;
	float:left;
	text-align:center;
	margin:2px;
	}

.imgcelda {
	width:100%;
	border:1px solid #56581B;
	margin-bottom:-2px;
	}
.textcelda {
	width:100%;
	border:1px solid #56581B;
	background-color:#FEDFB1;
	height:45px;
	}
.celdasinborde {
	width:46%;
	text-align:left;
	padding:10px;
	float:left;
	}
.Estilo2 {
	font-weight: bold;
	color: #FF9900;
}
.Estilo1 {font-size: smaller}
a {
	font-weight: bold;
}
.Estilo5 {	color: #003300;
	font-size: 18px;
	font-weight: bold;
}
.Estilo9 {
	color: #FFFFFF;
	font-weight: bold;
}
.Estilo10 {color: #56581b}
.Estilo12 {
	font-size: 12px;
	font-style: italic;
}
.Estilo13 {color: #003300}
.Estilo14 {color: #FFFFFF}
.Estilo15 {color: #E7E8B3}

.destacado {
	text-decoration:blink;
	color:#CC0000;
	font-weight:bold;
	background-color:#FF9933;
	padding:2px;
	}
	
.clear {
	clear:both;
}

.left {
	text-align:left;
	}
	

