/* Alambre Estudio Gráfico
   www.alambre.net
   //
   Estilos Alambre Estudio CSS+XHTML
   Calendarios
   Febrero 2010
*/

/* General */


/* Listado Proyectos Grid */

#news_listado_grid{
	clear: left;
	width: 900px;
	margin-top: 30px;
	margin-bottom: 40px;
	}

#news_listado_grid ul li{
	display: block;
	width: 195px;
	margin-right: 30px;
	float: left;
	margin-bottom: 10px;
}

#news_listado_grid ul li.clear{
	display: block;
	width: 900px;
	margin-right: 0px;
	float: left;
	margin-bottom: 00px;
}

#news_listado_grid ul li a{
	display: block;
	padding-bottom: 10px;
	color: black;
}

#news_listado_grid .imagen{
	margin-bottom: 20px;
}

#news_listado_grid .titulo{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 1px;
}

#news_listado_grid ul li .info{
	padding-left: 4px;
	padding-right: 4px;
}

#news_listado_grid li:hover .info{
	color: white;
}

#news_listado_grid li:active a{
	background-color: #D1006E;
}


/* Listado News Lista */
#news_listado_lista{
	width: 870px;
	margin-top: 30px;
	margin-bottom: 45px;
}


#news_listado_lista table{
	width: 870px;
}

#news_listado_lista table tr{
	height: 24px;
	cursor: pointer;
}

#news_listado_lista table tr a{
	display: block;
}

#news_listado_lista table tr:hover{
	color: white;
}

#news_listado_lista table tr:hover td.titulo a{
	color: #D1006E;
}

#news_listado_lista table tr:active td.titulo a{
	color: white;
}

#news_listado_lista table tr:hover a:link, #news_listado_lista table tr:hover a:visited{
	color: white;
}
#news_listado_lista table tr:hover a:active{
	color: white;
	display: block;
}

#news_listado_lista table tr:active, #news_listado_lista table tr:active td{
	background-color: #D1006E;
	color: white;
}


#news_listado_lista table tr td{
	padding: 5px;
	vertical-align: middle;
}
#news_listado_lista td.titulo{
	width: 220px;
}
#news_listado_lista td.autor{
	width: 578px;
}
#news_listado_lista td.fecha{
	width: 60px;
	text-align: right;
}


/* Detalle Proyecto */

#nav{
	display: block;
	margin-top: 5px;
	width: 870px;
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: black; 
	padding-bottom: 5px;
	
}

#nav a{
	padding-left: 5px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-top: 8px;
}

/* Datos Proyecto */

#proyecto_detalle{
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: black; 
	width: 870px;
	padding-bottom: 10px;
	margin-top: 40px;
	}

#proyecto_detalle .imagenes{ 
	cursor: pointer;
	width: 870px;
	display: block;
	}
#proyecto_detalle .info{ 
	margin-top: 18px;
	width: 435px;
	float: left;

	}
	
#proyecto_detalle .siguiente{ 
	margin-top: 10px;
	width: 200px;
	line-height: 17px;
	float: right;
	text-align: right;
	}
	
#proyecto_detalle .info h2{ 
	font-weight: bold;
	font-size: 24px;
	line-height: 22px;
	margin-bottom: 18px;
	color: black;
	}
	
#proyecto_detalle .siguiente{ 
	margin-top: 16px;
	width: 300px;
	line-height: 17px;
	float: right;
	}
	
#proyecto_detalle .lugar{ 
	margin-bottom: 17px;
	color: black;
	}
	
#proyecto_detalle .info h3{ 
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
	}

#proyecto_detalle .cuerpo{ 
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 10px;
	color: black;
	}
	
#proyecto_detalle .enlaces{ 
	margin-bottom: 10px;
	}
	
		
/* Visualizacion Lista o Grid */

#pie_seccion{
	text-align: right;
	line-height: 0px;
	height: 43px;
	border-top-width: 1px; 
	border-top-style: solid; 
	border-top-color: black;
	overflow: hidden; 
}

#pie_seccion a{
	width: 15px;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	float: right;
	margin-top: 15px;
}

#pie_seccion a.thumb{
	background-image: url(../img/estructura/menus/thumb_n.gif);
}

#pie_seccion a.thumb:hover, #pie_seccion a.thumb-sel{
	background-image: url(../img/estructura/menus/thumb_h.gif);
}

#pie_seccion a.lista{
	background-image: url(../img/estructura/menus/lista_n.gif);
	margin-left: 8px;
}

#pie_seccion a.lista:hover, #pie_seccion a.lista-sel{
	background-image: url(../img/estructura/menus/lista_h.gif);
	margin-left: 8px;
}

