/* CSS Document */

/* --------------- GRAL --------------- */

body {
	background-color: #FDF8EA;
	margin: 0px;
}

td,* {
	font-family: Trebuchet MS, Arial, Helvetica, Sans-serif, Sans, Verdana;
}

/* --------------- MENU --------------- */

.celdas a {
	background-color: #D87F0B;
	border-bottom: 1px solid #F5D07C;
	height: 24px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 3px;
	color: #fff;
	text-decoration: none;
	display: block;
}

.celdas a:hover {
	color: #FFE99C;
}

.celdasSubmenu {
	background-color: #F0A436;
	border-bottom: 1px solid #F5D07C;
	padding: 6px;
}

.celdasSubmenuTxt a {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.celdasSubmenuTxt a:hover {
	color: #774F12;
}

.imgBullet {
	margin-right: 5px;
	border: 0px;
}

.promociones {
	width: 135px;
	font-size: 11px;
	border: 1px solid #000;
}
/* --------------- CONTENIDO --------------- */

.txtGral {
	font-size: 12px;
	color: #000;
}
.txtGral a {
	color: #197C0F;
	text-decoration: underline;
}
.txtGral a:hover {
	color: #000;
}

.tablaSubTits {
	background-color: #D87F0B;
	border-right: 1px solid #D87F0B;
	border-left: 1px solid #D87F0B;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	padding: 5px 10px; 
	}
.tablaTits {
	background-color: #FAD093;
	border-right: 1px solid #D87F0B;
	border-left: 1px solid #D87F0B;
	font-size: 12px;
	color: #000;
	text-align: center;
	padding: 5px 10px; 
	}
.tablaTits a {
	color: #197C0F;
	text-decoration: underline;
}
.tablaTits a:hover {
	color: #000;
}
.tablaTextos {
	background-color: #FDF8EA;
	border-right: 1px solid #D87F0B;
	border-left: 1px solid #D87F0B;
	font-size: 12px;
	color: #000;
	text-align: center;
	padding: 5px 10px 0px 10px; 
	}

.tablaTextos a{
	color: #197C0F;
	text-decoration: underline;
}
.txtTextos a:hover {
	color: #000;
}

.pie {
	background-image: url(images/pie_hoja.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 81px;
	background-color: #FFFFFF;
	color: #14630C;
	padding-left: 120px;
	text-align: center;
	font-size: 11px;
}

.pie a{
	color: #14630C;
	text-decoration: underline;
	font-weight: bold;
}
.pie a:hover{
	color: #458A3E;
}
