/*-------------------------------------------------------------------------
 Clic 
---------------------------------------------------------------------------
 File: utils.css
 Sitio: 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, img.right {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		float:right;
	}

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

	.alignright {
		float: right;
	}

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

body, select, textarea, input, label {
    font-size: 9pt;
    /*font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",  "Arial", "sans-serif";
    /*background:url(img/backgroundPage.jpg) center no-repeat top;*/
	font-family: arial;
	letter-spacing: -0-02em;
}

p {
    margin-bottom: 1em;
}
p.label {
	font-family: arial;
	font-weight: bold;
	margin-bottom: -5px;
	font-size: 15px;	
}

p.firstline {
    margin: 0em 0em 1em 1em;

}

table, td {
    border: none 0px;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse; /*Elimina el padding en el IE*/
    vertical-align: center;
	font-family: arial;
}

img {
    border: 0px;
}

img.left {
    float: left;
    margin: 2px;
    margin-right: 5px;
}

img.right {
    float: right;
    margin: 2px;
    margin-left: 5px;
}

.bold {
    font-weight: bold;
}

ul li {
    list-style-type: none;
}

blockquote {
    margin-left: 20px;
}

.centrado {
    margin-left: auto;
    margin-right: auto;
}

.centro {
    text-align: center;
}

ul {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    margin-left: 10px;
}

ul li {
    padding: 0px;
    list-style: none;
    list-style-image: none;
    background: url(../img/bullet.png)  0em .18em no-repeat;
     padding-left: 10px;
    /*font-weight:bold;*/
}

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

a:hover {
    color: #333333;
    border: 0px;
}

a:hover img {
    border: 0px;
}

.cakeSqlLog {
    clear: both;
    border: 1px solid;
}

/** NO USAR --- GENERA SOBRECARGA EN EXPLORER **/
/* img, div { behavior: url(iepngfix.htc) } */

li.itemDest {
	background: url(../img/bullet.png) 0px .22em no-repeat;	
	margin-bottom: 10px;
}

li.itemDest h3 { padding:0px;}

