/*-------------------------------------------------------------------------
 Clic 2006
---------------------------------------------------------------------------
 File: fichaDireccion.css
 Sitio: www.jihnos.com
 	    Gerardo Gonzalez Flores
 		--> gerardo AT clic DOT com DOT mx <--
---------------------------------------------------------------------------	
	Estilos generales para el despliegue de las direccion
--------------------------------------------------------------------------*/


/*.wrapper{
	width:388px;
	height:280px;
	position:absolute;
	left:50%;
	top:50%;
/*	margin-left:-194px; /* half of width */
/*	margin-top: -140px;/* half of height (negative amount) */
/*	border:1px solid #666666;
}*/

.fichaDireccion{
	
	width:330px;	
}

.fichaDireccion .titulo{
	background: url(../img/direccionCss/ficha_top.jpg) no-repeat;
	/*width:390px; No especificar el width para que se centre*/
	min-height: 56px;
	height: auto !important;
	height: 56px;
	
	
}

.titulo h2{
	margin:0px;
	padding:0px;
	padding-top:25px;
	padding-left:10px;
	padding-right:57px;
	font-size:11pt;
}

 .cuerpo{
	background: url(../img/direccionCss/ficha_bg.jpg) repeat-y;
	padding-left:10px;
	/*padding-right:24px;*/
	padding-right:10px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
.direccionPie{
	background: url(../img/direccionCss/ficha_bottom.jpg) 50% 0 no-repeat;
	/*width:390px; No especificar el width para que se centre*/
	min-height: 11px;
	height: auto !important;
	height: 11px;

}

.cuerpo ul{
	margin:0px;
	padding:0px;
}
.cuerpo li{
	list-style: none;
	
	padding-bottom:2px;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 18px;
	list-style-image: none;
}
.cuerpo li.telefono{
	background-image: url(../img/direccionCss/cellphone.gif);
}
.cuerpo li.email{
	background-image: url(../img/direccionCss/mail-gold.gif);
}
.cuerpo li.calle{
	background-image: url(../img/direccionCss/office.gif);		
}

.cuerpo li.ventas{
	background-image: url(../img/direccionCss/person.gif);		
}

