/*-------------------------------------------------------------------------
 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, 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 2007
----------------------------------------------------------------------------
 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: 11pt;
    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 1em 1em; }

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

 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.gif) 3px .3em no-repeat;
		padding-left:18px;
		/*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}
/*-------------------------------------------------------------------------
 Clic 2006
---------------------------------------------------------------------------
 File: paginacion.css
 	    Gerardo Gonzalez Flores
 		--> gerardo AT clic DOT com DOT mx <--
---------------------------------------------------------------------------	
	CSS styles for pagination item
	Estilos generales para el despliegue del item de paginacion
--------------------------------------------------------------------------*/

/* Le ponemos el fondo a la paginacion */
#paginacion {
    margin-top: 15px;
    padding-bottom: 5px;
    font-size:10pt;
   /* background: url(../img/content_bg.jpg) repeat-y top;*/
}

#paginacion  .paginacion  * {
	
	font-size:10pt;
}

#paginacion .paginacion{
	margin-top:5px;
	clear:both;
	width:280px;
	margin:0px auto;
}

#paginacion .paginacion h2 { text-align:center;}

/*.paginacion * { font-size:7pt}*/
#paginacion .paginacion  {
	color:#000000;
}
#paginacion .paginacion a{
	text-decoration:none;
	color:#000000;
}
#paginacion .paginacion a:hover{
	text-decoration:none;
	color:#FF0000;
}
/*
#paginacion .paginacion a:visited{
	text-decoration:none;
	color:#000000;
}*/

.pagValign{
 	vertical-align:middle;
}


.paginacion div.siguiente { float:right; width:115px; }
.paginacion div.anterior { float:left; width:115px; }

.paginacion div.siguiente .pagValign { font-size:11pt; margin-top:.5em; display:block; float:right; margin-right:10px;}
.paginacion div.anterior .pagValign { font-size:11pt; margin-top:.5em; display:block; float:left; margin-left:10px;}

.paginacion a span.pagSiguiente{ float:right; display:block; width:30px; height:30px; background: url(../img/paginacion/item-siguiente.png) no-repeat}
.paginacion a:hover span.pagSiguiente{background: url(../img/paginacion/item-siguiente.png) no-repeat 0px -30px}
 
div.anterior a span.pagAnterior{ float:left; display:block; width:30px; height:30px; background: url(../img/paginacion/item-anterior.png) no-repeat}
div.anterior a:hover span.pagAnterior{ background: url(../img/paginacion/item-anterior.png) no-repeat 0px -30px}


div.siguiente a { }
div.siguiente a:hover { text-decoration:underline;} 

div.pageNumbers,
div.navLinks { width:280px;}
div.pageNumbers { text-align:center; padding:5px 0px;}
/*--------------------------------------------------------------------------
 Clic 2008
 ----------------------------------------------------------------------------
 File: layout.css
 Gerardo Gonzalez Flores
gerardo AT clic DOT com DOT mx <--
 ---------------------------------------------------------------------------
 CSS Layout styles for the web site.
 Layout CSS para el sitio.
 --------------------------------------------------------------------------*/
/* Layout
 -------------------------------------------------------------------*/
html { } /* es correcto? */

body {
	background:  url(../img/page-bg.png) repeat top left;
}


#wrapper {
  margin: 0px;
  margin-right:auto;
  margin-left:auto;
  width:992px;
}

#wrapperFoot {
   
    position: relative;
    clear: both;
    width:992px;
    margin:0px auto;
    background:  url(../img/footer-bg.png) bottom no-repeat;
    padding-bottom:14px;
}


#clicFoot {
	text-align:right;   
    position: relative;
    clear: both;
    width:980px;
    margin:0px auto;
    padding-bottom:14px;
    padding-right:10px;
}


#header {
    width: 992px;
    height: 238px;
	position:relative;
	background:  url(../img/header-bg.png) no-repeat bottom;
}

#body {
   background:  url(../img/body-bg.png) repeat-y top left;
   position:relative;
}


#menuBannerArea {
   height:77px;
   background:  url(../img/body-bg.png) repeat-y top left;
   width:992px;
   margin:0px auto;
   position:relative;
}



body.home #menuBannerArea {
 
   height:345px;
   
}




/* =Layout343
 -------------------------------------------------------------------*/
/* Header
 -------------------------------------------------------------------*/
a#logo {
	display:block;
	width: 221px;
    height: 243px;
    background: url(../img/petalos-el-dulce-bouquet-de-fruta.png) no-repeat top ;
    /*
    top: 0px;
    left: 22px;
	position:absolute;
	*/
	margin:0px auto;
}
a#logo h1 span {display:none}

