/*--------------------------------------------------------------------------
 Clic 2009
 ----------------------------------------------------------------------------
 File: items.css
 Gerardo Gonzalez Flores
 --> gerardo AT clic DOT com DOT mx <--
 ---------------------------------------------------------------------------
 Estilos generales para ficha de item.
 --------------------------------------------------------------------------*/
/* depliegue de las listas con las fichas*/
div#galleryList { text-align:right; padding-right:5px; font-size:8pt; margin-top:5px;}

ul.galleryItemList *{
	border:0px;
	padding:0px;
	margin:0px;
}

ul.galleryItemList {
    width: 662px;
    /*border: 1px solid #FF0000;*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

ul.galleryItemList li.even,
ul.galleryItemList li.odd {
	list-style: none;
    float: left;
    width: 210px;
    margin-left: 5px;
    margin-right: 5px;
    /*border: 1px solid;*/
}

ul.galleryItemList li {
    list-style: none;
    list-style-image: none;
    background: none;
    padding: 0px
}
/*
li.separador, li.saltaLinea { height:1px; clear:both; display:block; width:98%; }
*/



ul.galleryItemList ul li {
    list-style: none;
    list-style-image: none;
    background: none
}

ul.galleryItemList ul.lista{
	padding: 4px 5px 0px 4px;
}

/* Cuadro Estilos de la ficha */

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

ul.galleryItemList .itemImagen  {
 text-align:center;
}


ul.galleryItemList li.separador, 
ul.galleryItemList li.saltaLinea { height:1px; clear:both; display:block; }
/* ie fix for line height after clearing li */
/* IE6 */
* html ul#galleryItemList li.separador, 
* html ul#galleryItemList li.saltaLinea,
{ margin-top:-8px; margin-bottom:-8px}
/* IE7 */
ul#galleryItemList li.separador, 
ul#galleryItemList li.saltaLinea,

ul.galleryItemList #imagenItem { text-align:center; padding-top:10px; padding-bottom:10px;}
ul.galleryItemList #imagenItem img { border:2px solid #70BD1F; padding:1px; }

ul.galleryItemList img.imgGallery, ul#galleryList  img.imgGallery  {
	border:1px	#B5B5B5 solid;
	background: #EEEEEE;
	padding:3px;

}

 ul#galleryList li{
 	background:none;
	padding:0px;
 }

 ul#galleryList  img.imgGallery{
 	display:block;
 } 
 
.galleryPhotoPreview {
  float:left; 
  width:200px; 
  height:150px; 
  
  margin:5px 15px 10px 0px;
  }