@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
}

A:link, A:active, A:visited  {
	color: #A6986F;
	text-decoration: none;
}
A:hover {
	color: #e8c96d;
	cursor: hand;
	text-decoration: underline;
}
.link-menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
.link-menu:active {
	color: #FFFFFF;
	text-decoration: none;
}
.link-menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.link-menu:hover{
	color: #FFFFFF;
	text-decoration: none;

}
.celda-fondo-inf {
	background-image: url(layout01/03_fondo-inf.jpg);
	background-repeat: no-repeat;
	background-position: center 262px;
}
.celda-fondo-img {
	background-image: url(layout/fondo-img.gif);
	background-repeat:  repeat-x;
	background-position: top;
	height: 262px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C5038;
}
h1 {
	color: #bfb399;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2e2511;
	font-weight: bold;
	font-size: 16px;

}
.texto-pie {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.texto-cursiva {
	font-style: italic;
}
.texto-notas {
	font-size: 11px;
	font-style: italic;
}
.tabla-principal {
	height: 100%;
	position: relative;
}
.linea-inferior {
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(layout/linea-h.gif);
	background-repeat:  repeat-x;
	background-position: bottom;
}

.celda-menu-principal {
	background-color: #766a50;
	padding-left: 20px;
}

.celda-menu {
	padding: 15px;
	background-image: url(layout/linea-v.gif);
	background-repeat:  repeat-y;
	background-position: left;
}
.texto-menu-principal {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


.celda-fondo-i {
	background-image: url(layout/fondo-img-i.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.celda-fondo-d {
	background-image: url(layout/fondo-img-d.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.celda-ley-logo {
	background-color: #9d9481;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.celda-destacados {
	background-color: #F2F0E6;
	padding: 10px;
}

.celda-ley-menu {
	background-color: #282110;
	padding-right: 30px;
	height: 20px;
}
.celda-ley-contenido {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.texto-negrita {
	font-weight: bold;
}