#mensaje {
	position:absolute;
	top:80px;
	left:180px;
	width:310px;
	font-size:13pt;
}


/* quicklinks */
#quickLinks {
    position: absolute;
    height:23px;
    width: 42px;
    top:   205px;
    left: 860px;
}

/* quicklinks */
ul#quickLinks, ul#quickLinks li {
    padding: 0px;
    margin: 0px
}

#quickLinks li {
    list-style: none;
    background: none;
}

#quickLinks li.home, #quickLinks li.contact, #quickLinks li.siteMap {
    position: absolute;
}

#quickLinks a {
    display: block;
    width: 25px;
    height: 22px;
}

#quickLinks a span {
    display: none;
}

#quickLinks li.home {
    left: 0px;
    top: 0px;
}

#quickLinks li.contact {
    left: 45px;
    top: 0px;
}

#quickLinks li.siteMap {
    left: 90px;
    top: 0px;
}

#quickLinks li.home a {
    background: url(../img/home-over.gif) 0px -22px  no-repeat;
}

#quickLinks li.home a:hover {
    background: url(../img/home-over.gif) 0px 0px #ffffff no-repeat;
}

#quickLinks li.contact a {
    height: 23px;
    background: url(../img/contacto-over.gif)   0px -22px no-repeat;
}

#quickLinks li.contact a:hover {
    background: url(../img/contacto-over.gif) 0px 0px #ffffff no-repeat;
}

#quickLinks li.siteMap a {
    height: 23px;
    background: url(../img/mapa-sitio-over.gif)  0px -22px no-repeat;
}

#quickLinks li.siteMap a:hover {
    background: url(../img/mapa-sitio-over.gif) 0px 0px #ffffff no-repeat;
}
/* =quicklinks */

/* banners */

#banner {
    width: 974px;
    height: 281px;
    background:  url(../img/banner-bg.png) no-repeat top #ffffff;
    top: 64px;
    left: 9px;
	position:absolute;
	

}

#bannerBody {
    width: 946px;
    height: 255px;
   /* background: url(../img/banner.gif) no-repeat top #ffffff;*/
    margin:0px auto;
    margin-top:13px;

}



/* =banners */
/** MENU **/
ul#menu {
    position: absolute;
    height: 64px;
    width: 974px;
    top:  0px;
    left: 9px;
    background: url(../img/menu/top-menu.png)  no-repeat #ffffff;
}

ul#menu, ul#menu li {
    padding: 0px;
    margin: 0px
}

ul#menu li {
    list-style: none;
    background: none;
}

#menu li 
{
    position: absolute;
    top:14px;
   
}

#menu a {
    display: block;
    height: 43px;
	width:auto;
}

#menu a span {
    display: none;
}

#menu li#inicio {
    left: 0px;
    width: 111px;
}

#menu li#bouquets {
    left: 133px;
    width: 108px;
	
}

#menu li#empresa {
    left: 282px;
    width: 108px;
}

#menu li#ubicacion {
    left: 432px;
    width: 108px;
}

#menu li#contacto {
    left: 581px;
    width: 108px;
}

#menu li#preguntasFrecuentes {
    left: 738px;
    width: 208px;
}



#menu li#inicio a {
    background: url(../img/menu/inicio.png) 0px -43px  no-repeat;
}

#menu li#inicio a:hover {
    background: url(../img/menu/inicio.png) 0px 0px  no-repeat;
}

#menu li#bouquets a {
    background: url(../img/menu/bouquets.png) 0px -43px  no-repeat;
}

#menu li#bouquets a:hover {
    background: url(../img/menu/bouquets.png) 0px 0px  no-repeat;
}


#menu li#empresa a {
   background: url(../img/menu/empresa.png) 0px -43px  no-repeat;
}

#menu li#empresa a:hover {
   background: url(../img/menu/empresa.png) 0px 0px  no-repeat;
}

#menu li#ubicacion a {
   background: url(../img/menu/ubicacion.png) 0px -43px  no-repeat;
}

#menu li#ubicacion a:hover {
   background: url(../img/menu/ubicacion.png) 0px 0px  no-repeat;
}

#menu li#contacto a {
   background: url(../img/menu/contacto.png) 0px -43px  no-repeat;
}

#menu li#contacto a:hover {
   background: url(../img/menu/contacto.png) 0px 0px  no-repeat;
}


#menu li#preguntasFrecuentes a {
   background: url(../img/menu/preguntas-frecuentes.png) 0px -43px  no-repeat;
}

