/* ------------------------------- */
/*  By Jesus Alfonso Nuņez Valdez  */
/* ------------------------------- */

*{
	margin: 0px;
	border: 0px;
	}
	
body{
	background-color: #800000;
	font-family: "Calibri", "Trebuchet MS", Sans;
	}
	
#contenedor{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/panza.png);
	}

#menu{
	width: 750px;
	height: 69px;
	background-image: url(../img/chompa.png);
	}

#ligas{
	width: 720px;
	height: 15px;
	padding-left: 30px;
	padding-top: 15px;
	font-size: 10px;
	font-family: verdana, sans;
	color: #999;
	}
	
#ligas a{
	font-size: 10px;
	font-family: verdana, sans;
	color: #999;
	text-decoration: none;
	border: 1px solid #b00;
	border-right: 1px solid #500;
	border-bottom: 1px solid #500;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #900;
	}
	
#ligas a:hover{
	color: #DDD;
	}
	
#botones{
	width: 720px;
	height: 35px;
	padding-left: 30px;
	}
	
#encabezado{
	width: 750px;
	height: 150px;
	background-image: url(../img/cabeza.png);
	}
	
#cuerpo{
	width: 750px;
	min-height: 500px;
	}
	
#texto{
	width: 500px;
	margin-left: 21px;
	text-align: justify;
	float: left;
	}
	
#barra{
	width: 180px;
	float: right;
	margin-right: 25px;
	}
	
#pie{
	width: 750px;
	height: 33px;
	background-image: url(../img/patas.png);
	text-align: center;
	padding-top: 30px;
	clear: both;
	}
	
#pie a{
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #666;
}

#pie a:hover{
	color: #999;
	}
	
p{
	color: #333;
	font-family: "Calibri", "Trebuchet MS", Sans;
	}
	
h1{
	color: #666;
	font-size:24;
	font-family: arial;
	text-align: left;
	}
	
#test{
	margin-left: 19px;
	width: 712px;
	height: 148px;
	background-color: #880000;
	}
	
/*
 * Opciones del menu
 */  
 
#nav{
 	list-style:none;
	margin:0;
	padding:0;
 }
 
#nav li{
	margin:2px;
	padding:0; 
	float: left;
}

#nav li a {
	display:block; 
	width:110px;
	height: 17px;
	padding: 9px 0;
	text-decoration:none;
	text-align:center;
	font-family: verdana, sans;
	font-size:11px;
	color:#FFFFFF;
	background-image: url(../img/btn.png);
}

#nav li a:hover {
	color:#FFF;
	background-image: url(../img/btnhover.png);
}

/*
 * Opciones del menu lateral
 */  
 
 #mver{
 	list-style:none;
	margin:0;
	padding:0;
 }
 
 #mver li{
	margin:2px;
	padding:0; 
	/* float: left; */
}

#mver li a {
	display:block; 
	width:180px;
	height: 17px;
	padding: 9px 0;
	text-decoration:none;
	text-align:center;
	font-family: verdana, sans;
	font-size:11px;
	font-weight: bold;
	color:#800000;
	background-image: url(../img/btna.png);
}

#mver li a:hover {
	color:#800000;
	background-image: url(../img/btnb.png);
}
/**
 ** Imagenes
 **/
 .imgc{
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
 	border: 3px double #800;
 	}
 	
 .imgr{
 	float: right;
 	margin-left: 10px;
 	margin-top: 10px;
 	margin-bottom: 10px;
 	border: 3px double #800;
 	}
 	
  .imgl{
 	float: left;
 	margin-right: 10px;
 	margin-top: 10px;
 	margin-bottom: 10px;
 	border: 3px double #800;
 	}

	/* ESTYLOS PARA EL FORMULARIO */

  .textInput,textarea{
	width:200px;	
	font-family:arial, sans;
	background-color:#999;
	}
	
  .inputHighlighted{
	background-color:#C0C0C0;
	color:#FFF;
	width:200px;
	}
	
   select{
    font-family:arial, sans;
    background-color:#999;
    width:200px;
    }

   option{
    font-family:arial, sans;
    
	 width:200px;
    }

   option.uno{
    background-color: #C0C0C0;
	 width:200px;
    }
	 
   option.dos{
   background-color: #C0C0C0;
	width:200px;
   }
	
   .button {
   background-color: B00000;
    color: FFF;
   font-family: arial, sans;
	}
	
  .radio{
   width:20px;	
	font-family:arial, sans;
	background-color:#999;
  }	

		
	#txtclientes{
	width: 680px;
	margin-left: 30px;
	text-align: justify;
	}

    fieldset{
    width:350px
  }
 
 /**/  
 /**  menu horizontal **/
 /**/ 
#mseg{
 	list-style:none;
	margin:0;
	padding:0;
 }
 
#mseg li{
	margin:2px;
	padding:0; 
	float: left;
}

#mseg li a {
	display:block; 
	width:110px;
	height: 17px;
	padding: 4px 0; 
	text-decoration:none;
	text-align:center;
	font-family: verdana, sans;
	font-size:11px; 
	color:#FFFFFF; 
	background-color: #4D4D4D;
	/* background-image: url(../img/btn.png); */
}

#mseg li a:hover {
	color:#FFF;
	background-color: #336699;
	/* background-image: url(../img/btnhover.png); */
}
