/*-------------------------------------------------------------------------
 Clic 2006
---------------------------------------------------------------------------
 File: utils.css
 Sitio: www.c2e-us.net
 	    Gerardo Gonzalez Flores
 		--> gerardo AT clic DOT com DOT mx <--
---------------------------------------------------------------------------	
 Estilos utilitarios pasra proyectos en general
--------------------------------------------------------------------------*/
/*-- Estilos textos y ligas --*/
	
	.noDisplay{
		display:none;
	}
	
	.center, .centrado{
		margin-left:auto;
		margin-right:auto;
	}
	
	.centro {	text-align:center	}
	
	.bold{
		font-weight:bold;
	}

	/*-- Begin Clearfix Hack Classes --*/
	.clearfix:after {
    	content:"."; 
    	display:block; 
    	height:0; 
    	clear:both; 
    	visibility:hidden;
	}
	
	.clearfix {
		display:inline-block;
	}
	
	.clearfix {
		display:block;
	}
	
	* html .clearfix {
		height:1px;
	}
	/*-- End Clearfix Hack Classes --*/
	
	/*-- images styles --*/
	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
	}

	img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
	}

	.alignright {
		float: right;
	}

	.alignleft {
		float: left
	}
/*--------------------------------------------------------------------------
 Clic 2008
 ----------------------------------------------------------------------------
 File: generales.css
 Gerardo Gonzalez Flores
 --> gerardo AT clic DOT com DOT mx <--
 ---------------------------------------------------------------------------
 CSS general styles for the web site, apply to specific HTML tags
 CSS generales para el sitio, aplicados a etiquetas HTML especifcas .
 --------------------------------------------------------------------------*/
/* General Styles
 -------------------------------------------------------------------*/
* {
    margin: 0px;
    padding: 0px;
}

body * {
    font-size: 12pt;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Arial", "sans-serif";
    /*background:url(img/backgroundPage.jpg) center no-repeat top;*/
}

p {
    padding-bottom: 1em;
}

img {
    border: none;
}

blockquote {
    margin-left: 30px;
    margin-right: 30px;
}

blockquote div {
    margin-left: 7px;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
}
/* Estilos de ULs*/
ul {
    padding: 5px 0px 5px 10px
}

ul li {
    list-style: none;
    background: url(../img/bullet-level-1.gif) no-repeat .1em .3em;
    padding-left: 15px;
    margin-bottom: 5px;
    margin-top: 4px;
}

ul li ul li {
    list-style: none;
    background: url(../img/bullet-level-2.gif) no-repeat .1em .3em;
    padding-left: 15px;
}

ul#siteMap {
    margin-top: 0px;
}

ul#siteMap ul {
    margin-top: 0px;
}

ul#siteMap h2 {
    font-weight: normal
}
/* Imagenes */
img.left {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px
	width:auto;

}

img.right {
    float: right;
    margin-left: 15px;
    margin-bottom: 5px
	width:auto;

	
}
img.block {
	display:block;
}


.textoCentrado { text-align:center;}
/*= General Styles
 -------------------------------------------------------------------*/

