@charset "UTF-8";
/* Estilo OFERTAS, Dos columnas*/

#ofertas {
	width:950px;
	margin-right:5px;
	margin-left:5px;
	font-family:helvetica,arial,sans-serif;
	font-size:12px;
}

#derecha {
	width:240px;
	float:right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 12px;
	text-align:center;
}

#izquierda {
	/*	background: url(http://www.am.com.mx/Imagenes/dot2.gif) repeat-y right;*/
	border-right:#cccccc solid 1px;
	border-width:1px;
	text-align:center;
	width:695px;
	height:auto;
	float:left;
	padding:0px 5px 0 0;
	display: inline;
}

.botoncupon { 
	width:150;
	height:24;
	vertical-align: sub;
	font-size:14px;
	font-weight:bold;
	padding:4px 0 0 0;
	background:url(http://www.am.com.mx//cupones/vercupon.gif) no-repeat top;
} 

.botoncupon a{color:#000;}
.botoncupon a:hover {
	text-decoration:underline;
}

a {
	color:#008633;
	text-decoration:none;
}

a:hover {text-decoration:underline;}

.contenido{
	padding:5px 10px 5px 10px;
	text-align:center;
	font-size:12px;
	
}

.titulo { 
	color:#008633;
	font-weight:bold;
	font-size:16px;
}

/*----------- CUPÓN DETALLE*/
	
#detallefondo{
	background:url(../cupones/fondocupon.png) no-repeat top;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	width:650PX;
	height:625px;
	font-family:helvetica, arial, sans-serif;
}

.detalletitulo{
	font-size:24px;
	color:#008633;
	text-align:center;
}

.detalleizquierda {
	text-align:left;
	line-height:14px;
	margin-left:45px;
	float:left;
	padding-left:0px;
	width:240px;
	height:300px;
	font-size:12px;
}
	
#detallederecha {
	text-align:center;
/*	border:#ccc dotted;
	border-width:3px;*/
	line-height:14px;
	margin-right:45px;
	float:right;
	padding-left:0px;
	width:300px;
	height:300px;
	font-size:12px;
}

table {
	font-family:helvetica,arial,sans-serif;
	font-size:12px;
}

/*----------- BOTONES ADDTHIS*/

.addthis_toolbox .custom_images a
{
    width: 130px;
    height: 40px;
    margin: 0;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 0.75;
}

.addthis_toolbox .custom_images a img
{
    opacity: 1;
}

