/* --- Menú Principal ------------------------------------------------------- */

#menup {
  height: 30px;
  background: #576060; 
}

#menup ul {
  padding:    0;
  border:     0px none;
  margin:     0;
  list-style-type: none;
  white-space: nowrap  
}

#menup li  {
  list-style-type:  none;
  text-align:     center;
  margin:     0;
  padding:    0;
  display:    inline;
}

#menup li a:hover {
  background:     #9D9D9D;
}

#menup li a {
  float:      left;
  display:    block;
  font-weight:    normal;
  font-size: 12px;
  background:     #576060;
  padding-top:    5px;
  padding-bottom: 7px;
  padding-left:     10px;
  padding-right:    10px;
  color:      #F2F2F2;
  text-decoration:  none;
}


#menup li a.active {
  background:     #996633;
  color:          #F2F2F2;
}





/* --- Elementos Comunes ------------------------------------------------------- */


body    {
	font-family: 	Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 		12px;
	color: 			#4C4C4C;
	padding: 		0px;
	margin:			0px;
	border:			0px;
	height:			100%;
	background-color: 	#E4E4E4;  
	background-image:	url('../images/fondo.jpg');
	background-position:50% 0;
	background-repeat:	repeat-y 
}

A:link, A:visited { 
	color: 			#996633;
	background-color:	transparent;
	text-decoration: 	underline; 
	padding-top: 2px;
  	padding-bottom: 2px;
  	margin-top: 2px;
  	margin-bottom: 2px;
} 

A:hover { 
	color: 			#ffffff;
	background-color:	996633;
	text-decoration: 	none; 
}

A:active { 
	color: 			#996633;
	background-color:	transparent;
	text-decoration: 	underline; 
	padding-top: 2px;
  	padding-bottom: 2px;
  	margin-top: 2px;
  	margin-bottom: 2px;
} 

li {  
	line-height: 	18px; 
	font-size: 		12px;
	font-family:	Tahoma;
}

ul {
	margin: 		0px;
	padding: 		0px;
	padding-left: 		2em;
}

legend {
	color: 			#996633;
}
#contenido{
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}


#pie{
  background: #576060; 
  height: 30px;
  padding-left: 15px;
  font-size: 12px;
  font-family: Tahoma;
  color: white;
}

input.boton1 {	
	font-family:  		Verdana, Helvetica, sans-serif;
	font-size: 			10px;
	line-height: 		10px;
	color: 			#666666;
	background: 		#f3f3f3;
	font-weight: 		bold;
	margin-top: 		10px;
	padding: 			3px 5px 3px 5px;	
	height: 			24px;
	border-bottom: 		1px solid #999999;
	border-right: 		1px solid #999999;
	border-top: 		1px solid #CCCCCC;
	border-left: 		1px solid #CCCCCC;	
}

input.boton1 {	
	font-family:  		Verdana, Helvetica, sans-serif;
	font-size: 			10px;
	line-height: 		10px;
	color: 			#666666;
	background: 		#f3f3f3;
	font-weight: 		bold;
	margin-top: 		10px;
	padding: 			3px 5px 3px 5px;	
	height: 			24px;
	border-bottom: 		1px solid #999999;
	border-right: 		1px solid #999999;
	border-top: 		1px solid #CCCCCC;
	border-left: 		1px solid #CCCCCC;	
	margin:			0px;
}
