/* Estilos para http://www.aserca.gob.mx
 * Apoyos y Servicios a la Comercializacion Agropecuaria.
 *
 * Francisco Daniel Perez Morales
 * Jorge Gajon Arguello
 *
 * Contacto: webmaster@aserca.gob.mx
 */

/* Barra superior de las páginas, con las ligas de Imprimir, Enviar, y los breadcrumbs {{{1 */
#encabezadoArt h1, #encabezadoArt h5, #encabezadoArt em { display: none; }
#encabezadoArt #toolbar { float: left; white-space: nowrap; }
#encabezadoArt #toolbar a {
	text-decoration: none;
	font-weight: bold;
	margin: 0 10px 0 0;
}
#encabezadoArt #toolbar a:hover { text-decoration: underline; }
#encabezadoArt #toolbar a.imprimir {
	padding: 0 0 0 20px;
	background: #fff url("http://www.aserca.gob.mx/imagenes/imprimir.gif") no-repeat scroll center left;
}
#encabezadoArt #toolbar a.recomendar {
	padding: 0 0 0 18px;
	background: #fff url("http://www.aserca.gob.mx/imagenes/recomendar.gif") no-repeat scroll center left;
}

#encabezadoArt #toolbar a.addthis_button {		
	padding: 2px 0 1px 18px;
	background: #fff url("http://www.aserca.gob.mx/imagenes/sm-plus.gif") no-repeat scroll center left;
}

#encabezadoArt #breadcrumb { float: right; color: #ce8419; }
#encabezadoArt #breadcrumb a { text-decoration: none; }
#encabezadoArt #breadcrumb a:hover { text-decoration: underline; }

/* Cuerpo principal del articulo {{{1 */
#wrapperArticulo { width: 470px; }
#article { clear: left; padding: 22px 0 0 0; }

/* Responsable {{{1 */
#responsable {
	text-align: right;
	padding: 2em 0;
	color: #ce8028;
	font-size: 0.9em;
	clear: both;
}

/* Menu lateral derecho {{{1 */
#cuadroMenu {
	float: right;
	width: 130px;
}
#cuadroMenu h1,
#cuadroMenu h2,
#cuadroMenu h3 {
	padding: 1px 0;
	margin: 0;
	display: block;
	width: 130px;
	background-color: #ce8419;
	color: #fff;
	text-align: center;
	font-size: 11px;
}
#cuadroMenu ul {
	margin: 0 0 1em 0 !important;
	padding: 0 !important;
	list-style: none url("") outside;
}
#cuadroMenu li {
	background: #f4f4f4 url("http://www.aserca.gob.mx/imagenes/b7.gif") no-repeat scroll 0.4em 1em;
	padding: 3px 0 3px 15px;
	margin: 2px 0;
	display: block;
	width: 115px;
}

/* Tabla de contenidos. {{{1 */
ul.tablaContenidos, .tablaContenidos ul {	
	list-style: none none outside;
}

ul.tablaContenidos li h1,
ul.tablaContenidos li h2,
ul.tablaContenidos li h3,
ul.tablaContenidos li h4,
ul.tablaContenidos li h5 {
	margin: 1.5em 0 0 0;
}

ul.tablaContenidos li {
	padding-left: 15px;
	background: #fff url("http://www.aserca.gob.mx/imagenes/b9.jpg") no-repeat scroll 0 0.5em;
}

ul.tablaContenidos li ul li {
	padding-left: 15px;
	background: #fff url("http://www.aserca.gob.mx/imagenes/b7.gif") no-repeat scroll 0 0.5em;
}

/* Resultados del motor de busqueda {{{1 */
#tablesearch th, #tablesearch td {
	padding: 5px;
	border: 0px solid #fff;
	background-color: #fff;
	color: #666;
}

/* Directorio {{{1 */
.frmDirectorio {
	color: #666;
	margin: 20px 0;
	padding: 5px;
	border: 1px solid #dea652;
}
.titulosBusqueda {
	font-size: 14px;
	margin: 10px;
	width: 300px;
}
.listItem { font-size: 8px; }

/* Otros estilos de contenido {{{1 */
table#formulariocontacto td { background: #fff; }

.imgContenido {
	float: left;
	margin: 0px 6px 4px 0px;
}

.right { text-align: right !important; }
.left { text-align: left !important; }
.center { text-align: center !important; }



/* Transparencia focalizada
 * Esto es necesario para la siguiente página. Una vez que ya la página expire
 * podemos quitar este estilo.
 * http://www.aserca.gob.mx/artman/publish/article_1688.asp
 */
#article h1.tTransF {
	height: 85px;
	background: #fff url(../imagenes/TransparenciaFocalizada.gif) no-repeat scroll top left
}
#article h1.tTransF span { display: none; }

/*
Coberturas
*/
table.coberturas{
	border-collapse:collapse;
	width:auto;
}
table.coberturas th, table.coberturas td{
	padding:2px;
}
/* vim: set sw=4 ts=4 noet foldmethod=marker: */
