/*p a.under{
color:#FF0000;
}*/

ul li a.listay{
margin-left:10px;
text-align:left;
background:none;
padding-left:15px;
background:transparent url(../images/vineta3.gif) no-repeat scroll left center;
}

ul li a:hover.listay{
margin-left:10px;
background:none;
color: #006666;
background:transparent url(../images/vineta3.gif) no-repeat scroll left center;
}


ul li a.listax{
margin-left:10px;
text-align:left;
background:none;
padding-left:15px;
background:transparent url(../images/vineta2.gif) no-repeat scroll left center;
}

ul li a:hover.listax{
margin-left:10px;
background:none;
color: #006666;
background:transparent url(../images/vineta2.gif) no-repeat scroll left center;
}

ul.menu
{
   list-style:none;
}
ul.menu li
{
   position:relative; /* Las coordenadas de los ul inferiores serán relativas al <li> que los contiene */
   width:70px;
}
ul.menu ul
{
   position:absolute; /* Esta posición es relativa al <li> que contiene a este <ul> */
   left:150px; /* Para que no monte sobre el <li> */
   top:-10px;
   display:none;
   list-style:none;
}
ul.menu li:hover > ul
{
   display:block;
}


/* CSS Document */

body{

	background-color:#F3F3F3;

}

*{

	margin:0;

	padding:0;

}

.contenedor{

	margin:auto;

	width:800px;

	border: 1px solid #333333;

}

.b_superior{

	width:800px;

	height:45px;

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

	background-repeat:repeat-x;

}

.img1 {

	float: left;

	margin: 20px;

}

.img2 {

	float: right;

	margin: 20px;

}

.cabecera{

	width:800px;

	height:150px;

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

	background-repeat:no-repeat;

}

.contenido{

	width:800px;

	border-top:#333333 solid 5px;

	background-color: #F9BB00;

}

.lateral_izq{

	width:150px;

	background-color:#F9BB00;

	float: left;
	
	/* agregados posotion y z-index*/
	position:relative;
	
	z-index:2;

}

.cont_der{

	width:650px;

	background-color: #FFFFFF;

	margin-left: 150px;
	
	/*agregados*/
	position:relative;
	z-index:1;

	/*border-top: #F9BB00 5px solid;*/

}

.clear{

	clear:both;

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

	height: 15px;*/

	width: 800px;

	/*background-repeat: repeat-x;*/

}

.lateral_izq ul {

	list-style-type: none;

	list-style-position: outside;

	list-style-image: none;

	font-family: arial;

	font-size: 8pt;

	padding: 10px 0;

}

.lateral_izq a {

	color: #000000;

	text-decoration: none;

	text-align: center;

	display: block;

	height: 20px;

	width: 150px;

	background-attachment: scroll;

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

	background-repeat: no repeat;

	/*margin-bottom: 3px;*/

	padding-top: 5px;

}

.lateral_izq a:hover{

	background-attachment: scroll;

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

	background-repeat: no repeat;

	color:#FFFFFF;

}

.text_footer {

	text-align: center;

	font-family: arial;

	font-size: 10pt;

	padding: 10px 0;

}

.text_footer a{

	color: #FFFFFF;

	text-decoration: none;

}

.footer{

	background-color:#333333;

	width:800px;

}

.texto1 {

	font-family: arial;

	font-size: 10pt;

	color: #000000;

	padding: 10px 0;

	margin: 0 20px;

	text-align: justify;

}

.menu_lnks{

	float: right;

	padding-right: 10px;

	padding-top: 25px;

}

.menu_lnks a{

	width: 70px;

	font-family: arial;

	font-size: 10pt;

	color: #FFFFFF;

	text-decoration: none;

	margin: 0 10px;

}

.menu_lnks a:hover{

	color: #F9BB00;

}

.titulo1 {

	font-family: arial;

	font-size: 14pt;

	padding: 10px 0 5px 0;

	margin: 0 10px;

	border-bottom: 1px solid #F9BB00;

}



.link_cab{

	padding-top: 85px;

	padding-left: 30px;

}

.lista {

	font-family: arial;

	font-size: 10pt;

	margin-left: 50px;

	list-style-type: square;

}

.link_cab a{

	font-family: arial;

	font-size: 10pt;

	color: #000000;

	text-decoration: none;

	font-weight: bold;

}

.lista2{

	font-family: arial;

	font-size: 10pt;

	padding: 20px 0;

	margin: 0 50px;

	list-style-type: square;

}

.lista2 a {

	color: #000000;

	text-decoration: none;

}

.lista2 a:hover {

	color: #F9BB00;

}

.lista2 li{

	margin:5px 0;

}

.texto1 a{
	font-weight:bold;

	color:#000000;

	text-decoration:none;

}