#menu li#preguntasFrecuentes a:hover {
   background: url(../img/menu/preguntas-frecuentes.png) 0px 0px  no-repeat;
}





/* =quicklinks */


/* =Header
 ------------------------------------------------------------------*/
/* Body
 ------------------------------------------------------------------*/
#contentHeader, .holderTitle {
    height: 49px;
    width:751px;
    margin:10px auto;
    background: url(../img/titles/background.png) no-repeat;
    /*position: relative;*/
}

body.post #contentHeader , body.app #contentHeader,  body.app .holderTitle {
    margin:0px auto;
    
}

#contenido, .contenido {
    /*width:60%;*/
    /*position: relative;*/
    padding-bottom: 10px;
    text-align: justify;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    /*border:1px solid;*/
    padding: 0px 8px 15px 8px;
   
}

body.post #contenido, body.post .contenido, body.app .contenido , body.app #contenido {
    padding: 15px 25px;
   
}




/* =Body

 ------------------------------------------------------------------*/
/* Footer
 ------------------------------------------------------------------*/

#footer {
	position:relative;
	
}
#footerContent div, #footerContent h3  {
    display: none;
}


#footer {
	margin-left:auto;
	margin-right:auto;
    position: relative;
	padding: 10px 10px 0px 10px;
    font-size: 9pt !important;
    text-align: center;
    clear: both;
	color:#000000;
	background:  url(../img/body-bg.png) repeat-y top left;
	min-height: 70px;
    height: auto !important;
    height: 70px;
	 
}

body.home #footer {
	min-height: 270px;
    height: auto !important;
    height: 270px;
    
   }

#footer * {
	color:#000000;
}

#footer #ubicacion {
 background:  url(../img/petalos-ubicacion.png) no-repeat;
 width:426px;
 height:176px;
 position:absolute;
 top:0px;
 left:25px;
}
#footer #ubicacion a {
 display:block;
 width:426px;
 height:176px;
}

#footer #entregaDom {
 background:  url(../img/petalos-entrega-a-domicilio.png) no-repeat;
 width:512px;
 height:176px;
 position:absolute;
 top:0px;
 right:25px;
}

#footer #entregaDom a {
 display:block;
 width:512px;
 height:176px;
}

#footer #ubicacion a span,
#footer #entregaDom a span {
 display:none;
}

#footer #direccion {
 background:  url(../img/direccion.png) no-repeat;
 width:426px;
 height:52px;
 position:absolute;
 bottom:5px;
 left:30px;
}



#footer #direccion span, #footer #datosContacto span{
	display:none;
}

#footer #datosContacto {
 background:  url(../img/telefono.png) no-repeat;
 width:280px;
 height:52px;
 position:absolute;
 bottom:5px;
 right:30px;
}




/* =Footer
 -------------------------------------------------------------------*/
.message {
    padding: 10px;
    margin-top: 35px;
    background: #FFDEDE;
    width: 338px;
    text-align: center;
    border: 1px solid #FF7F7F;
}
.getIpMessage {
	font-size:18pt;
	font-weight:bold;
	
}

#flashMessage {
    background: #FFDEDE;
    border: 1px solid #FF7F7F;
    /*height:20px;*/
    padding: 3px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	margin-bottom:10px;
	margin-top:5px;
	z-index:1;
}
/** Cuadros **/ 
 .square { 
	width:337px;
	min-height: 148px;
    height: auto !important;
    height: 148px;
	color:#ffffff !important;
 }
 
 
 
 .squareBody { 
	 background: url(../img/cuadro-bg.png) no-repeat ;
	 min-height: 148px;
    height: auto !important;
    height: 148px;
 	padding: 15px 15px 5px 15px;
	
 }
 
 .ligaSquare { 
 	display:block;
	width:337px;
	height:40px;
	background: url(../img/cuadro-bottom.png) bottom no-repeat;
 }
 
 .ligaSquare span{ 
 	display:none;
 }

ul#serviciosInicio{
	width:700px;
	background:none;
	padding:0px;
	margin:0px;
}

ul#serviciosInicio li {
	float:left;
	width:350px;
	background:none;
	list-style-image:none;
	padding:0px;
	margin:0px;
}
/*Estilos para secciones colapsables*/
.show{
	display:true;
}
.hide{
	display:none;
	
}

#formatoTabla { width:700px; margin-left:auto; margin-right:auto; margin-top:10px;}

