/*--------------------------------------------------------------------------
 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;
 }

 body, table, td, tr, ul, li, span, div, input, select, textarea {
    font-size: 10pt;
    font-family:   "Arial", "Book antigua", "Courier", "Courier new", "Times", "Helvetica";
    /*background:url(img/backgroundPage.jpg) center no-repeat top;*/
}

 p { margin-bottom:1em; }
 p.firstline { margin:0em 0em 3em 1em;  }

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

 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:20px;
 }

 ul li{
		padding:0px;
		list-style:none;
		list-style-image: none;
		background:url(../img/bullet-level-1.png) 3px .39em no-repeat;
		padding-left:18px;
		/*font-weight:bold;*/
	}
 a{
 		text-decoration:none;
		color:#000000;
 }
	.clearBoth {clear:both;}
a:hover{ color:#525261; }
a:hover img {	border:0px; }
.cakeSqlLog { clear:both; border:1px solid}


.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 {

		margin: 0 0 2px 7px;
		display: inline;
		float:right;
	}

	img.alignleft, img.left {

		margin: 0 7px 2px 0;
		display: inline;
		float:left;
	}

	.alignright {
		float: right;
	}

	.alignleft {
		float: left
	}
