/* ---------------------------------------------------------
   HOJA DE ESTILOS REPOSITORIO
   Autor: Interesa Consultores
   --------------------------------------------------------*/
   
   
/* =Ocultar
   --------------------------------------------------------*/
   
	body .oculto {
		display: none;
	}
	
	body .mostrar {
		display: block;
	}


/* =clear
   --------------------------------------------------------*/
	
	body .clear {
		clear: both;
		height: 0;
		font-size: 1px;
		line-height: 0px;
	}
	
	/* Exige implementar un div extra que contenga los elementos flotantes */
	body .clear_fix {
		clear: both;
		overflow: hidden;
		height: 0;
		max-height: 0;
	}


/* =orientaciones de texto
   --------------------------------------------------------*/
   
   body .txtizda {
   		text-align: left;
   }
   
   body .txtdcha {
   		text-align: right;
   }
   
   body .txtcentro {
   		text-align: center;
   }


/* =Volver
   --------------------------------------------------------*/
   
   	body .volver {
		padding-top: 10px;
	}
	
	body .volver a {
		text-decoration: underline;
		color:#333333;
		cursor: pointer;
	}
	
	 
	body .volver a:hover {
		text-decoration: none;
	}