/** Elmentos Portafolio **/
ul.portafolio, ul.portafolio li{
	padding:0px;
	margin:0px;
	background:none;
	list-style-image:none;
	 width: 662px;
}
ul.portafolio li { margin-bottom:20px;}
.marcoPortafolio { width: 660px; border:1px solid #9D9D9D; height:259px; position:relative; background: url(../img/portafolio/marco-portafolio.png) left top no-repeat; }
/*.marcoPortafolio { width: 660px; border:1px solid #FF0000; height:309px; position:relative; background: url(../img/portafolio/marco-portafolio.png) left top no-repeat; }*/
/*.marcoPortafolio img { position:absolute; width:660px; height:259px; top:49px; left:1px;}*/
.descripcionPortafolio { width:90%; padding-top:10px; margin-right:auto; margin-left:auto;}
.descripcionPortafolio div { padding:5px 10px 5px 10px;  }
.descripcionPortafolio h2 { color: #004C24; font-size:11pt;}

img.imgBody { background:#616161; border:1px solid #ffffff;  }
.vcard { display:none; }


/** Menu Lateral **/ 
#menuLateral {
	background:#F1F1F1;
	border: 1px solid #E3E3E3;
	margin:5px;
	border-radius:3px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;

	
}


#menuLateral h2#catalogoDeProductos{
	text-align:center;
	padding:8px;
}

#menuLateral h3{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

#menuLateral li.top-cat{
	color:#ff0000;
	background:  url(../img/bullet-menu.png) no-repeat .1em .7em;
	margin:0px;
	padding:0px;
	padding:5px 5px 5px 12px;
	border-top:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;
	text-shadow: 0.05em 0.05em #FFF;
	color:#FFFFFF;
}


ul.subMenu {
	margin: 4px 5px 4px 10px;	
}


ul.subMenu  li{
	color:#ff0000;
	background: url(../img/bullet-sub-menu.png) no-repeat .1em .3em;
	margin-left:10px;
	padding-left:12px;
}

	/** Ayuda **/
  div#ayudaEnLinea{
    position:absolute;  width:318px; height:116px; 
    top:10px;
    right:5px; 
  }
  
  h1#titleAyudaEnLinea {
    font-size: 13pt;
    position: absolute;
    right: 0;
    text-align: center;
    top: 65px;
    width: 310px;
  }

  h2#twitterBox  span { display:none; }
  
  h2#twitterBox { position:absolute;  width:140px; height:56px;  top:10px;  right:20px; margin:0px;  padding:0px; }
  h2#twitterBox a {  display:block; width:140px; height:56px; background: url(../img/twitter-tienda-clic.png) no-repeat;}
  
  div#messengerBox { position:absolute;  width:102px; height:34px;  top:21px;  left:35px; margin:0px;  padding:0px; }
  img#messengerIcon {
    display: block;
    height: 56px;
    left: -15px;
    position: absolute;
    top: -12px;
    width: 43px;
    z-index: 8552;
  }

#clicFoot * {
  font-size:8pt;
}

#clicFoot a:hover {
  color:#FFFFFF;
}



/**** estilos preguntas y respuestas ***/
p.pregunta { color:#FF0134; font-weight:bold; margin-bottom:0px; padding-bottom:0px; }
p.respuesta {  margin:0px 20px 10px 20px; padding-bottom:20px;  border-bottom:dashed; border-bottom-width:1px; border-bottom-color: #FF0134;}
/*--------------------------------------------------------------------------
 Clic 2008
----------------------------------------------------------------------------
 File: titulos.css
 Sitio: www.c2e-us.net
 	    Gerardo Gonzalez Flores
 		--> gerardo AT clic DOT com DOT mx <--
---------------------------------------------------------------------------		
 CSS styles for titles
 Estilos generales para titulos.
--------------------------------------------------------------------------*/

/* Titles
------------------------------------------------------------*/
 h1, h2, h3, h4, h5 {
 	margin:0px;
	padding:0px;
	font-size:10pt;
 }

 h1.title span { font-size:18pt; }
 
 h1.title, h2.title{
	width:98%;
	margin-left:8px;
	padding-top:10px;
	color:#ffffff;
	text-align:center;
 }
  h2.title { height:19px;}
 
 .square h1.title{
	width:100%;
	height:25px;
	padding:0px;
	margin:0px;
 }


 h2.sub{
	width:auto;
	height:17px;
	margin-bottom:5px;
 
 }
 
 h2.subMap {
	  background: url(../img/bullet1.jpg) no-repeat .1em .3em;
	  padding-left:15px;
 }
 
 h3 {
	  background: url(../img/bullet2.jpg) no-repeat .1em .3em;
	  padding-left:15px;
 }
 
 h3.subCatalog { 
	background: url('../img/app/flechaBgEnd.gif') no-repeat 10px 50%; 
	padding-left:35px;
	margin-top:3px;
}
#tipoDominiosMX h3 {
	display:inline;
	padding:0px;
	margin:0px;
}


/* =Titles
------------------------------------------------------------*/
/*-------------------------------------------------------------------------
 Clic 2007
 ---------------------------------------------------------------------------
 File: forms.css
 
 Gerardo Gonzalez Flores
 --> gerardo AT clic DOT com DOT mx <--
 ---------------------------------------------------------------------------
 CSS style for html forms
 Estilos generales para los formularios utilizados
 --------------------------------------------------------------------------*/

input, textarea, select { font-size:11pt; padding:4px;}
label, legend{ font-size:11pt; padding:4px;}


.textoPequeno, .textoPequeno span {
    font-size: 10px;
}

.admin {
    width: 930px;
    margin:0px auto;
    /*border:1px solid;*/
}

.admin label, .view label {
    display: block;
    width: 150px;
    float: left;
    text-align: right;
    padding-right: 2px;
}

.view label {
    font-weight: bold;
}

.converter label {
    width: 110px;
}

.formItem {
    padding-top: 1px;
    padding-bottom: 1px;
    clear: both;
}
#formaLogin .input input{
	width:200px;	
}
.formItem input, .formItem textarea {
    width: 270px;
}

