/* CSS Document */

.imagenexclam
	{
	background-image: url(../imagenes/iconos_peq/exclam.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:2.35em;	
	}

.imagenmariposa
	{
	background-image: url(../imagenes/iconos_peq/mariposa2.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:3.9em;
	}
	
.imagenhuella
	{
	background-image: url(../imagenes/iconos_peq/huella.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:3.9em;	
	}

.imagenflecha
	{
	background-image: url(../imagenes/iconos_peq/flecha.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:5.5em;	
	}

	
.imagenchincheta
	{
	background-image: url(../imagenes/revista12/chincheta.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:3.9em;
	height:3.1em;	
	}
	
.imagenok
	{
	background-image: url(../imagenes/iconos_peq/ok.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:3.9em;
	height:100%;	
	}

.imagenarroba
	{
	background-image: url(../imagenes/iconos_peq/arroba.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left:3.9em;
	height:4.71em;	
	}
	
.textocentro
	{
	vertical-align: middle;
	}	
	
.fondotijera
	{
	background-image: url(../imagenes/revista13/tijeras.gif);
	height: 8.5em;
	}
	
/*caja compra-venta*/

.compraventa
	{
	padding: 0.39em;
	width:31.44em;
	border-top-width: 0.078em;
	border-right-width: 0.078em;
	border-bottom-width: 0.157em;
	border-left-width: 0.078em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	text-align: left!important;
	}
	

/*cajas foto*/

.fotoizquierda
	{
	display:block;
	float: left;
	padding-right:1.17em;
	padding-bottom:0.78em;
	}

.fotocentro
	{
	display:block;
	float: none ;
	padding-right:1.17em;
	padding-bottom:0.78em;
	}

.fotoderecha
	{
	display:block;
	float: right;
	padding-left:1.17em;
	padding-bottom:0.78em;	
	}