/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body{
	background-color:#F6F6F6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.clearer {clear: both;}

#contenedor{
	width:800px;
	height:600px;
	background-color:#ffffff;
	margin:0px auto;
}
	
	#cabecera{
		/*background-image:url(images/head_mitzu.gif);*/
		background-position:center;
		background-repeat:no-repeat;
		width:800px;
		height:88px;
	}

	#controles{
		width:210px;
		height:462px;
		display:inherit;
		float:left;
		padding:10px;
		background-color:#FFFFFF;
	}
		#controles h1{
			line-height:20px;
			font-size:11px;
			text-align:left;
			padding-left:10px;
			width:200px;
		}
	
	/************ seccion de buscador *************/
	
		#sec_buscar{
			width:204px;
			height:30px;
			text-align:center;
			margin:0px auto;
			padding-top:10px;
			margin-bottom:10px;
			/*background-image:url(../../vistas/XHTML/maps4free/templetes/Images/round.gif);
			background-position:bottom;
			background-repeat:no-repeat;*/
		}

			#sec_buscar_elementos{
				margin:0px auto;
				margin-bottom:8px;
			}
				#sec_buscar_elementos input{
					width:120px;
					height:15px;
					font-size:10px;
				}
			#sec_buscar_btns{
				margin:0px auto;
				margin-bottom:10px;
				text-align:center;
				width:140px;
			}
				#sec_buscar_btns ul{
					margin:0px;
					padding:0px;
				}
				#sec_buscar_btns li{
					width:50px;
					line-height:20px;
					margin:5px 10px;
					display:inline;
					float:left;
					cursor:pointer;
				}
				
				#sec_buscar_liga a{
					font-size:10px;
					color:#000066;
					text-decoration:none;
				}
				#sec_buscar_liga a:hover{
					color:#0066CC;
				}
		
		/******* seccion de resultados *******/
		
		#sec_resultados{
			width:204px;
			height:367px;
			margin-bottom:10px;
			margin:0px auto;
			/*background-image:url(../../vistas/XHTML/maps4free/templetes/Images/round.gif);
			background-position:bottom;
			background-repeat:no-repeat;*/
		}
			
			#sec_resultados h1{
				line-height:35px;
				font-size:11px;
				text-align:center;
			}
			
			#renglones{
				overflow:auto;
				height:320px;
				margin-bottom:10px;
			}
			
			.sec_resultados_renglon{
				width:auto;
				height:auto;
				border-bottom:#ffffff solid 1px;
				cursor:pointer;
				padding-top:5px;
				padding-bottom:5px;
				padding-right:5px;
			}
				/*.sec_resultados_renglon:hover{
					background-color:#E61C26;
					color:#FFFFFF;
				}*/

			
				.sec_resultados_renglon_no{
					font-size:10px;
					width:13px;
					height:13px;
					margin:5px;
					text-align:center;
				}
				
				#sec_result_btns{
				margin:0px auto;
				margin-bottom:10px;
				text-align:center;
				width:140px;
				margin-left:65px;
			}
				#sec_result_btns ul{
					margin:0px;
					padding:0px;
				}
				#sec_result_btns li{
					width:50px;
					line-height:20px;
					margin:5px 10px;
					display:inline;
					float:left;
					cursor:pointer;
				}
			
	
	#mapArea{
		width:540px;
		height:442px;
		background-color:#FFFFFF;
		display:inherit;
		float:left;
		padding:10px;
		margin-top:10px;
	}
	
	#piedepagina{
		line-height:20px;
		width:800px;
		text-align:center;
		/*margin-top:10px;*/
	}
/***************************Leyenda caja de texto*********************/
.margenCaja{
			 margin-left:5px;
			 font-style:italic; 
			 color:#CCCCCC; 
		   }

.margenCaja2{
			 margin-left:10px; 
			 font-style:italic; 
			 color:#CCCCCC;
		   }
		   
.margenCaja3{
			 margin-left:10px;
			 font-style:normal; 
			 color:#000000;
		   }

.ejemplo{ 
   font-size:9px; 
   font-style:italic;
}

.margenParpadea{
              margin-left:10px;
			  font-style:italic;
			  color:#FF0000;
			  }