.formItem input.radio, input.checkbox {
    width: auto;
    margin-top:.5em;
}

.converter .formItem input {
    width: 100px;
}

.formItem select {
    width: 150px;
}

.submit {
    text-align: center;
    padding-top: 2px;
}
/* Formularios de contacto */
.forma {
    width: 400px;
}

.atencion {
    color: #990000;
    font-weight: bold;
}




/* fieldset */

fieldset {
    background: none repeat scroll 0 0 #FFF7F9;
    border: 2px solid #FF0033;
    margin-bottom: 10px;
    padding: 10px 10px 20px 0;
}

fieldset legend  {
    border: 2px solid #FF0033;
    background: #FFF7F9;
    padding:10px;
    margin:10px;
    color:#000000;
    font-weight:bold;
}

label { display: block;
    float: left;
    padding: 5px;
    text-align: right;
    width: 180px;}

form.admin span {
    padding: 5px;
    display:block;
}

form.admin span.atencion {
    padding: 0px;
    display:inline;
}



 fieldset.view span { display: block; float: left; padding: 5px; text-align: right; } 
 fieldset.view label { font-weight:bold;}
 


/*** PRECIOS ***/
fieldset#precios  label { width:90px;}
fieldset#precios  input { width:120px;}

fieldset .grupo1 { float:left;}
fieldset .grupo2 { float:left;}
input.precio { text-align:right;}

fieldset#precios  {width: 500px; float: left;}
fieldset#Opciones  {margin-left: 15px; width: 386px; float: left;}


/** SEO AREA **/

.formItem textarea.seoText {
    height: 50px;
    width: 740px;
}
div#contadorCaracters {
    background: none repeat scroll 0 0 #FFF7F9;
    border: 2px solid #FF0033;
    float: right;
    font-size: 8pt;
    margin: 5px 5px 5px 0;
    padding: 5px;
    text-align: center;
    width: 170px;
    
}
span#textLength {
    font-size: 8pt;
    font-weight: bold;
    display: inline;
}
div.seoMsg {
    font-size: 8pt;
    margin: 4px 0;
    padding-right: 5px;
    text-align: right;
}



/*-------------------------------------------------------------------------
 Clic 2006
---------------------------------------------------------------------------
 File: error_messages.css
 Sitio: www.c2e-us.net
 	    Gerardo Gonzalez Flores
 		--> gerardo AT clic DOT com DOT mx <--
---------------------------------------------------------------------------	
 CSS styles for error messages
 Estilos para mensajes de error e informacion
--------------------------------------------------------------------------*/

.error_message, .error-message{
	font-size: 8pt;
	font-family: "Arial";
	color: #990000;
	font-weight:bold;
	text-align:left;
		
	padding-bottom:2px;
	padding-left:18px;
	background-image:url(../img/error/alert.gif);
	background-repeat:no-repeat;
	width:auto;
}
.admin * .error_message, .admin * .error-message{
	margin-left:150px;
}
.info_message {
	font-size: 8pt;
	font-family: "Arial";
	color: #000000;
	
	
	padding-bottom:2px;
	padding-left:18px;
	background-image:url(../img/error/information.gif);
	background-repeat:no-repeat;
	width:auto;
}
.resultado_vacio{
	clear:both;
	width:300px;
	padding:10px;
	background:#CCDCDD;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
