
 
 
 *{
	  margin:0px;
	  padding:0px;
	  color:#333333;
  }
  body{
	font-family: sans-serif;
	  background: url('/RegistroSolicitudTiuna/img/bg.jpg') repeat-x;
  }
  a{
	color:#339;
	cursor:pointer;
	text-decoration:none;
  }
  a:hover{
	color:#669;
	text-decoration:underline;
  }
 
  /*formularios*/
  input.texto{
  width:200px;
  }
  input.texto:hover{
	 background:#eef;
  }
  select.combo{
  width:200px;
  }
  input.boton{
 	 
  }

  img{ border:0;}
  #container{
	  width:100%;
	  text-align: justify;
	  height:700px;
  }
  
  #header{
	  text-align:left;
	  width:auto;
	  height:218px;
	  
	
  }
  #header_inside{
	  text-align:right;
	  width:750px;
	  height:218px;
	background: url('/RegistroSolicitudTiuna/img/header-top.jpg') no-repeat right;
  }

  #left_content{
	  text-align:left;
	  width:40px;
	  height:400px;
	  float:left;
  }
  
  #leftmenu{
	  text-align:left;
	  width:180px;
	  height:auto;
	  float:left;
	  background: url('/RegistroSolicitudTiuna/img/menu_botton.jpg') no-repeat bottom;
  }
  #leftmenu ul{
	  padding:15px;
	  list-style-type:none;
  }
  #leftmenu ul li{
	  padding-bottom:10px;

  }
  
  #leftmenu_top{
	 background: url('/RegistroSolicitudTiuna/img/menu_top.jpg') no-repeat;
  }
  #content{
	  width:auto;
	  float:left;
	 
	 
  }
  #content_layout{
	margin:0px;
	padding-bottom:20px;
	margin-bottom:20px;
  }
  #footer{
  clear:both;
	  text-align:left;
	  width:100%;
	  height:100px;
	 color:#006;
	 font-size:14px;
	 padding-top:10px;
	 border-top:1px solid #ccc;
	
  }
  .text_nota{
	font-size:12px;
	color:#666;
  }
  .text_title2{
	font-height:14px;
	font-weight: bolder;
	color:#333;
  }
  .message_error{
	  color:#f30;
  }
  .none{
	  display:none;
  }
  h1,h2,h3, .title{
 
  color:#006;
  
  padding:7px;
  }
  form td{padding:5px;}
  
  table.registros{
  font-size:12px;
	color:#666;
	/*border:1px solid #999;*/
  }
  table.registros td{
    text-align:right;
	/*border:1px solid #999;*/
  }
  table.registros th{
    text-align:right;
	/*background:#666;
	color:#fff;
	border:1px solid #999;*/
  }
  table.registros tr{
	background:#fff;
  }
  table.registros tr.inter{
	background:#efefef;
  }
  table.registros tr:hover{
	background:#ddf;
  }
  #inner_content{
  padding-left:20px;
  margin-left:20px;
  
  }
  .error{
  color:#f30;
  font-size:12px;
  }

  h4.label{
  color:#666;
  background: url('/RegistroSolicitudTiuna/img/bg_label.jpg') repeat-x;
  
  }
  	
  	#topmenu{
  	height: 25px;width:750px;
  	}
  	
  	#topmenu ul{
  	list-style-type:none;margin:0px;padding:0px;
  	}
  		#topmenu li{
  		text-align:center;
			float:left;
			padding:5px;
			border:1px solid #339;
			height: 25px;
			width:175px;
			 background: url('/RegistroSolicitudTiuna/img/bg_label.jpg') repeat-x;
			}
  		#topmenu li a{
  		width:100%;
  		height:25px;
			color:#333;
			text-decoration:none;
			display:block;
			font-size:15px;
		}


		#topmenu li:hover {
			background: #f6f6f6;
			color: #999;
			border-bottom:1px solid #339;
			cursor:pointer;
		}
		#topmenu li:hover a{
		color: #999;
		
		}
		#topmenu li.active{
			background: #fff;
			border-bottom:1px solid #fff;
			font-weight: bold;
			font-size:15px;
			}
		
		#topmenu li.puff{
		display:none;
			width:0px;;
			background: #fff;
			border:1px solid #fff;
			border-left:1px solid #339;
			border-bottom:1px solid #339;
			cursor:auto;
		}
		
  
 