﻿	
/* buscadores - proyectos destacados -------------------------------*/
	.divProyectosDestacados
	{
		width:auto;   
	}	
/* buscadores - listados y detalle -------------------------------------------*/
	#listado, #detalle
	{
		width:93%;
		margin:0 auto;
	}
	#listado h3, #detalle h3
	{

		background-color:Transparent;
	}

	#detalle h3
	{
		color:#3399FF;
		font-size:125%;
		margin:0;
		padding:20px 0 5px 0;
		font-weight:bold;
		background-image:none;
		border-bottom:dotted 1px #DCDCDC;
	}
	.detalle_left
	{
	 	float:left;
		width:91%;
		padding:25px;
		margin:0 auto;
	}
	.detalle_right
	{
		float:left;
		width:98%;
		text-align:center;
		margin:25px auto;	
	}
/* -- mas info --------------------------------------------------- */	

	.mas_info_box
	{
		width:auto;
	}
	.mas_info_item
	{
		width:500px;
	}	
	.mas_info_box label
	{
		width:175px;
	}
	.mas_info_input, .mas_info_box select,  .mas_info_box textarea
	{
		width:300px;
	}
	#resultados_lac
	{
		width:100%;
	}
	
