

ul.menu
{
   list-style:none;
}
ul.menu li
{
   position:relative; /* Las coordenadas de los ul inferiores sern relativas al <li> que los contiene */
  /* width:70px;*/
}
ul.menu ul
{
   position:absolute; /* Esta posicin es relativa al <li> que contiene a este <ul> */
   /*left:150px;*/ /* Para que no monte sobre el <li> */
   top:42px;
   display: none;
   list-style:none;
   background-image:url(../images/bg_der.jpg);
   background-repeat:repeat-x;
}
ul.menu li:hover > ul
{
   display:block;
}

/* CSS Document */

*{

	margin:0;

	padding:0;

}

.contenedor{

	margin:auto;

	width:800px;

	background: #738F2B;

	border-right: 1px solid #738F2B;

}

.cabecera{

	background-image:url(../images/cab.jpg);

	background-repeat:no-repeat;

	width:800px;

	height:160px;

}

.menu{

	width:800px;

	height:44px;

}

.l_izq{

	width:106px;

	height:44px;

	float:left;

	background-image:url(../images/bg_izq.jpg);

	background-repeat:no-repeat;

}

.l_der{

	width:694px;

	height:44px;

	float:right;

	background-image:url(../images/bg_der.jpg);

	background-repeat:repeat-x;

}

.contenido{

	width:800px;

}

.c_izq{

	width:106px;

	background:#738F2B;

	float: left;

}

.c_der{

	width:694px;

	margin-left: 106px;

	background: #ffffff;

}

.c_der ul {

	font-family: verdana;

	list-style-position: outside;

	list-style-image: none;

	list-style-type: none;

	font-size: 10pt;

}

.c_der a {

	text-decoration: none;

	color: #003366;

	padding: 0;

}

.c_der a:hover {

	color: #738F2B;

}







.footer{

	width:694px;

	background: #ffffff;

	margin-left: 106px;

	text-align: center;

	padding: 10px 0;

	border-top: 1px solid #738F2B;

}

.texto1 {

	font-family: arial;

	font-size: 10pt;

	padding: 20px 20px 10px 20px;

	text-align: justify;

}

.footer a {

	text-decoration: none;

	color: #738F2B;

	font-family: arial;

	font-size: 10pt;

}

.l_der ul {

	list-style-position: outside;

	list-style-image: none;

	list-style-type: none;

	font-family: verdana;

	font-size: 10pt;

	font-weight: bold;

}

.l_der li {

	float: left;

	height: 100%;

	text-align: center;

}

.l_der a {

	text-decoration: none;

	color: #FFFFFF;

	display: block;

	padding: 12px 18px;

}

.l_der a:hover {

	color: #A5FCA3;

}

.menu_lnks a {

	width: 70px;

	margin: 0 13px;

	text-decoration: none;

	font-family: arial;

	font-size: 10pt;

	color: #FFFFFF;

	font-weight: bold;

}

.menu_lnks a:hover {

	color: #FF6600;

}



.menu_lnks {

	float: right;

	padding-right: 10px;

	padding-top: 20px;

}

.titulo1 {

	font-family: verdana;

	font-size: 12pt;

	color: #003366;

	padding: 20px 20px 5px 20px;

}

.link_cab {

	font-family: arial;

	font-size: 10pt;

	padding-top: 100px;

	padding-left: 130px;

}

.link_cab a{

	text-decoration: none;

	color: #596F28;

}

.img1 {

	float: right;

	padding: 20px;

}

.img1 img {

	border: 2px solid #B6CF7A;

	padding: 2px;

}


