
.fondoPrincipal {
	background-color: #1F1A17;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* --------------------------------------------- SUPERIOR --------------------------------------------- */
.fondoSuperior {
	background-color: #753802;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.cabecera {
	background-color: #B57C3E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td.separacion{
	background-color: #FFFFFF;
	width: 1px;
	font-size:1px;	
	padding: 0px 0px 0px 0px;
}

a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0px 15px 0px 15px;
}
a.menu:link , a.menu:visited {
	color:#FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	color: #1F1A17;
	text-decoration: underline;
}

/* --------------------------------------------- INFERIOR --------------------------------------------- */
.fondoInferior {
	background-color: #EED3B5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.dirreccion {
	padding: 10px 0px 0px 0px;
	text-align: center;
}


/* --------------------------------------------- MENÚ --------------------------------------------- */
.fondoMenu {
	background-color: #1F1A17;	
	margin-left: 25px;
	margin-top: 210px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../img/fdmn02.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
	
	color: #FFFFFF;
}

div#fondo01{
	background-image:url(../img/fdmn01.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

a.menuLateral {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration: none;
	padding: 0px 5px 0px 0px;
}
a.menuLateral:link , a.menuLateral:visited {
	color:#EED3B5;
}
a.menuLateral:hover {
	color: #FFFFFF;
}

td.marca{
	width: 25px;
}
td.lista{
	width: 150px;
	padding: 7px 0px 7px 2px;	
	background-color: #1F1A17;	
}


/* --------------------------------------------- CENTRAL --------------------------------------------- */

.fondoCentral {
	background-color: #FFFFFF;	
	margin-left: 25px;
	margin-top: 40px;
	margin-right: 25px;
	margin-bottom: 40px;
	overflow-x: hidden;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color: #753802;
	text-decoration: none;
	padding: 0px 300px 0px 0px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1F1A17;
	text-align: justify;
	padding: 0px 300px 0px 0px;
}

ol , ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1F1A17;
	text-align: justify;
	padding: 0px 310px 0px 20px;
}

li{
	padding: 0px 0px 15px 0px;
}

a.enlace {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: underline;
	font-weight: bold;
}
a.enlace:link , a.enlace:visited {
	color:#753802;
}
a.enlace:hover {
	color: #1F1A17;
}


.tabla{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1F1A17;
	text-align: justify;
	padding: 0px 0px 0px 0px;
	border-bottom: 3px solid #B57C3E;
	border-right: 1px solid #1F1A17;
}

.tabla td, .tabla th{
	border-top: 1px solid #1F1A17;
	border-left: 1px solid #1F1A17;
	padding: 5px 15px 5px 15px;
}

.tabla th{
	background-color: #1F1A17;
	color: #FFFFFF;
	text-align: center;
}

td.sombreado{
	background-color: #EED3B5;
}