/*--------------------------------------------------------------------------
 Clic 2007
----------------------------------------------------------------------------
 File: items.css
 	    Gerardo Gonzalez Flores
 		--> gerardo AT clic DOT com DOT mx <--
---------------------------------------------------------------------------		
 Estilos generales para ficha de item.
--------------------------------------------------------------------------*/

 .itemList{
 	width:99%;
	padding-top:20px;
 }

 
 .item{
 	width:99%;
	margin-bottom:5px;
	position:relative;
	
 	margin-left: auto;
    margin-right: auto;
	
	/*height:130px; */
 }
 

 ul.itemList li.even {
  list-style:none;
  background:none;
  float:left;
  width:225px;
  margin:0px;
  padding:0px;
  
 }

 ul.itemList li.odd{
  list-style:none;
  background:none;
  float:left;
  width:225px;
  margin:0px;
  padding:0px;

 }
 

 .itemList ul li{list-style:none; list-style-image: none;}
 .item .titulo{	font-weight:bold; text-transform:uppercase; text-align:left}
 .item .imageWrap .itemImagen {
	
	width:210px;
	margin-left: auto;
    margin-right: auto;
	
	/*border:1px solid #ff0000;*/
	/*height:114px;*/
	
 }
 .item .imageWrap .itemImagen img {
 	text-align:center;
 }
/* .item .imageWrap .imagen {border:1px solid #000000; padding:1px}*/
 .item .imageWrap {
 	/*float:left;*/
	width:220px;
	margin-left: auto;
    margin-right: auto;
	/*height:114px;*/
	
 }




 .item .lista{
  /* width:50%;*/
 /* float:left;*/
	
 }
 
 .item .verMas { position:absolute; bottom:0px; right:0px; z-index:99999}
 .item {padding-bottom:10px;}
 
 
 /* IMAGEN GRANDE */

#popUp .item .imageWrap .itemImagen {
	
	width:410px;
	margin-left: auto;
    margin-right: auto;
	padding-top:10px;
	/*border:1px solid #ff0000;*/
	/*height:114px;*/
	
 }

#popUp .item { width:430px;}
#popUp .item .imageWrap .itemImagen img {
 	text-align:center;
 }
/* .item .imageWrap .imagen {border:1px solid #000000; padding:1px}*/
#popUp .item .imageWrap {
 	/*float:left;*/
	width:420px;
	margin-left: auto;
    margin-right: auto;
	/*height:114px;*/
	
 }
 
 
 /***** ITEMS DE NOTICIAS *****/
  #noticias ul#listadoNoticias li { 
  			background:none;
			padding:0px;
			margin:0px;
  }
  #noticias  h3 { padding:0px; padding-bottom:5px; color:#0069B0 }

  #noticias  div.keepReading * { font-size:8pt;}
  #noticias  div.keepReading  { 
  			clear:both; 
			width:110px;
			/*border:1px solid;*/
			margin-left:auto;
			/*font-weight:bold;*/
			background: url(../img/bullet-level-3.gif) no-repeat .1em .3em;
   			padding-left: 15px;
  }
  #noticias  a, #newsList a {}
  #noticias  a:hover, #newsList a:hover { color:#0069B0}
  #noticias #newsList , #newsList{
  	background: url(../img/bullet-level-3.gif) no-repeat .1em .3em;
 	padding-left: 15px;
	width:150px;
	/*border:1px solid;*/
	margin-left:auto;
	margin-right:auto;
	font-size:9pt;
	/*font-weight:bold;*/
  }
  
  #newsList { margin-right:0px;}
  .listado #noticias { 
  	width:100%; 
	float:none;
	padding:0px;
	margin:0px;
	}
