@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);

/* -------------------  AVISOS ECONOMICOS  --------------------- */

strong{
	margin:0;}
	
.preview-text-2 {
	padding:0px 25px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight:400;
	text-align:center;
	color: #000;
	margin-top:15px;
}

.cont-template{
		padding:5px;
		max-width:280px;
		display:block;
		border-radius:6px;
		margin:30px auto;
		padding: 10px 10px 20px 10px;
		line-height: 15px;
		color: #333;
		text-align:left;
		border: 2px solid #fff;
		
		background-image: -webkit-gradient(linear, left top, left bottom, from( #fff ), to( #DFDFDF  )); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient( #fff , #DFDFDF  ); /* Chrome 10+, Saf5.1+ */
		background-image:    -moz-linear-gradient( #fff , #DFDFDF  ); /* FF3.6 */
		background-image:     -ms-linear-gradient( #fff , #DFDFDF  ); /* IE10 */
		background-image:      -o-linear-gradient( #fff , #DFDFDF  ); /* Opera 11.10+ */
		background-image:         linear-gradient( #fff , #DFDFDF  );
		
		-webkit-box-shadow:  0 1px 0 #111, 0 1px 5px #666;
		-moz-box-shadow:  0 1px 0 #111, 0 1px 5px #666;
		box-shadow:  0 1px 0 #111, 0 1px 5px #666;
		background-color: #fff;
	}

.tit-template {
	margin:5px 0 12px 0px;
	font-family: 	'Open Sans', Helvetica, Arial, sans-serif; 
	font-size:16px;
	font-weight:700;
	text-align:center;
	color:#000;
	text-shadow:#FFF 2px 2px 2px;
}

.template-1 {
	width:238px;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	padding-top:10px;
	margin: 0 auto;
	background:#fff; 
}

.template-2 {
	width:238px;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	padding:15px 0;
	margin: 0 auto;
	background:#fff;  
}

.template-3 {
	width:238px;
	border-bottom:2px solid #000;
	border-top:2px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;	
	padding:7px 0;
	margin: 0 auto;
	background:#fff;  
}


/*
.template-3 {
	width:238px;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	padding-top:4px;
	margin: 0 auto;
	background:#fff;	
}
*/
.template-4 {
	width:238px;
	border:1px solid #000;
	padding-top:10px;
	margin: 0 auto;
	background:#fff;  
}

.template-4-logo, .template-4-logo img {
	width:238px;
	height:28px;
	padding-bottom:4px;
	margin: 0 auto;
}

.template-5 {
	width:238px;
	border:1px solid #000;
	padding-top:10px;
	margin: 0 auto;
	background:#FFF200;
	background:#fff;  
}

.template-5-logo, .template-5-logo img {
	width:222px;
	height:28px;
	padding-bottom:4px;
	background-color:#FFF;
	margin: 0 auto;
}

.text-normal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	font-weight:normal;
	padding:0 0 0 3px;
	margin:0;		
}

.text-normal-3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #000;
	padding:0 0 0 3px;
	background:#B3DB18;
	margin:0;		
}

.text-bold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #000;
	padding:0 0 0 3px;
	margin:0;		
}

.template-1-text{
	margin:0;
	padding:0 0 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	font-weight:normal;
}

.template-2-text{
	margin:0;
	padding:0 0 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #000;
}
/*
.template-3-text{
	margin:0;
	padding:0 0 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#B3DB18;
	font-weight:normal;
	color: #000;
}
*/

.template-3-text{
	margin:0;
	padding:0 0 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #000;
}

.template-4-text{
	margin:0;
	padding:0 0 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #000;
}

.template-5-text{
	margin:0;
	padding:0 0 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #000;
}


/* -------------------  MODAL PREVIEW  --------------------- */

.close { text-decoration: underline }

#overlay {
	position:absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align:center;
	z-index: 200;
	background-image: url(../../CssPreview/overlay.png);
	top: 0;
	left: 0;
}

div#confirmOverlay{
	position:absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align:center;
	z-index: 200;
	background-image: url(../../CssPreview/overlay.png);
	top: 0;
	left: 0;
}

.modal {
    position:relative;
	display:block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.preview{
	position:relative;
	display:block;
	margin:0 auto 0 auto;
	text-align:center;
}

.img-preview{
	max-width:800px;
	margin:0 auto 0 auto;
	background-color:#f0f0f0;
	padding:10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	text-align:center;
	margin:10px;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;
}

.preview-text {
	padding:0px 25px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight:400;
	text-align:center;
	color: #fff;
	margin-top:15px;
}


/* ---------------------------------------------------------------------------------------------  
------------------------------------------------------------------------------------------------				
				
										PUBLICACION LUN DIARIO  

------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------ */


.preview-LUNDiario {
	position:relative; width:509px; height:648px; margin:0 auto; background:white;	
}

/* ------ lu16X6 ------ */

.aviso-LUNDiario16X6 {
	position:absolute; width:452px; height:579px; bottom:39px; right:38px;
}

.foto-LUNDiario16X6 {
	width:452px; height:579px; background:#FF3300; 		
}

.foto-LUNDiario16X6-preview-ads {
	width:452px; height:579px; background:#ffffff; 		
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario16X6  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LUNDiario16X6 {
	position:absolute; width:257px; height:330px; bottom:21px; right:23px;
}
	
.foto-LUNDiario16X6 {
	width:257px; height:330px;  background:#FF3300;	
}
.foto-LUNDiario16X6-preview-ads {
	width:257px; height:330px;  background:#ffffff;	
}
}
/* ---------------- */

/* ------ LUNDiario16X3 ------ */

.aviso-LUNDiario16X3 {
	position:absolute;
	width:221px;
	height:572px;
	bottom:38px;
	right:38px;
}

.foto-LUNDiario16X3 {
	width:221px; height:572px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario16X3 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-LUNDiario16X3 {
	width:126px; height:325px;  bottom:22px; right:22px;
}
	
.foto-LUNDiario16X3 {
	width:126px; height:325px;  background:#FF3300;	
}
}


/* ------ LUNDiario16X2 ------ */

.aviso-LUNDiario16X2 {
	position:absolute; width:137px; height:572px; bottom:37px; right:41px;
}

.foto-LUNDiario16X2 {
	width:137px; height:572px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario16X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LUNDiario16X2 {
	position:absolute; width:78px; height:326px; bottom:21px; right:23px;
}
	
.foto-LUNDiario16X2 {
	width:78px; height:326px; background:#FF3300;	
}
}
/* ---------------- */


/* ------ LUNDiario12X4 ------ */

.aviso-LUNDiario12X4 {
	position:absolute; width:301px; height:438px; bottom:38px; right:36px;
}

.foto-LUNDiario12X4 {
	width:301px; height:438px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario12X4  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LUNDiario12X4 {
	position:absolute; width:171px; height:249px; bottom:22px; right:21px;
}
	
.foto-LUNDiario12X4 {
	width:171px; height:249px; background:#FF3300;	
}
}
/* ---------------- */


/* ------ LUNDiario12X5 ------ */

.aviso-LUNDiario12X5 {
	position:absolute; width:376px; height:436px; bottom:39px; right:37px;
}

.foto-LUNDiario12X5 {
	width:376px; height:436px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario12X5  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LUNDiario12X5 {
	position:absolute; width:214px; height:248px; bottom:22px; right:21px;
}
	
.foto-LUNDiario12X5 {
	width:214px; height:248px; background:#FF3300;	
}
}
/* ---------------- */


/* ------ LUNDiario10X4 ------ */

.aviso-LUNDiario10X4 {
	position:absolute; width:301px; height:368px; bottom:38px; right:36px;
}

.foto-LUNDiario10X4 {
	width:301px; height:368px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario10X4  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LUNDiario10X4 {
	position:absolute; width:171px; height:209px; bottom:22px; right:21px;
}
	
.foto-LUNDiario10X4 {
	width:171px; height:209px; background:#FF3300;	
}
}
/* ---------------- */


/* ------ LUNDiario 10X2 ------ */

.aviso-LUNDiario10X2 {
	position:absolute; width:146px; height:365px; bottom:38px; right:18px;
}

.foto-LUNDiario10X2 {
	width:146px; height:365px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario10X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LUNDiario10X2 {
	position:absolute; width:83px; height:207px; bottom:22px; right:10px;
}
	
.foto-LUNDiario10X2 {
	width:83px; height:207px; background:#FF3300;	
}
}
/* ---------------- */


/* ------ LUNDiario 9X2 ------ */

.aviso-LUNDiario9X2 {
	position:absolute; width:144px; height:327px; bottom:39px; right:25px;
}

.foto-LUNDiario9X2 {
	width:144px; height:327px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario9X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LUNDiario9X2 {
	position:absolute; width:82px; height:186px; bottom:22px; right:14px;
}
	
.foto-LUNDiario9X2 {
	width:82px; height:186px; background:#FF3300;	
}
}
/* ---------------- */



/* ------ LUNDiario 8X6 ------ */

.aviso-LUNDiario8X6 {
	position:absolute;
	width:456px;
	height:292px;
	bottom:38px;
	right:19px;
}

.foto-LUNDiario8X6 {
	width:456px; height:292px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario8X6 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-LUNDiario8X6 {
	width:260px; height:166px;  bottom:22px; right:11px;
}
	
.foto-LUNDiario8X6 {
	width:260px; height:166px; background:#FF3300;	
}
}
/* ---------------- */

/* ------  LUNDiario 8X3 ------ */

.aviso-LUNDiario8X3 {
	position:absolute; width:225px; height:292px; bottom:38px; right:18px;
}

.foto-LUNDiario8X3 {
	 width:225px; height:292px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario8X3  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LUNDiario8X3 {
	position:absolute; width:128px; height:166px; bottom:22px; right:10px;
}
	
.foto-LUNDiario8X3 {
	width:128px; height:166px; background:#FF3300;	
}
}
/* ---------------- */


/* ------ LUNDiario 8X2 ------ */

.aviso-LUNDiario8X2 {
	position:absolute; width:147px; height:292px; bottom:38px; right:327px;
}

.foto-LUNDiario8X2 {
	 width:147px; height:292px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario8X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LUNDiario8X2 {
	position:absolute; width:84px; height:166px; bottom:22px; right:186px;
}
	
.foto-LUNDiario8X2 {
	width:84px; height:166px; background:#FF3300;	
}
}
/* ---------------- */



/* ------ LUNDiario 6X3 ------ */

.aviso-LUNDiario6X3 {
	position:absolute; width:220px; height:220px; bottom:38px; right:19px;
}

.foto-LUNDiario6X3 {
	 width:220px; height:220px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario6X3  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LUNDiario6X3 {
	position:absolute; width:125px; height:125px; bottom:22px; right:11px;
}
	
.foto-LUNDiario6X3 {
	width:125px; height:125px; background:#FF3300;	
}
}
/* ---------------- */

/* ------ LUNDiario 5X3 ------ */

.aviso-LUNDiario5X3 {
	position:absolute; width:223px; height:181px; bottom:39px; right:20px;
}

.foto-LUNDiario5X3 {
	 width:223px; height:181px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario5X3  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LUNDiario5X3 {
	position:absolute; width:127px; height:103px; bottom:22px; right:11px;
}
	
.foto-LUNDiario5X3 {
	width:127px; height:103px; background:#FF3300;	
}
}
/* ---------------- */


/* ------ LUNDiario 5X6 ------ */

.aviso-LUNDiario5X6 {
	position:absolute; width:456px; height:182px; bottom:38px; right:35px;
}

.foto-LUNDiario5X6 {
	 width:456px; height:182px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario5X6  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LUNDiario5X6 {
	position:absolute; width:258px; height:105px; bottom:22px; right:21px;
}
	
.foto-LUNDiario5X6 {
	width:258px; height:105px; background:#FF3300;	
}
}
/* ---------------- */


/* ------ LUNDiario 3X6 ------ */

.aviso-LUNDiario3X6 {
	position:absolute; width:456px; height:108px; bottom:39px; right:35px;
}

.foto-LUNDiario3X6 {
	 width:456px; height:108px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario3X6  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LUNDiario3X6 {
	position:absolute; width:260px; height:62px; bottom:22px; right:20px;
}
	
.foto-LUNDiario3X6 {
	width:260px; height:62px; background:#FF3300;	
}
}
/* ---------------- */

/* ------ LUNDiario 2X6 ------ */

.aviso-LUNDiario2X6 {
	position:absolute; width:454px; height:72px; bottom:39px; right:20px;
}

.foto-LUNDiario2X6 {
	 width:454px; height:72px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario2X6  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LUNDiario2X6 {
	position:absolute; width:259px; height:41px; bottom:22px; right:20px;
}
	
.foto-LUNDiario2X6 {
	width:259px; height:41px; background:#FF3300;	
}
}
/* ---------------- */


/* ------ LUNDiario 5X2 ------ */

.aviso-LUNDiario5X2 {
	position:absolute; width:146px; height:183px; bottom:35px; right:268px;
}

.foto-LUNDiario5X2 {
	 width:146px; height:183px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario5X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LUNDiario5X2 {
	position:absolute; width:84px; height:104px; bottom:20px; right:152px;
}
	
.foto-LUNDiario5X2 {
	width:84px; height:104px; background:#FF3300;	
}
}
/* ---------------- */

/* ------ LUNDiario 5X1 ------ */

.aviso-LUNDiario5X1 {
	position:absolute; width:68px; height:181px; bottom:39px; right:20px;
}

.foto-LUNDiario5X1 {
	 width:68px; height:181px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario5X1  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LUNDiario5X1 {
	position:absolute; width:39px; height:103px; bottom:22px; right:6px;
}
	
.foto-LUNDiario5X1 {
	width:39px; height:103px; background:#FF3300;	
}
}
/* ---------------- */


/* ------ LUNDiario 3X3 ------ */

.aviso-LUNDiario3X3 {
	position:absolute; width:225px; height:110px; bottom:38px; right:18px;
}

.foto-LUNDiario3X3 {
	 width:225px; height:110px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario3X3  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LUNDiario3X3 {
	position:absolute; width:128px; height:62px; bottom:22px; right:10px;
}
	
.foto-LUNDiario3X3 {
	width:128px; height:62px; background:#FF3300;	
}
}
/* ---------------- */



/* ------ LUNDiario 3X2 ------ */

.aviso-LUNDiario3X2 {
	position:absolute; width:146px; height:109px; bottom:38px; right:38px;
}

.foto-LUNDiario3X2 {
	 width:146px; height:109px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario3X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LUNDiario3X2 {
	position:absolute; width:84px; height:63px; bottom:21px; right:21px;
}
	
.foto-LUNDiario3X2 {
	width:84px; height:63px; background:#FF3300;	
}
}
/* ---------------- */


/* ------ LUNDiario 3X1 ------ */

.aviso-LUNDiario3X1 {
	position:absolute; width:68px; height:108px; bottom:39px; right:31px;
}

.foto-LUNDiario3X1 {
	 width:68px; height:108px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario3X1  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LUNDiario3X1 {
	position:absolute; width:38px; height:62px; bottom:22px; right:18px;
}
	
.foto-LUNDiario3X1 {
	width:38px; height:62px; background:#FF3300;	
}
}
/* ------------------- */



/* ------ LUNDiario 2X2 ------ */

.aviso-LUNDiario2X2 {
	position:absolute; width:145px; height:72px; bottom:119px; right:20px;
}

.foto-LUNDiario2X2 {
	 width:145px; height:72px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario2X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LUNDiario2X2 {
	position:absolute; width:83px; height:41px; bottom:68px; right:11px;
}
	
.foto-LUNDiario2X2 {
	width:83px; height:41px; background:#FF3300;	
}
}
/* ---------------- */



/* ------ LUNDiario 2X1 ------ */

.aviso-LUNDiario2X1 {
	position:absolute; width:68px; height:72px; bottom:39px; right:20px;
}

.foto-LUNDiario2X1 {
	width:68px; height:72px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-LUNDiario, .bg-LUNDiario2X1  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LUNDiario2X1 {
	position:absolute; width:39px; height:41px; bottom:22px; right:11px;
}
	
.foto-LUNDiario2X1 {
	width:39px; height:41px; background:#FF3300;	
}
}
/* ---------------- */





/* ---------------------------------------------  
		
		PUBLICACION MERCADO MAYORISTA  

------------------------------------------------ */


.preview-MercadoMayorista {
	position:relative; width:509px; height:648px; margin:0 auto; background:white;	
}

/* ------ MercadoMayorista16X6 ------ */

.aviso-MercadoMayorista16X6 {
	position:absolute; width:452px; height:573px; bottom:39px; right:20px;
}

.foto-MercadoMayorista16X6 {
	width:452px; height:573px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-MercadoMayorista, .bg-MercadoMayorista16X6  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-MercadoMayorista16X6 {
	position:absolute; width:258px; height:326px; bottom:22px; right:11px;
}
	
.foto-MercadoMayorista16X6 {
	width:258px; height:326px;  background:#FF3300;	
}
}
/* ---------------- */


/* ------ MercadoMayorista16X3 ------ */

.aviso-MercadoMayorista16X3 {
	position:absolute;
	width:221px;
	height:572px;
	bottom:38px;
	right:38px;
}

.foto-MercadoMayorista16X3 {
	width:221px; height:572px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-MercadoMayorista, .bg-MercadoMayorista16X3 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-MercadoMayorista16X3 {
	width:126px; height:325px;  bottom:22px; right:22px;
}
	
.foto-MercadoMayorista16X3 {
	width:126px; height:325px;  background:#FF3300;	
}
}


/* ------ MercadoMayorista16X2 ------ */

.aviso-MercadoMayorista16X2 {
	position:absolute; width:137px; height:572px; bottom:37px; right:41px;
}

.foto-MercadoMayorista16X2 {
	width:137px; height:572px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-MercadoMayorista, .bg-MercadoMayorista16X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-MercadoMayorista16X2 {
	position:absolute; width:78px; height:326px; bottom:21px; right:23px;
}
	
.foto-MercadoMayorista16X2 {
	width:78px; height:326px; background:#FF3300;	
}
}
/* ---------------- */




/* ------ MercadoMayorista12X5 ------ */

.aviso-MercadoMayorista12X5 {
	position:absolute; width:376px; height:436px; bottom:39px; right:37px;
}

.foto-MercadoMayorista12X5 {
	width:376px; height:436px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-MercadoMayorista, .bg-MercadoMayorista12X5  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-MercadoMayorista12X5 {
	position:absolute; width:214px; height:248px; bottom:22px; right:21px;
}
	
.foto-MercadoMayorista12X5 {
	width:214px; height:248px; background:#FF3300;	
}
}
/* ---------------- */



/* ------ MercadoMayorista9X2 ------ */

.aviso-MercadoMayorista9X2 {
	position:absolute; width:144px; height:327px; bottom:39px; right:25px;
}

.foto-MercadoMayorista9X2 {
	width:144px; height:327px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-MercadoMayorista, .bg-MercadoMayorista9X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-MercadoMayorista9X2 {
	position:absolute; width:82px; height:186px; bottom:22px; right:14px;
}
	
.foto-MercadoMayorista9X2 {
	width:82px; height:186px; background:#FF3300;	
}
}
/* ---------------- */



/* ------ MercadoMayorista8X6 ------ */

.aviso-MercadoMayorista8X6 {
	position:absolute;
	width:456px;
	height:292px;
	bottom:39px;
	right:36px;
}

.foto-MercadoMayorista8X6 {
	width:456px; height:292px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-MercadoMayorista, .bg-MercadoMayorista8X6 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-MercadoMayorista8X6 {
	width:260px; height:166px;  bottom:22px; right:20px;
}
	
.foto-MercadoMayorista8X6 {
	width:260px; height:166px; background:#FF3300;	
}
}
/* ---------------- */


/* ------ MercadoMayorista7X6 ------ */

.aviso-MercadoMayorista7X6 {
	position:absolute;
	width:456px;
	height:255px;
	bottom:39px;
	right:18px;
}

.foto-MercadoMayorista7X6 {
	width:456px; height:255px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-MercadoMayorista, .bg-MercadoMayorista7X6 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-MercadoMayorista7X6 {
	width:260px; height:145px;  bottom:22px; right:10px;
}
	
.foto-MercadoMayorista7X6 {
	width:260px; height:145px; background:#FF3300;	
}
}
/* ---------------- */


/* ------ MercadoMayorista6X5 ------ */

.aviso-MercadoMayorista6X5 {
	position:absolute; width:376px; height:217px; bottom:39px; right:97px;
}

.foto-MercadoMayorista6X5 {
	 width:376px; height:217px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-MercadoMayorista, .bg-MercadoMayorista6X5  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-MercadoMayorista6X5 {
	position:absolute; width:214px; height:124px; bottom:22px; right:55px;
}
	
.foto-MercadoMayorista6X5 {
	width:214px; height:124px; background:#FF3300;	
}
}
/* ---------------- */


/* ------ MercadoMayorista8X3 ------ */

.aviso-MercadoMayorista8X3 {
	position:absolute; width:225px; height:292px; bottom:38px; right:250px;
}

.foto-MercadoMayorista8X3 {
	 width:225px; height:292px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-MercadoMayorista, .bg-MercadoMayorista8X3  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-MercadoMayorista8X3 {
	position:absolute; width:129px; height:166px; bottom:22px; right:142px;
}
	
.foto-MercadoMayorista8X3 {
	width:129px; height:166px; background:#FF3300;	
}
}
/* ---------------- */


/* ------ MercadoMayorista3X6 ------ */

.aviso-MercadoMayorista3X6 {
	position:absolute; width:454px; height:109px; bottom:39px; right:18px;
}

.foto-MercadoMayorista3X6 {
	 width:454px; height:109px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-MercadoMayorista, .bg-MercadoMayorista3X6  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-MercadoMayorista3X6 {
	position:absolute; width:259px; height:62px; bottom:22px; right:9px;
}
	
.foto-MercadoMayorista3X6 {
	width:260px; height:62px; background:#FF3300;	
}
}
/* ---------------- */



/* ------ MercadoMayorista9X2 ------ */

.aviso-MercadoMayorista9X2 {
	position:absolute; width:144px; height:327px; bottom:39px; right:347px;
}

.foto-MercadoMayorista9X2 {
	 width:144px; height:327px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-MercadoMayorista, .bg-MercadoMayorista9X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-MercadoMayorista9X2 {
	position:absolute; width:82px; height:186px; bottom:22px; right:198px;
}
	
.foto-MercadoMayorista9X2 {
	width:82px; height:186px; background:#FF3300;	
}
}
/* ---------------- */


/* ------ MercadoMayorista8X2 ------ */

.aviso-MercadoMayorista8X2 {
	position:absolute; width:147px; height:292px; bottom:38px; right:327px;
}

.foto-MercadoMayorista8X2 {
	 width:147px; height:292px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-MercadoMayorista, .bg-MercadoMayorista8X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-MercadoMayorista8X2 {
	position:absolute; width:84px; height:166px; bottom:22px; right:186px;
}
	
.foto-MercadoMayorista8X2 {
	width:84px; height:166px; background:#FF3300;	
}
}
/* ---------------- */


/* ------ MercadoMayorista7X2 ------ */

.aviso-MercadoMayorista7X2 {
	position:absolute; width:146px; height:257px; bottom:38px; right:36px;
}

.foto-MercadoMayorista7X2 {
	 width:146px; height:257px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-MercadoMayorista, .bg-MercadoMayorista7X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-MercadoMayorista7X2 {
	position:absolute; width:83px; height:144px; bottom:22px; right:21px;
}
	
.foto-MercadoMayorista7X2 {
	width:83px; height:144px; background:#FF3300;	
}
}
/* ---------------- */


/* ------ MercadoMayorista6X2 ------ */

.aviso-MercadoMayorista6X2 {
	position:absolute; width:146px; height:216px; bottom:38px; right:36px;
}

.foto-MercadoMayorista6X2 {
	 width:146px; height:216px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-MercadoMayorista, .bg-MercadoMayorista6X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-MercadoMayorista6X2 {
	position:absolute; width:83px; height:123px; bottom:22px; right:21px;
}
	
.foto-MercadoMayorista6X2 {
	width:83px; height:123px; background:#FF3300;	
}
}
/* ---------------- */

/* ------ MercadoMayorista5X2 ------ */

.aviso-MercadoMayorista5X2 {
	position:absolute; width:146px; height:183px; bottom:38px; right:19px;
}

.foto-MercadoMayorista5X2 {
	 width:146px; height:183px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-MercadoMayorista, .bg-MercadoMayorista5X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-MercadoMayorista5X2 {
	position:absolute; width:84px; height:104px; bottom:22px; right:11px;
}
	
.foto-MercadoMayorista5X2 {
	width:84px; height:104px; background:#FF3300;	
}
}
/* ---------------- */



/* ------ MercadoMayorista4X2 ------ */

.aviso-MercadoMayorista4X2 {
	position:absolute; width:146px; height:145px; bottom:38px; right:36px;
}

.foto-MercadoMayorista4X2 {
	 width:146px; height:145px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-MercadoMayorista, .bg-MercadoMayorista4X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-MercadoMayorista4X2 {
	position:absolute; width:83px; height:82px; bottom:22px; right:21px;
}
	
.foto-MercadoMayorista4X2 {
	width:83px; height:82px; background:#FF3300;	
}
}
/* ---------------- */


/* ------ MercadoMayorista3X2 ------ */

.aviso-MercadoMayorista3X2 {
	position:absolute; width:146px; height:109px; bottom:228px; right:19px;
}

.foto-MercadoMayorista3X2 {
	 width:146px; height:109px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-MercadoMayorista, .bg-MercadoMayorista3X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-MercadoMayorista3X2 {
	position:absolute; width:84px; height:63px; bottom:130px; right:11px;
}
	
.foto-MercadoMayorista3X2 {
	width:84px; height:63px; background:#FF3300;	
}
}
/* ---------------- */



/* ------ MercadoMayorista2X2 ------ */

.aviso-MercadoMayorista2X2 {
	position:absolute; width:146px; height:76px; bottom:155px; right:19px;
}

.foto-MercadoMayorista2X2 {
	 width:146px; height:76px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-MercadoMayorista, .bg-MercadoMayorista2X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-MercadoMayorista2X2 {
	position:absolute; width:83px; height:42px; bottom:88px; right:11px;
}
	
.foto-MercadoMayorista2X2 {
	width:83px; height:42px; background:#FF3300;	
}
}
/* ---------------- */



/* ------ MercadoMayorista2X1 ------ */

.aviso-MercadoMayorista2X1 {
	position:absolute; width:69px; height:72px; bottom:261px; right:19px;
}

.foto-MercadoMayorista2X1 {
	width:69px; height:72px; background:#FF3300; 		
}

@media (max-width: 380px) {
.preview-MercadoMayorista, .bg-MercadoMayorista2X1  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-MercadoMayorista2X1 {
	position:absolute; width:37px; height:38px; bottom:149px; right:12px;
}
	
.foto-MercadoMayorista2X1 {
	width:37px; height:38px; background:#FF3300;	
}
}
/* ---------------- */



/* ---------------------------------------------  
				
				PUBLICACION REVISTA M 

------------------------------------------------ */

.preview-RevistaM {
	position:relative; width:509px; height:648px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}


/* ------ RevistaM14X6 ------ */

.aviso-RevistaM14X6 {
	position:absolute;
	width:509px;
	height:648px;
	bottom:0px;
	right:0px;
}

.foto-RevistaM14X6 {
	width:509px; height:648px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-RevistaM, .bg-RevistaM14X6 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-RevistaM14X6 {
	width:290px; height:369px;  bottom:0px; right:0px;
}
	
.foto-RevistaM14X6 {
	width:290px; height:369px;  background:#FF3300;	
}
}


/* ------ RevistaM14X3 ------ */

.aviso-RevistaM14X3 {
	position:absolute;
	width:250px;
	height:648px;
	bottom:0px;
	right:0px;
}

.foto-RevistaM14X3 {
	width:250px; height:648px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-RevistaM, .bg-RevistaM14X3 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-RevistaM14X3 {
	width:142px; height:369px;  bottom:0px; right:0px;
}
	
.foto-RevistaM14X3 {
	width:142px; height:369px;  background:#FF3300;	
}
}

/* ------ RevistaM14X2 ------ */

.aviso-RevistaM14X2 {
	position:absolute;
	width:164px;
	height:648px;
	bottom:0px;
	right:0px;
}

.foto-RevistaM14X2 {
	width:164px; height:648px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-RevistaM, .bg-RevistaM14X2 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-RevistaM14X2 {
	width:93px; height:369px;  bottom:0px; right:0px;
}
	
.foto-RevistaM14X2 {
	width:93px; height:369px;  background:#FF3300;	
}
}



/* ------ RevistaM7X6 ------ */

.aviso-RevistaM7X6 {
	position:absolute;
	width:509px;
	height:319px;
	bottom:0px;
	right:0px;
}

.foto-RevistaM7X6 {
	width:509px; height:319px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-RevistaM, .bg-RevistaM7X6 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-RevistaM7X6 {
	width:290px; height:182px;  bottom:0px; right:0px;
}
	
.foto-RevistaM7X6 {
	width:290px; height:182px;  background:#FF3300;	
}
}

/* ------ RevistaM3X6 ------ */

.aviso-RevistaM3X6 {
	position:absolute;
	width:509px;
	height:108px;
	bottom:0px;
	right:0px;
}

.foto-RevistaM3X6 {
	width:509px; height:108px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-RevistaM, .bg-RevistaM3X6 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-RevistaM3X6 {
	width:290px; height:61px;  bottom:0px; right:0px;
}
	
.foto-RevistaM3X6 {
	width:290px; height:61px;  background:#FF3300;	
}
}

/* ------ RevistaM7X3 ------ */

.aviso-RevistaM7X3 {
	position:absolute;
	width:250px;
	height:319px;
	bottom:0px;
	right:0px;
}

.foto-RevistaM7X3 {
	width:250px; height:319px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-RevistaM, .bg-RevistaM7X3 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-RevistaM7X3 {
	width:142px; height:182px;  bottom:0px; right:0px;
}
	
.foto-RevistaM7X3 {
	width:142px; height:182px;  background:#FF3300;	
}
}

/* ------ RevistaM3X3 ------ */

.aviso-RevistaM3X3 {
	position:absolute;
	width:250px;
	height:108px;
	bottom:0px;
	right:0px;
}

.foto-RevistaM3X3 {
	width:250px; height:108px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-RevistaM, .bg-RevistaM3X3 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-RevistaM3X3 {
	width:142px; height:61px;  bottom:0px; right:0px;
}
	
.foto-RevistaM3X3 {
	width:142px; height:61px;  background:#FF3300;	
}
}


/* ------ RevistaM3X3 ------ */

.aviso-RevistaM3X3 {
	position:absolute;
	width:250px;
	height:108px;
	bottom:0px;
	right:0px;
}

.foto-RevistaM3X3 {
	width:250px; height:108px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-RevistaM, .bg-RevistaM3X3 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-RevistaM3X3 {
	width:142px; height:61px;  bottom:0px; right:0px;
}
	
.foto-RevistaM3X3 {
	width:142px; height:61px;  background:#FF3300;	
}
}

/* ------ RevistaM8X2 ------ */

.aviso-RevistaM8X2 {
	position:absolute;
	width:164px;
	height:355px;
	bottom:0px;
	right:0px;
}

.foto-RevistaM8X2 {
	width:164px; height:355px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-RevistaM, .bg-RevistaM8X2 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-RevistaM8X2 {
	width:93px; height:202px;  bottom:0px; right:0px;
}
	
.foto-RevistaM8X2 {
	width:93px; height:202px;  background:#FF3300;	
}
}


/* ------ RevistaM10X4 ------ */

.aviso-RevistaM10X4 {
	position:absolute;
	width:339px;
	height:463px;
	bottom:0px;
	right:0px;
}

.foto-RevistaM10X4 {
	width:339px; height:463px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-RevistaM, .bg-RevistaM10X4 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-RevistaM10X4 {
	width:193px; height:264px;  bottom:0px; right:0px;
}
	
.foto-RevistaM10X4 {
	width:193px; height:264px;  background:#FF3300;	
}
}

/* ------ RevistaM9X4 ------ */

.aviso-RevistaM9X4 {
	position:absolute;
	width:339px;
	height:416px;
	bottom:0px;
	right:0px;
}

.foto-RevistaM9X4 {
	width:339px; height:416px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-RevistaM, .bg-RevistaM9X4 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-RevistaM9X4 {
	width:193px; height:237px;  bottom:0px; right:0px;
}
	
.foto-RevistaM9X4 {
	width:193px; height:237px;  background:#FF3300;	
}
}

/* ------ RevistaM2X2 ------ */

.aviso-RevistaM2X2 {
	position:absolute;
	width:170px;
	height:92px;
	bottom:0px;
	right:0px;
}

.foto-RevistaM2X2 {
	width:170px; height:92px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-RevistaM, .bg-RevistaM2X2 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-RevistaM2X2 {
	width:97px; height:52px;  bottom:0px; right:0px;
}
	
.foto-RevistaM2X2 {
	width:97px; height:52px;  background:#FF3300;	
}
}


/* ------ RevistaM2X1 ------ */

.aviso-RevistaM2X1 {
	position:absolute;
	width:85px;
	height:92px;
	bottom:0px;
	right:0px;
}

.foto-RevistaM2X1 {
	width:85px; height:92px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-RevistaM, .bg-RevistaM2X1 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-RevistaM2X1 {
	width:48px; height:52px;  bottom:0px; right:0px;
}
	
.foto-RevistaM2X1 {
	width:48px; height:52px;  background:#FF3300;	
}
}


/* ---------------------------------------------  
				
			PUBLICACION REVISTA M  - PAGINA EN VITRINA

------------------------------------------------ */


.preview-RevistaMPaginaEnVitrina {
	position:relative; width:509px; height:648px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}

/* ------ RevistaM4X6 ------ */

.aviso-RevistaMPaginaEnVitrina4X6 {
	position:absolute;
	width:485px;
	height:192px;
	top:439px;
	left:11px;
}

.foto-RevistaMPaginaEnVitrina4X6 {
	width:485px; height:192px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-RevistaMPaginaEnVitrina, .bg-RevistaMPaginaEnVitrina4X6{
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-RevistaMPaginaEnVitrina4X6 {
	width:277px; height:109px; top:250px; left:6px;
}
	
.foto-RevistaMPaginaEnVitrina4X6 {
	width:277px; height:109px;  background:#FF3300;	
}
}

/* ------ RevistaMPaginaEnVitrina4X6 ------ */

.aviso-RevistaMPaginaEnVitrina4X6 {
	position:absolute;
	width:485px;
	height:192px;
	top:439px;
	left:11px;
}

.foto-RevistaMPaginaEnVitrina4X6 {
	width:485px; height:192px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-RevistaMPaginaEnVitrina, .bg-RevistaMPaginaEnVitrina4X6{
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-RevistaMPaginaEnVitrina4X6 {
	width:277px; height:109px; top:250px; left:6px;
}
	
.foto-RevistaMPaginaEnVitrina4X6 {
	width:277px; height:109px; background:#FF3300;	
}
}



/* ------ RevistaMPaginaEnVitrina4X4 ------ */

.aviso-RevistaMPaginaEnVitrina4X4 {
	position:absolute;
	width:323px;
	height:192px;
	top:439px;
	left:173px;
}

.foto-RevistaMPaginaEnVitrina4X4 {
	width:323px; height:192px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-RevistaMPaginaEnVitrina, .bg-RevistaMPaginaEnVitrina4X4{
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-RevistaMPaginaEnVitrina4X4 {
	width:184px; height:109px; top:250px; left:99px;
}
	
.foto-RevistaMPaginaEnVitrina4X4 {
	width:184px; height:109px; background:#FF3300;	
}
}


/* ------ RevistaMPaginaEnVitrina4X2 ------ */


.aviso-RevistaMPaginaEnVitrina4X2 {
	position:absolute;
	width:158px;
	height:192px;
	top:439px;
	left:338px;
}

.foto-RevistaMPaginaEnVitrina4X2 {
	width:158px; height:192px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-RevistaMPaginaEnVitrina, .bg-RevistaMPaginaEnVitrina4X2{
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-RevistaMPaginaEnVitrina4X2 {
	width:90px; height:109px; top:250px; left:193px;
}
	
.foto-RevistaMPaginaEnVitrina4X2 {
	width:90px; height:109px; background:#FF3300;	
}
}


/* ---------------------------------------------------------------------------------------------  
------------------------------------------------------------------------------------------------				
				
									PUBLICACION EL MERCURIO 

------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------ */


/* ---------------------------------------------  
					CUERPO A 
------------------------------------------------ */

.preview-CuerpoA {
	position:relative; width:502px; height:943px; margin:0 auto; background:white;	
}


/* ------ CuerpoA19X6 ------ */

.aviso-CuerpoA19X6 {
	position:absolute;
	width:470px;
	height:874px;
	top:36px;
	left:16px;
}

.foto-CuerpoA19X6 {
	width:470px; height:874px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA19X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA19X6 {
	width:272px; height:505px;  top:21px; left:9px;
}
	
.foto-CuerpoA19X6 {
	width:272px; height:505px;  background:#FF3300;	
}
}

/* ------ CuerpoA14X5 ------ */

.aviso-CuerpoA14X5 {
	position:absolute;
	width:391px;
	height:638px;
	top:270px;
	left:95px;
}

.foto-CuerpoA14X5 {
	width:391px; height:638px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA14X5 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA14X5 {
	width:226px; height:369px; top:156px; left:55px;
}
	
.foto-CuerpoA14X5 {
	width:226px; height:369px; background:#FF3300;	
}
}

/* ------ CuerpoA18X3 ------ */

.aviso-CuerpoA18X3 {
	position:absolute;
	width:232px;
	height:819px;
	top:91px;
	left:254px;
}

.foto-CuerpoA18X3 {
	width:232px; height:819px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA18X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA18X3 {
	width:134px; height:473px;  top:53px; left:147px;
}
	
.foto-CuerpoA18X3 {
	width:134px; height:473px;  background:#FF3300;	
}
}

/* ------ CuerpoA18X2 ------ */

.aviso-CuerpoA18X2 {
	position:absolute;
	width:152px;
	height:819px;
	top:91px;
	left:334px;
}

.foto-CuerpoA18X2 {
	width:152px; height:819px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA18X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA18X2 {
	width:88px; height:473px;  top:53px; left:193px;
}
	
.foto-CuerpoA18X2 {
	width:88px; height:473px;  background:#FF3300;	
}
}

/* ------ CuerpoA10X6 ------ */

.aviso-CuerpoA10X6 {
	position:absolute;
	width:470px;
	height:454px;
	top:456px;
	left:16px;
}

.foto-CuerpoA10X6 {
	width:470px; height:454px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA10X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA10X6 {
	width:272px; height:262px;  top:264px; left:9px;
}
	
.foto-CuerpoA10X6 {
	width:272px; height:262px;  background:#FF3300;	
}
}

/* ------ CuerpoA07X6 ------ */

.aviso-CuerpoA7X6 {
	position:absolute;
	width:470px;
	height:317px;
	top:594px;
	left:16px;
}

.foto-CuerpoA7X6 {
	width:470px; height:317px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA7X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA7X6 {
	width:272px; height:184px;  top:343px; left:9px;
}
	
.foto-CuerpoA7X6 {
	width:272px; height:184px;  background:#FF3300;	
}
}

/* ------ CuerpoA5X6 ------ */

.aviso-CuerpoA5X6 {
	position:absolute;
	width:470px;
	height:225px;
	top:685px;
	left:16px;
}

.foto-CuerpoA5X6 {
	width:470px; height:225px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA5X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA5X6 {
	width:272px; height:130px;  top:396px; left:9px;
}
	
.foto-CuerpoA5X6 {
	width:272px; height:130px;  background:#FF3300;	
}
}

/* ------ CuerpoA7X4 ------ */

.aviso-CuerpoA7X4 {
	position:absolute;
	width:311px;
	height:317px;
	top:592px;
	left:176px;
}

.foto-CuerpoA7X4 {
	width:311px; height:317px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA7X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA7X4 {
	width:180px; height:184px;  top:342px; left:102px;
}
	
.foto-CuerpoA7X4 {
	width:180px; height:184px; background:#FF3300;	
}
}


/* ------ CuerpoA5X4 ------ */

.aviso-CuerpoA5X4 {
	position:absolute;
	width:308px;
	height:225px;
	top:685px;
	left:177px;
}

.foto-CuerpoA5X4 {
	width:308px; height:225px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA5X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA5X4 {
	width:178px; height:130px;  top:396px; left:102px;
}
	
.foto-CuerpoA5X4 {
	width:178px; height:130px;  background:#FF3300;	
}
}



/* ------ CuerpoA2X4 ------ */

.aviso-CuerpoA2X4 {
	position:absolute;
	width:311px;
	height:88px;
	top:823px;
	left:175px;
}

.foto-CuerpoA2X4 {
	width:311px; height:88px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA2X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA2X4 {
	width:180px; height:51px;  top:476px; left:101px;
}
	
.foto-CuerpoA2X4 {
	width:180px; height:51px;  background:#FF3300;	
}
}


/* ------ CuerpoA7X3 ------ */

.aviso-CuerpoA7X3 {
	position:absolute;
	width:231px;
	height:314px;
	top:596px;
	left:254px;
}

.foto-CuerpoA7X3 {
	width:231px; height:314px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA7X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA7X3 {
	width:133px; height:182px; top:344px; left:147px;
}
	
.foto-CuerpoA7X3 {
	width:133px; height:182px;  background:#FF3300;	
}
}

/* ------ CuerpoA10X3 ------ */

.aviso-CuerpoA10X3 {
	position:absolute;
	width:232px;
	height:455px;
	top:456px;
	left:252px;
}

.foto-CuerpoA10X3 {
	width:232px; height:455px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA10X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA10X3 {
	width:134px; height:263px; top:264px; left:146px;
}
	
.foto-CuerpoA10X3 {
	width:134px; height:263px;  background:#FF3300;	
}
}

/* ------ CuerpoA7X2 ------ */

.aviso-CuerpoA7X2 {
	position:absolute;
	width:151px;
	height:315px;
	top:595px;
	left:332px;
}

.foto-CuerpoA7X2 {
	width:151px; height:315px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA7X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA7X2 {
	width:87px; height:182px; top:343px; left:191px;
}
	
.foto-CuerpoA7X2 {
	width:87px; height:182px;  background:#FF3300;	
}
}

/* ------ CuerpoA10X4 ------ */

.aviso-CuerpoA10X4 {
	position:absolute;
	width:311px;
	height:453px;
	top:457px;
	left:176px;
}

.foto-CuerpoA10X4 {
	width:311px; height:453px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA10X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA10X4 {
	width:179px; height:262px; top:264px; left:102px;
}
	
.foto-CuerpoA10X4 {
	width:179px; height:262px;  background:#FF3300;	
}
}

/* ------ CuerpoA4X6 ------ */

.aviso-CuerpoA4X6 {
	position:absolute;
	width:470px;
	height:179px;
	top:732px;
	left:16px;
}

.foto-CuerpoA4X6 {
	width:470px; height:179px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA4X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA4X6 {
	width:272px; height:104px; top:423px; left:9px;
}
	
.foto-CuerpoA4X6 {
	width:272px; height:104px;  background:#FF3300;	
}
}



/* ------ CuerpoA3X6 ------ */

.aviso-CuerpoA3X6 {
	position:absolute;
	width:470px;
	height:139px;
	top:769px;
	left:16px;
}

.foto-CuerpoA3X6 {
	width:470px; height:139px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA3X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA3X6 {
	width:272px; height:81px; top:444px; left:9px;
}
	
.foto-CuerpoA3X6 {
	width:272px; height:81px;  background:#FF3300;	
}
}

/* ------ CuerpoA2X6 ------ */

.aviso-CuerpoA2X6 {
	position:absolute;
	width:470px;
	height:88px;
	top:823px;
	left:16px;
}

.foto-CuerpoA2X6 {
	width:470px; height:88px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA2X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA2X6 {
	width:272px; height:51px; top:476px; left:9px;
}
	
.foto-CuerpoA2X6 {
	width:272px; height:51px;  background:#FF3300;	
}
}



/* ------ CuerpoA5X2 ------ */

.aviso-CuerpoA5X2 {
	position:absolute;
	width:152px;
	height:226px;
	top:685px;
	left:334px;
}

.foto-CuerpoA5X2 {
	width:152px; height:226px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA5X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA5X2 {
	width:88px; height:131px; top:396px; left:193px;
}
	
.foto-CuerpoA5X2 {
	width:88px; height:131px;  background:#FF3300;	
}
}


/* ------ CuerpoA4X2 ------ */

.aviso-CuerpoA4X2 {
	position:absolute;
	width:152px;
	height:178px;
	top:733px;
	left:333px;
}

.foto-CuerpoA4X2 {
	width:152px; height:178px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA4X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA4X2 {
	width:88px; height:103px; top:424px; left:192px;
}
	
.foto-CuerpoA4X2 {
	width:88px; height:103px;  background:#FF3300;	
}
}


/* ------ CuerpoA3X2 ------ */

.aviso-CuerpoA3X2 {
	position:absolute;
	width:151px;
	height:132px;
	top:779px;
	left:334px;
}

.foto-CuerpoA3X2 {
	width:151px; height:132px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA3X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA3X2 {
	width:87px; height:77px; top:450px; left:193px;
}
	
.foto-CuerpoA3X2 {
	width:87px; height:77px;  background:#FF3300;	
}
}

/* ------ CuerpoA2X2 ------ */

.aviso-CuerpoA2X2 {
	position:absolute;
	width:152px;
	height:86px;
	top:824px;
	left:332px;
}

.foto-CuerpoA2X2 {
	width:152px; height:86px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA2X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA2X2 {
	width:88px; height:50px; top:476px; left:192px;
}
	
.foto-CuerpoA2X2 {
	width:88px; height:50px;  background:#FF3300;	
}
}



/* ------ CuerpoA1X2 ------ */

.aviso-CuerpoA1X2 {
	position:absolute;
	width:152px;
	height:41px;
	top:870px;
	left:333px;
}

.foto-CuerpoA1X2 {
	width:152px; height:41px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA1X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA1X2 {
	width:88px; height:24px; top:503px; left:192px;
}
	
.foto-CuerpoA1X2 {
	width:88px; height:24px;  background:#FF3300;	
}
}

/* ------ CuerpoA1X6 ------ */

.aviso-CuerpoA1X6 {
	position:absolute;
	width:470px;
	height:41px;
	top:869px;
	left:16px;
}

.foto-CuerpoA1X6 {
	width:470px; height:41px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA1X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA1X6 {
	width:272px; height:24px; top:502px; left:9px;
}
	
.foto-CuerpoA1X6 {
	width:272px; height:24px;  background:#FF3300;	
}
}


/* ------ CuerpoA4X1 ------ */

.aviso-CuerpoA4X1 {
	position:absolute;
	width:75px;
	height:179px;
	top:732px;
	left:411px;
}

.foto-CuerpoA4X1 {
	width:75px; height:179px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA4X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA4X1 {
	width:44px; height:104px; top:423px; left:237px;
}
	
.foto-CuerpoA4X1 {
	width:44px; height:104px;  background:#FF3300;	
}
}

/* ------ CuerpoA5X3 ------ */

.aviso-CuerpoA5X3 {
	position:absolute;
	width:231px;
	height:225px;
	top:685px;
	left:254px;
}

.foto-CuerpoA5X3 {
	width:231px; height:225px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA5X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA5X3 {
	width:133px; height:130px; top:396px; left:147px;
}
	
.foto-CuerpoA5X3 {
	width:133px; height:130px;  background:#FF3300;	
}
}

/* ------ CuerpoA4X3 ------ */

.aviso-CuerpoA4X3 {
	position:absolute;
	width:232px;
	height:178px;
	top:732px;
	left:254px;
}

.foto-CuerpoA4X3 {
	width:232px; height:178px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA4X3 {
	width:290px;
	height:545px;	
	margin:0 auto;
}
	
.aviso-CuerpoA4X3 {
	width:134px; height:103px; top:423px; left:147px;
}
	
.foto-CuerpoA4X3 {
	width:134px; height:103px;  background:#FF3300;	
}
}

/* ------ CuerpoA3X3 ------ */

.aviso-CuerpoA3X3 {
	position:absolute;
	width:232px;
	height:132px;
	top:778px;
	left:252px;
}

.foto-CuerpoA3X3 {
	width:232px; height:132px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA3X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA3X3 {
	width:134px; height:76px; top:450px; left:146px;
}
	
.foto-CuerpoA3X3 {
	width:134px; height:76px;  background:#FF3300;	
}
}

/* ------ CuerpoA3X1 ------ */

.aviso-CuerpoA3X1 {
	position:absolute;
	width:74px;
	height:132px;
	top:778px;
	left:413px;
}

.foto-CuerpoA3X1 {
	width:74px; height:132px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA3X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA3X1 {
	width:42px; height:76px; top:450px; left:239px;
}
	
.foto-CuerpoA3X1 {
	width:42px; height:76px;  background:#FF3300;	
}
}


/* ------ CuerpoA2X1 ------ */

.aviso-CuerpoA2X1 {
	position:absolute;
	width:74px;
	height:87px;
	top:823px;
	left:413px;
}

.foto-CuerpoA2X1 {
	width:74px; height:87px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA2X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA2X1 {
	width:42px; height:50px; top:476px; left:239px;
}
	
.foto-CuerpoA2X1 {
	width:42px; height:50px;  background:#FF3300;	
}
}


/* ------ CuerpoA1X1 ------ */

.aviso-CuerpoA1X1 {
	position:absolute;
	width:74px;
	height:43px;
	top:867px;
	left:413px;
}

.foto-CuerpoA1X1 {
	width:74px; height:43px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoA, .bg-CuerpoA1X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoA1X1 {
	width:42px; height:25px; top:501px; left:239px;
}
	
.foto-CuerpoA1X1 {
	width:42px; height:25px;  background:#FF3300;	
}
}


/* ---------------------------------------------  
					CUERPO B 
------------------------------------------------ */

.preview-CuerpoB {
	position:relative; width:502px; height:943px; margin:0 auto; background:white;	
}


/* ------ CuerpoB19X6 ------ */

.aviso-CuerpoB19X6 {
	position:absolute;
	width:470px;
	height:874px;
	top:36px;
	left:16px;
}

.foto-CuerpoB19X6 {
	width:470px; height:874px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB19X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB19X6 {
	width:272px; height:505px;  top:21px; left:9px;
}
	
.foto-CuerpoB19X6 {
	width:272px; height:505px;  background:#FF3300;	
}
}

/* ------ CuerpoB14X5 ------ */

.aviso-CuerpoB14X5 {
	position:absolute;
	width:391px;
	height:638px;
	top:270px;
	left:95px;
}

.foto-CuerpoB14X5 {
	width:391px; height:638px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB14X5 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB14X5 {
	width:226px; height:369px; top:156px; left:55px;
}
	
.foto-CuerpoB14X5 {
	width:226px; height:369px; background:#FF3300;	
}
}

/* ------ CuerpoB18X3 ------ */

.aviso-CuerpoB18X3 {
	position:absolute;
	width:232px;
	height:819px;
	top:91px;
	left:254px;
}

.foto-CuerpoB18X3 {
	width:232px; height:819px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB18X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB18X3 {
	width:134px; height:473px;  top:53px; left:147px;
}
	
.foto-CuerpoB18X3 {
	width:134px; height:473px;  background:#FF3300;	
}
}

/* ------ CuerpoB18X2 ------ */

.aviso-CuerpoB18X2 {
	position:absolute;
	width:152px;
	height:819px;
	top:91px;
	left:334px;
}

.foto-CuerpoB18X2 {
	width:152px; height:819px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB18X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB18X2 {
	width:88px; height:473px;  top:53px; left:193px;
}
	
.foto-CuerpoB18X2 {
	width:88px; height:473px;  background:#FF3300;	
}
}

/* ------ CuerpoB10X6 ------ */

.aviso-CuerpoB10X6 {
	position:absolute;
	width:470px;
	height:454px;
	top:456px;
	left:16px;
}

.foto-CuerpoB10X6 {
	width:470px; height:454px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB10X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB10X6 {
	width:272px; height:262px;  top:264px; left:9px;
}
	
.foto-CuerpoB10X6 {
	width:272px; height:262px;  background:#FF3300;	
}
}

/* ------ CuerpoB7X6 ------ */

.aviso-CuerpoB7X6 {
	position:absolute;
	width:470px;
	height:317px;
	top:594px;
	left:16px;
}

.foto-CuerpoB7X6 {
	width:470px; height:317px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB7X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB7X6 {
	width:272px; height:184px;  top:343px; left:9px;
}
	
.foto-CuerpoB7X6 {
	width:272px; height:184px;  background:#FF3300;	
}
}

/* ------ CuerpoB5X6 ------ */

.aviso-CuerpoB5X6 {
	position:absolute;
	width:470px;
	height:225px;
	top:685px;
	left:16px;
}

.foto-CuerpoB5X6 {
	width:470px; height:225px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB5X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB5X6 {
	width:272px; height:130px;  top:396px; left:9px;
}
	
.foto-CuerpoB5X6 {
	width:272px; height:130px;  background:#FF3300;	
}
}

/* ------ CuerpoB7X4 ------ */

.aviso-CuerpoB7X4 {
	position:absolute;
	width:311px;
	height:317px;
	top:592px;
	left:176px;
}

.foto-CuerpoB7X4 {
	width:311px; height:317px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB7X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB7X4 {
	width:180px; height:184px;  top:342px; left:102px;
}
	
.foto-CuerpoB7X4 {
	width:180px; height:184px; background:#FF3300;	
}
}


/* ------ CuerpoB5X4 ------ */

.aviso-CuerpoB5X4 {
	position:absolute;
	width:308px;
	height:225px;
	top:685px;
	left:177px;
}

.foto-CuerpoB5X4 {
	width:308px; height:225px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB5X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB5X4 {
	width:178px; height:130px;  top:396px; left:102px;
}
	
.foto-CuerpoB5X4 {
	width:178px; height:130px;  background:#FF3300;	
}
}



/* ------ CuerpoB2X4 ------ */

.aviso-CuerpoB2X4 {
	position:absolute;
	width:311px;
	height:88px;
	top:823px;
	left:175px;
}

.foto-CuerpoB2X4 {
	width:311px; height:88px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB2X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB2X4 {
	width:180px; height:51px;  top:476px; left:101px;
}
	
.foto-CuerpoB2X4 {
	width:180px; height:51px;  background:#FF3300;	
}
}


/* ------ CuerpoB7X3 ------ */

.aviso-CuerpoB7X3 {
	position:absolute;
	width:231px;
	height:314px;
	top:596px;
	left:254px;
}

.foto-CuerpoB7X3 {
	width:231px; height:314px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB7X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB7X3 {
	width:133px; height:182px; top:344px; left:147px;
}
	
.foto-CuerpoB7X3 {
	width:133px; height:182px;  background:#FF3300;	
}
}

/* ------ CuerpoB10X3 ------ */

.aviso-CuerpoB10X3 {
	position:absolute;
	width:232px;
	height:455px;
	top:456px;
	left:252px;
}

.foto-CuerpoB10X3 {
	width:232px; height:455px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB10X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB10X3 {
	width:134px; height:263px; top:264px; left:146px;
}
	
.foto-CuerpoB10X3 {
	width:134px; height:263px;  background:#FF3300;	
}
}

/* ------ CuerpoB7X2 ------ */

.aviso-CuerpoB7X2 {
	position:absolute;
	width:151px;
	height:315px;
	top:595px;
	left:332px;
}

.foto-CuerpoB7X2 {
	width:151px; height:315px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB7X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB7X2 {
	width:87px; height:182px; top:343px; left:191px;
}
	
.foto-CuerpoB7X2 {
	width:87px; height:182px;  background:#FF3300;	
}
}

/* ------ CuerpoB10X4 ------ */

.aviso-CuerpoB10X4 {
	position:absolute;
	width:311px;
	height:453px;
	top:457px;
	left:176px;
}

.foto-CuerpoB10X4 {
	width:311px; height:453px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB10X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB10X4 {
	width:179px; height:262px; top:264px; left:102px;
}
	
.foto-CuerpoB10X4 {
	width:179px; height:262px;  background:#FF3300;	
}
}

/* ------ CuerpoB4X6 ------ */

.aviso-CuerpoB4X6 {
	position:absolute;
	width:470px;
	height:179px;
	top:732px;
	left:16px;
}

.foto-CuerpoB4X6 {
	width:470px; height:179px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB4X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB4X6 {
	width:272px; height:104px; top:423px; left:9px;
}
	
.foto-CuerpoB4X6 {
	width:272px; height:104px;  background:#FF3300;	
}
}



/* ------ CuerpoB3X6 ------ */

.aviso-CuerpoB3X6 {
	position:absolute;
	width:470px;
	height:139px;
	top:769px;
	left:16px;
}

.foto-CuerpoB3X6 {
	width:470px; height:139px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB3X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB3X6 {
	width:272px; height:81px; top:444px; left:9px;
}
	
.foto-CuerpoB3X6 {
	width:272px; height:81px;  background:#FF3300;	
}
}

/* ------ CuerpoB2X6 ------ */

.aviso-CuerpoB2X6 {
	position:absolute;
	width:470px;
	height:88px;
	top:823px;
	left:16px;
}

.foto-CuerpoB2X6 {
	width:470px; height:88px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB2X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB2X6 {
	width:272px; height:51px; top:476px; left:9px;
}
	
.foto-CuerpoB2X6 {
	width:272px; height:51px;  background:#FF3300;	
}
}



/* ------ CuerpoB5X2 ------ */

.aviso-CuerpoB5X2 {
	position:absolute;
	width:152px;
	height:226px;
	top:685px;
	left:334px;
}

.foto-CuerpoB5X2 {
	width:152px; height:226px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB5X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB5X2 {
	width:88px; height:131px; top:396px; left:193px;
}
	
.foto-CuerpoB5X2 {
	width:88px; height:131px;  background:#FF3300;	
}
}


/* ------ CuerpoB4X2 ------ */

.aviso-CuerpoB4X2 {
	position:absolute;
	width:152px;
	height:178px;
	top:733px;
	left:333px;
}

.foto-CuerpoB4X2 {
	width:152px; height:178px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB4X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB4X2 {
	width:88px; height:103px; top:424px; left:192px;
}
	
.foto-CuerpoB4X2 {
	width:88px; height:103px;  background:#FF3300;	
}
}


/* ------ CuerpoB3X2 ------ */

.aviso-CuerpoB3X2 {
	position:absolute;
	width:151px;
	height:132px;
	top:779px;
	left:334px;
}

.foto-CuerpoB3X2 {
	width:151px; height:132px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB3X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB3X2 {
	width:87px; height:77px; top:450px; left:193px;
}
	
.foto-CuerpoB3X2 {
	width:87px; height:77px;  background:#FF3300;	
}
}

/* ------ CuerpoB2X2 ------ */

.aviso-CuerpoB2X2 {
	position:absolute;
	width:152px;
	height:86px;
	top:824px;
	left:332px;
}

.foto-CuerpoB2X2 {
	width:152px; height:86px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB2X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB2X2 {
	width:88px; height:50px; top:476px; left:192px;
}
	
.foto-CuerpoB2X2 {
	width:88px; height:50px;  background:#FF3300;	
}
}



/* ------ CuerpoB1X2 ------ */

.aviso-CuerpoB1X2 {
	position:absolute;
	width:152px;
	height:41px;
	top:870px;
	left:333px;
}

.foto-CuerpoB1X2 {
	width:152px; height:41px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB1X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB1X2 {
	width:88px; height:24px; top:503px; left:192px;
}
	
.foto-CuerpoB1X2 {
	width:88px; height:24px;  background:#FF3300;	
}
}

/* ------ CuerpoB1X6 ------ */

.aviso-CuerpoB1X6 {
	position:absolute;
	width:470px;
	height:41px;
	top:869px;
	left:16px;
}

.foto-CuerpoB1X6 {
	width:470px; height:41px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB1X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB1X6 {
	width:272px; height:24px; top:502px; left:9px;
}
	
.foto-CuerpoB1X6 {
	width:272px; height:24px;  background:#FF3300;	
}
}


/* ------ CuerpoB4X1 ------ */

.aviso-CuerpoB4X1 {
	position:absolute;
	width:75px;
	height:179px;
	top:732px;
	left:411px;
}

.foto-CuerpoB4X1 {
	width:75px; height:179px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB4X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB4X1 {
	width:44px; height:104px; top:423px; left:237px;
}
	
.foto-CuerpoB4X1 {
	width:44px; height:104px;  background:#FF3300;	
}
}

/* ------ CuerpoB5X3 ------ */

.aviso-CuerpoB5X3 {
	position:absolute;
	width:231px;
	height:225px;
	top:685px;
	left:254px;
}

.foto-CuerpoB5X3 {
	width:231px; height:225px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB5X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB5X3 {
	width:133px; height:130px; top:396px; left:147px;
}
	
.foto-CuerpoB5X3 {
	width:133px; height:130px;  background:#FF3300;	
}
}

/* ------ CuerpoB4X3 ------ */

.aviso-CuerpoB4X3 {
	position:absolute;
	width:232px;
	height:178px;
	top:732px;
	left:254px;
}

.foto-CuerpoB4X3 {
	width:232px; height:178px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB4X3 {
	width:290px;
	height:545px;	
	margin:0 auto;
}
	
.aviso-CuerpoB4X3 {
	width:134px; height:103px; top:423px; left:147px;
}
	
.foto-CuerpoB4X3 {
	width:134px; height:103px;  background:#FF3300;	
}
}

/* ------ CuerpoB3X3 ------ */

.aviso-CuerpoB3X3 {
	position:absolute;
	width:232px;
	height:132px;
	top:778px;
	left:252px;
}

.foto-CuerpoB3X3 {
	width:232px; height:132px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB3X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB3X3 {
	width:134px; height:76px; top:450px; left:146px;
}
	
.foto-CuerpoB3X3 {
	width:134px; height:76px;  background:#FF3300;	
}
}

/* ------ CuerpoB3X1 ------ */

.aviso-CuerpoB3X1 {
	position:absolute;
	width:74px;
	height:132px;
	top:778px;
	left:413px;
}

.foto-CuerpoB3X1 {
	width:74px; height:132px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB3X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB3X1 {
	width:42px; height:76px; top:450px; left:239px;
}
	
.foto-CuerpoB3X1 {
	width:42px; height:76px;  background:#FF3300;	
}
}


/* ------ CuerpoB2X1 ------ */

.aviso-CuerpoB2X1 {
	position:absolute;
	width:74px;
	height:87px;
	top:823px;
	left:413px;
}

.foto-CuerpoB2X1 {
	width:74px; height:87px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB2X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB2X1 {
	width:42px; height:50px; top:476px; left:239px;
}
	
.foto-CuerpoB2X1 {
	width:42px; height:50px;  background:#FF3300;	
}
}


/* ------ CuerpoB1X1 ------ */

.aviso-CuerpoB1X1 {
	position:absolute;
	width:74px;
	height:43px;
	top:867px;
	left:413px;
}

.foto-CuerpoB1X1 {
	width:74px; height:43px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoB, .bg-CuerpoB1X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoB1X1 {
	width:42px; height:25px; top:501px; left:239px;
}
	
.foto-CuerpoB1X1 {
	width:42px; height:25px;  background:#FF3300;	
}
}

/* ---------------------------------------------  
					
					CUERPO C 

------------------------------------------------ */

.preview-CuerpoC {
	position:relative; width:502px; height:943px; margin:0 auto; background:white;	
}


/* ------ CuerpoC19X6 ------ */

.aviso-CuerpoC19X6 {
	position:absolute;
	width:470px;
	height:874px;
	top:36px;
	left:16px;
}

.foto-CuerpoC19X6 {
	width:470px; height:874px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC19X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC19X6 {
	width:272px; height:505px;  top:21px; left:9px;
}
	
.foto-CuerpoC19X6 {
	width:272px; height:505px;  background:#fff;	
}
}

/* ------ CuerpoC14X5 ------ */

.aviso-CuerpoC14X5 {
	position:absolute;
	width:391px;
	height:638px;
	top:270px;
	left:95px;
}

.foto-CuerpoC14X5 {
	width:391px; height:638px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC14X5 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC14X5 {
	width:226px; height:369px; top:156px; left:55px;
}
	
.foto-CuerpoC14X5 {
	width:226px; height:369px; background:#fff;	
}
}

/* ------ CuerpoC18X3 ------ */

.aviso-CuerpoC18X3 {
	position:absolute;
	width:232px;
	height:819px;
	top:91px;
	left:254px;
}

.foto-CuerpoC18X3 {
	width:232px; height:819px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC18X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC18X3 {
	width:134px; height:473px;  top:53px; left:147px;
}
	
.foto-CuerpoC18X3 {
	width:134px; height:473px;  background:#fff;	
}
}

/* ------ CuerpoC18X2 ------ */

.aviso-CuerpoC18X2 {
	position:absolute;
	width:152px;
	height:819px;
	top:91px;
	left:334px;
}

.foto-CuerpoC18X2 {
	width:152px; height:819px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC18X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC18X2 {
	width:88px; height:473px;  top:53px; left:193px;
}
	
.foto-CuerpoC18X2 {
	width:88px; height:473px;  background:#FF3300;	
}
}

/* ------ CuerpoC10X6 ------ */

.aviso-CuerpoC10X6 {
	position:absolute;
	width:470px;
	height:454px;
	top:456px;
	left:16px;
}

.foto-CuerpoC10X6 {
	width:470px; height:454px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC10X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC10X6 {
	width:272px; height:262px;  top:264px; left:9px;
}
	
.foto-CuerpoC10X6 {
	width:272px; height:262px;  background:#fff;	
}
}

/* ------ CuerpoC7X6 ------ */

.aviso-CuerpoC7X6 {
	position:absolute;
	width:470px;
	height:317px;
	top:594px;
	left:16px;
}

.foto-CuerpoC7X6 {
	width:470px; height:317px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC7X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC7X6 {
	width:272px; height:184px;  top:343px; left:9px;
}
	
.foto-CuerpoC7X6 {
	width:272px; height:184px;  background:#fff;	
}
}

/* ------ CuerpoC5X6 ------ */

.aviso-CuerpoC5X6 {
	position:absolute;
	width:470px;
	height:225px;
	top:685px;
	left:16px;
}

.foto-CuerpoC5X6 {
	width:470px; height:225px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC5X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC5X6 {
	width:272px; height:130px;  top:396px; left:9px;
}
	
.foto-CuerpoC5X6 {
	width:272px; height:130px;  background:#fff;	
}
}

/* ------ CuerpoC7X4 ------ */

.aviso-CuerpoC7X4 {
	position:absolute;
	width:311px;
	height:317px;
	top:592px;
	left:176px;
}

.foto-CuerpoC7X4 {
	width:311px; height:317px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC7X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC7X4 {
	width:180px; height:184px;  top:342px; left:102px;
}
	
.foto-CuerpoC7X4 {
	width:180px; height:184px; background:#fff;	
}
}


/* ------ CuerpoC5X4 ------ */

.aviso-CuerpoC5X4 {
	position:absolute;
	width:308px;
	height:225px;
	top:685px;
	left:177px;
}

.foto-CuerpoC5X4 {
	width:308px; height:225px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC5X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC5X4 {
	width:178px; height:130px;  top:396px; left:102px;
}
	
.foto-CuerpoC5X4 {
	width:178px; height:130px;  background:#fff;	
}
}



/* ------ CuerpoC2X4 ------ */

.aviso-CuerpoC2X4 {
	position:absolute;
	width:311px;
	height:88px;
	top:823px;
	left:175px;
}

.foto-CuerpoC2X4 {
	width:311px; height:88px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC2X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC2X4 {
	width:180px; height:51px;  top:476px; left:101px;
}
	
.foto-CuerpoC2X4 {
	width:180px; height:51px;  background:#fff;	
}
}


/* ------ CuerpoC7X3 ------ */

.aviso-CuerpoC7X3 {
	position:absolute;
	width:231px;
	height:314px;
	top:596px;
	left:254px;
}

.foto-CuerpoC7X3 {
	width:231px; height:314px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC7X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC7X3 {
	width:133px; height:182px; top:344px; left:147px;
}
	
.foto-CuerpoC7X3 {
	width:133px; height:182px;  background:#fff;	
}
}

/* ------ CuerpoC10X3 ------ */

.aviso-CuerpoC10X3 {
	position:absolute;
	width:232px;
	height:455px;
	top:456px;
	left:252px;
}

.foto-CuerpoC10X3 {
	width:232px; height:455px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC10X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC10X3 {
	width:134px; height:263px; top:264px; left:146px;
}
	
.foto-CuerpoC10X3 {
	width:134px; height:263px;  background:#fff;	
}
}

/* ------ CuerpoC7X2 ------ */

.aviso-CuerpoC7X2 {
	position:absolute;
	width:151px;
	height:315px;
	top:595px;
	left:332px;
}

.foto-CuerpoC7X2 {
	width:151px; height:315px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC7X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC7X2 {
	width:87px; height:182px; top:343px; left:191px;
}
	
.foto-CuerpoC7X2 {
	width:87px; height:182px;  background:#fff;	
}
}

/* ------ CuerpoC10X4 ------ */

.aviso-CuerpoC10X4 {
	position:absolute;
	width:311px;
	height:453px;
	top:457px;
	left:176px;
}

.foto-CuerpoC10X4 {
	width:311px; height:453px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC10X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC10X4 {
	width:179px; height:262px; top:264px; left:102px;
}
	
.foto-CuerpoC10X4 {
	width:179px; height:262px;  background:#fff;	
}
}

/* ------ CuerpoC4X6 ------ */

.aviso-CuerpoC4X6 {
	position:absolute;
	width:470px;
	height:179px;
	top:732px;
	left:16px;
}

.foto-CuerpoC4X6 {
	width:470px; height:179px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC4X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC4X6 {
	width:272px; height:104px; top:423px; left:9px;
}
	
.foto-CuerpoC4X6 {
	width:272px; height:104px;  background:#fff;	
}
}



/* ------ CuerpoC3X6 ------ */

.aviso-CuerpoC3X6 {
	position:absolute;
	width:470px;
	height:139px;
	top:769px;
	left:16px;
}

.foto-CuerpoC3X6 {
	width:470px; height:139px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC3X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC3X6 {
	width:272px; height:81px; top:444px; left:9px;
}
	
.foto-CuerpoC3X6 {
	width:272px; height:81px;  background:#fff;	
}
}

/* ------ CuerpoC2X6 ------ */

.aviso-CuerpoC2X6 {
	position:absolute;
	width:470px;
	height:88px;
	top:823px;
	left:16px;
}

.foto-CuerpoC2X6 {
	width:470px; height:88px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC2X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC2X6 {
	width:272px; height:51px; top:476px; left:9px;
}
	
.foto-CuerpoC2X6 {
	width:272px; height:51px;  background:#fff;	
}
}



/* ------ CuerpoC5X2 ------ */

.aviso-CuerpoC5X2 {
	position:absolute;
	width:152px;
	height:226px;
	top:685px;


	left:334px;
}

.foto-CuerpoC5X2 {
	width:152px; height:226px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC5X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC5X2 {
	width:88px; height:131px; top:396px; left:193px;
}
	
.foto-CuerpoC5X2 {
	width:88px; height:131px;  background:#fff;	
}
}


/* ------ CuerpoC4X2 ------ */

.aviso-CuerpoC4X2 {
	position:absolute;
	width:152px;
	height:178px;
	top:733px;
	left:333px;
}

.foto-CuerpoC4X2 {
	width:152px; height:178px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC4X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC4X2 {
	width:88px; height:103px; top:424px; left:192px;
}
	
.foto-CuerpoC4X2 {
	width:88px; height:103px;  background:#fff;	
}
}


/* ------ CuerpoC3X2 ------ */

.aviso-CuerpoC3X2 {
	position:absolute;
	width:151px;
	height:132px;
	top:779px;
	left:334px;
}

.foto-CuerpoC3X2 {
	width:151px; height:132px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC3X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC3X2 {
	width:87px; height:77px; top:450px; left:193px;
}
	
.foto-CuerpoC3X2 {
	width:87px; height:77px;  background:#fff;	
}
}

/* ------ CuerpoC2X2 ------ */

.aviso-CuerpoC2X2 {
	position:absolute;
	width:152px;
	height:86px;
	top:824px;
	left:332px;
}

.foto-CuerpoC2X2 {
	width:152px; height:86px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC2X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC2X2 {
	width:88px; height:50px; top:476px; left:192px;
}
	
.foto-CuerpoC2X2 {
	width:88px; height:50px;  background:#fff;	
}
}



/* ------ CuerpoC1X2 ------ */

.aviso-CuerpoC1X2 {
	position:absolute;
	width:152px;
	height:41px;
	top:870px;
	left:333px;
}

.foto-CuerpoC1X2 {
	width:152px; height:41px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC1X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC1X2 {
	width:88px; height:24px; top:503px; left:192px;
}
	
.foto-CuerpoC1X2 {
	width:88px; height:24px;  background:#fff;	
}
}

/* ------ CuerpoC1X6 ------ */

.aviso-CuerpoC1X6 {
	position:absolute;
	width:470px;
	height:41px;
	top:869px;
	left:16px;
}

.foto-CuerpoC1X6 {
	width:470px; height:41px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC1X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC1X6 {
	width:272px; height:24px; top:502px; left:9px;
}
	
.foto-CuerpoC1X6 {
	width:272px; height:24px;  background:#fff;	
}
}


/* ------ CuerpoC4X1 ------ */

.aviso-CuerpoC4X1 {
	position:absolute;
	width:75px;
	height:179px;
	top:732px;
	left:411px;
}

.foto-CuerpoC4X1 {
	width:75px; height:179px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC4X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC4X1 {
	width:44px; height:104px; top:423px; left:237px;
}
	
.foto-CuerpoC4X1 {
	width:44px; height:104px;  background:#fff;	
}
}

/* ------ CuerpoC5X3 ------ */

.aviso-CuerpoC5X3 {
	position:absolute;
	width:231px;
	height:225px;
	top:685px;
	left:254px;
}

.foto-CuerpoC5X3 {
	width:231px; height:225px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC5X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC5X3 {
	width:133px; height:130px; top:396px; left:147px;
}
	
.foto-CuerpoC5X3 {
	width:133px; height:130px;  background:#fff;	
}
}

/* ------ CuerpoC4X3 ------ */

.aviso-CuerpoC4X3 {
	position:absolute;
	width:232px;
	height:178px;
	top:732px;
	left:254px;
}

.foto-CuerpoC4X3 {
	width:232px; height:178px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC4X3 {
	width:290px;
	height:545px;	
	margin:0 auto;
}
	
.aviso-CuerpoC4X3 {
	width:134px; height:103px; top:423px; left:147px;
}
	
.foto-CuerpoC4X3 {
	width:134px; height:103px;  background:#fff;	
}
}

/* ------ CuerpoC3X3 ------ */

.aviso-CuerpoC3X3 {
	position:absolute;
	width:232px;
	height:132px;
	top:778px;
	left:252px;
}

.foto-CuerpoC3X3 {
	width:232px; height:132px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC3X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC3X3 {
	width:134px; height:76px; top:450px; left:146px;
}
	
.foto-CuerpoC3X3 {
	width:134px; height:76px;  background:#fff;	
}
}

/* ------ CuerpoC3X1 ------ */

.aviso-CuerpoC3X1 {
	position:absolute;
	width:74px;
	height:132px;
	top:778px;
	left:413px;
}

.foto-CuerpoC3X1 {
	width:74px; height:132px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC3X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC3X1 {
	width:42px; height:76px; top:450px; left:239px;
}
	
.foto-CuerpoC3X1 {
	width:42px; height:76px;  background:#fff;	
}
}


/* ------ CuerpoC2X1 ------ */

.aviso-CuerpoC2X1 {
	position:absolute;
	width:74px;
	height:87px;
	top:823px;
	left:413px;
}

.foto-CuerpoC2X1 {
	width:74px; height:87px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC2X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC2X1 {
	width:42px; height:50px; top:476px; left:239px;
}
	
.foto-CuerpoC2X1 {
	width:42px; height:50px;  background:#fff;	
}
}


/* ------ CuerpoC1X1 ------ */

.aviso-CuerpoC1X1 {
	position:absolute;
	width:74px;
	height:43px;
	top:867px;
	left:413px;
}

.foto-CuerpoC1X1 {
	width:74px; height:43px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoC, .bg-CuerpoC1X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoC1X1 {
	width:42px; height:25px; top:501px; left:239px;
}
	
.foto-CuerpoC1X1 {
	width:42px; height:25px;  background:#fff;	
}
}

/* ---------------------------------------------  
					
					CUERPO D 

------------------------------------------------ */

.preview-CuerpoD {
	position:relative; width:502px; height:943px; margin:0 auto; background:white;	
}


/* ------ CuerpoD19X6 ------ */

.aviso-CuerpoD19X6 {
	position:absolute;
	width:470px;
	height:874px;
	top:36px;
	left:16px;
}

.foto-CuerpoD19X6 {
	width:470px; height:874px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD19X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD19X6 {
	width:272px; height:505px;  top:21px; left:9px;
}
	
.foto-CuerpoD19X6 {
	width:272px; height:505px;  background:#fff;	
}
}

/* ------ CuerpoD14X5 ------ */

.aviso-CuerpoD14X5 {
	position:absolute;
	width:391px;
	height:638px;
	top:270px;
	left:95px;
}

.foto-CuerpoD14X5 {
	width:391px; height:638px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD14X5 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD14X5 {
	width:226px; height:369px; top:156px; left:55px;
}
	
.foto-CuerpoD14X5 {
	width:226px; height:369px; background:#fff;	
}
}

/* ------ CuerpoD18X3 ------ */

.aviso-CuerpoD18X3 {
	position:absolute;
	width:232px;
	height:819px;
	top:91px;
	left:254px;
}

.foto-CuerpoD18X3 {
	width:232px; height:819px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD18X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD18X3 {
	width:134px; height:473px;  top:53px; left:147px;
}
	
.foto-CuerpoD18X3 {
	width:134px; height:473px;  background:#fff;	
}
}

/* ------ CuerpoD18X2 ------ */

.aviso-CuerpoD18X2 {
	position:absolute;
	width:152px;
	height:819px;
	top:91px;
	left:334px;
}

.foto-CuerpoD18X2 {
	width:152px; height:819px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD18X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD18X2 {
	width:88px; height:473px;  top:53px; left:193px;
}
	
.foto-CuerpoD18X2 {
	width:88px; height:473px;  background:#FF3300;	
}
}

/* ------ CuerpoD10X6 ------ */

.aviso-CuerpoD10X6 {
	position:absolute;
	width:470px;
	height:454px;
	top:456px;
	left:16px;
}

.foto-CuerpoD10X6 {
	width:470px; height:454px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD10X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD10X6 {
	width:272px; height:262px;  top:264px; left:9px;
}
	
.foto-CuerpoD10X6 {
	width:272px; height:262px;  background:#fff;	
}
}

/* ------ CuerpoD7X6 ------ */

.aviso-CuerpoD7X6 {
	position:absolute;
	width:470px;
	height:317px;
	top:594px;
	left:16px;
}

.foto-CuerpoD7X6 {
	width:470px; height:317px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD7X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD7X6 {
	width:272px; height:184px;  top:343px; left:9px;
}
	
.foto-CuerpoD7X6 {
	width:272px; height:184px;  background:#fff;	
}
}

/* ------ CuerpoD5X6 ------ */

.aviso-CuerpoD5X6 {
	position:absolute;
	width:470px;
	height:225px;
	top:685px;
	left:16px;
}

.foto-CuerpoD5X6 {
	width:470px; height:225px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD5X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD5X6 {
	width:272px; height:130px;  top:396px; left:9px;
}
	
.foto-CuerpoD5X6 {
	width:272px; height:130px;  background:#fff;	
}
}

/* ------ CuerpoD7X4 ------ */

.aviso-CuerpoD7X4 {
	position:absolute;
	width:311px;
	height:317px;
	top:592px;
	left:176px;
}

.foto-CuerpoD7X4 {
	width:311px; height:317px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD7X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD7X4 {
	width:180px; height:184px;  top:342px; left:102px;
}
	
.foto-CuerpoD7X4 {
	width:180px; height:184px; background:#fff;	
}
}


/* ------ CuerpoD5X4 ------ */

.aviso-CuerpoD5X4 {
	position:absolute;
	width:308px;
	height:225px;
	top:685px;
	left:177px;
}

.foto-CuerpoD5X4 {
	width:308px; height:225px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD5X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD5X4 {
	width:178px; height:130px;  top:396px; left:102px;
}
	
.foto-CuerpoD5X4 {
	width:178px; height:130px;  background:#fff;	
}
}



/* ------ CuerpoD2X4 ------ */

.aviso-CuerpoD2X4 {
	position:absolute;
	width:311px;
	height:88px;
	top:823px;
	left:175px;
}

.foto-CuerpoD2X4 {
	width:311px; height:88px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD2X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD2X4 {
	width:180px; height:51px;  top:476px; left:101px;
}
	
.foto-CuerpoD2X4 {
	width:180px; height:51px;  background:#fff;	
}
}


/* ------ CuerpoD7X3 ------ */

.aviso-CuerpoD7X3 {
	position:absolute;
	width:231px;
	height:314px;
	top:596px;
	left:254px;
}

.foto-CuerpoD7X3 {
	width:231px; height:314px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD7X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD7X3 {
	width:133px; height:182px; top:344px; left:147px;
}
	
.foto-CuerpoD7X3 {
	width:133px; height:182px;  background:#fff;	
}
}

/* ------ CuerpoD10X3 ------ */

.aviso-CuerpoD10X3 {
	position:absolute;
	width:232px;
	height:455px;
	top:456px;
	left:252px;
}

.foto-CuerpoD10X3 {
	width:232px; height:455px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD10X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD10X3 {
	width:134px; height:263px; top:264px; left:146px;
}
	
.foto-CuerpoD10X3 {
	width:134px; height:263px;  background:#fff;	
}
}

/* ------ CuerpoD7X2 ------ */

.aviso-CuerpoD7X2 {
	position:absolute;
	width:151px;
	height:315px;
	top:595px;
	left:332px;
}

.foto-CuerpoD7X2 {
	width:151px; height:315px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD7X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD7X2 {
	width:87px; height:182px; top:343px; left:191px;
}
	
.foto-CuerpoD7X2 {
	width:87px; height:182px;  background:#fff;	
}
}

/* ------ CuerpoD10X4 ------ */

.aviso-CuerpoD10X4 {
	position:absolute;
	width:311px;
	height:453px;
	top:457px;
	left:176px;
}

.foto-CuerpoD10X4 {
	width:311px; height:453px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD10X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD10X4 {
	width:179px; height:262px; top:264px; left:102px;
}
	
.foto-CuerpoD10X4 {
	width:179px; height:262px;  background:#fff;	
}
}

/* ------ CuerpoD4X6 ------ */

.aviso-CuerpoD4X6 {
	position:absolute;
	width:470px;
	height:179px;
	top:732px;
	left:16px;
}

.foto-CuerpoD4X6 {
	width:470px; height:179px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD4X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD4X6 {
	width:272px; height:104px; top:423px; left:9px;
}
	
.foto-CuerpoD4X6 {
	width:272px; height:104px;  background:#fff;	
}
}



/* ------ CuerpoD3X6 ------ */

.aviso-CuerpoD3X6 {
	position:absolute;
	width:470px;
	height:139px;
	top:769px;
	left:16px;
}

.foto-CuerpoD3X6 {
	width:470px; height:139px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD3X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD3X6 {
	width:272px; height:81px; top:444px; left:9px;
}
	
.foto-CuerpoD3X6 {
	width:272px; height:81px;  background:#fff;	
}
}

/* ------ CuerpoD2X6 ------ */

.aviso-CuerpoD2X6 {
	position:absolute;
	width:470px;
	height:88px;
	top:823px;
	left:16px;
}

.foto-CuerpoD2X6 {
	width:470px; height:88px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD2X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD2X6 {
	width:272px; height:51px; top:476px; left:9px;
}
	
.foto-CuerpoD2X6 {
	width:272px; height:51px;  background:#fff;	
}
}



/* ------ CuerpoD5X2 ------ */

.aviso-CuerpoD5X2 {
	position:absolute;
	width:152px;
	height:226px;
	top:685px;


	left:334px;
}

.foto-CuerpoD5X2 {
	width:152px; height:226px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD5X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD5X2 {
	width:88px; height:131px; top:396px; left:193px;
}
	
.foto-CuerpoD5X2 {
	width:88px; height:131px;  background:#fff;	
}
}


/* ------ CuerpoD4X2 ------ */

.aviso-CuerpoD4X2 {
	position:absolute;
	width:152px;
	height:178px;
	top:733px;
	left:333px;
}

.foto-CuerpoD4X2 {
	width:152px; height:178px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD4X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD4X2 {
	width:88px; height:103px; top:424px; left:192px;
}
	
.foto-CuerpoD4X2 {
	width:88px; height:103px;  background:#fff;	
}
}


/* ------ CuerpoD3X2 ------ */

.aviso-CuerpoD3X2 {
	position:absolute;
	width:151px;
	height:132px;
	top:779px;
	left:334px;
}

.foto-CuerpoD3X2 {
	width:151px; height:132px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD3X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD3X2 {
	width:87px; height:77px; top:450px; left:193px;
}
	
.foto-CuerpoD3X2 {
	width:87px; height:77px;  background:#fff;	
}
}

/* ------ CuerpoD2X2 ------ */

.aviso-CuerpoD2X2 {
	position:absolute;
	width:152px;
	height:86px;
	top:824px;
	left:332px;
}

.foto-CuerpoD2X2 {
	width:152px; height:86px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD2X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD2X2 {
	width:88px; height:50px; top:476px; left:192px;
}
	
.foto-CuerpoD2X2 {
	width:88px; height:50px;  background:#fff;	
}
}



/* ------ CuerpoD1X2 ------ */

.aviso-CuerpoD1X2 {
	position:absolute;
	width:152px;
	height:41px;
	top:870px;
	left:333px;
}

.foto-CuerpoD1X2 {
	width:152px; height:41px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD1X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD1X2 {
	width:88px; height:24px; top:503px; left:192px;
}
	
.foto-CuerpoD1X2 {
	width:88px; height:24px;  background:#fff;	
}
}

/* ------ CuerpoD1X6 ------ */

.aviso-CuerpoD1X6 {
	position:absolute;
	width:470px;
	height:41px;
	top:869px;
	left:16px;
}

.foto-CuerpoD1X6 {
	width:470px; height:41px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD1X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD1X6 {
	width:272px; height:24px; top:502px; left:9px;
}
	
.foto-CuerpoD1X6 {
	width:272px; height:24px;  background:#fff;	
}
}


/* ------ CuerpoD4X1 ------ */

.aviso-CuerpoD4X1 {
	position:absolute;
	width:75px;
	height:179px;
	top:732px;
	left:411px;
}

.foto-CuerpoD4X1 {
	width:75px; height:179px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD4X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD4X1 {
	width:44px; height:104px; top:423px; left:237px;
}
	
.foto-CuerpoD4X1 {
	width:44px; height:104px;  background:#fff;	
}
}

/* ------ CuerpoD5X3 ------ */

.aviso-CuerpoD5X3 {
	position:absolute;
	width:231px;
	height:225px;
	top:685px;
	left:254px;
}

.foto-CuerpoD5X3 {
	width:231px; height:225px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD5X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD5X3 {
	width:133px; height:130px; top:396px; left:147px;
}
	
.foto-CuerpoD5X3 {
	width:133px; height:130px;  background:#fff;	
}
}

/* ------ CuerpoD4X3 ------ */

.aviso-CuerpoD4X3 {
	position:absolute;
	width:232px;
	height:178px;
	top:732px;
	left:254px;
}

.foto-CuerpoD4X3 {
	width:232px; height:178px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD4X3 {
	width:290px;
	height:545px;	
	margin:0 auto;
}
	
.aviso-CuerpoD4X3 {
	width:134px; height:103px; top:423px; left:147px;
}
	
.foto-CuerpoD4X3 {
	width:134px; height:103px;  background:#fff;	
}
}

/* ------ CuerpoD3X3 ------ */

.aviso-CuerpoD3X3 {
	position:absolute;
	width:232px;
	height:132px;
	top:778px;
	left:252px;
}

.foto-CuerpoD3X3 {
	width:232px; height:132px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD3X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD3X3 {
	width:134px; height:76px; top:450px; left:146px;
}
	
.foto-CuerpoD3X3 {
	width:134px; height:76px;  background:#fff;	
}
}

/* ------ CuerpoD3X1 ------ */

.aviso-CuerpoD3X1 {
	position:absolute;
	width:74px;
	height:132px;
	top:778px;
	left:413px;
}

.foto-CuerpoD3X1 {
	width:74px; height:132px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD3X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD3X1 {
	width:42px; height:76px; top:450px; left:239px;
}
	
.foto-CuerpoD3X1 {
	width:42px; height:76px;  background:#fff;	
}
}


/* ------ CuerpoD2X1 ------ */

.aviso-CuerpoD2X1 {
	position:absolute;
	width:74px;
	height:87px;
	top:823px;
	left:413px;
}

.foto-CuerpoD2X1 {
	width:74px; height:87px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD2X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD2X1 {
	width:42px; height:50px; top:476px; left:239px;
}
	
.foto-CuerpoD2X1 {
	width:42px; height:50px;  background:#fff;	
}
}


/* ------ CuerpoD1X1 ------ */

.aviso-CuerpoD1X1 {
	position:absolute;
	width:74px;
	height:43px;
	top:867px;
	left:413px;
}

.foto-CuerpoD1X1 {
	width:74px; height:43px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoD, .bg-CuerpoD1X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoD1X1 {
	width:42px; height:25px; top:501px; left:239px;
}
	
.foto-CuerpoD1X1 {
	width:42px; height:25px;  background:#fff;	
}
}

/* ---------------------------------------------  
					
					CUERPO E 
					
------------------------------------------------ */

.preview-CuerpoE {
	position:relative; width:502px; height:943px; margin:0 auto; background:white;	
}


/* ------ CuerpoE19X6 ------ */

.aviso-CuerpoE19X6 {
	position:absolute;
	width:470px;
	height:874px;
	top:36px;
	left:16px;
}

.foto-CuerpoE19X6 {
	width:470px; height:874px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE19X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE19X6 {
	width:272px; height:505px;  top:21px; left:9px;
}
	
.foto-CuerpoE19X6 {
	width:272px; height:505px;  background:#fff;	
}
}

/* ------ CuerpoE14X5 ------ */

.aviso-CuerpoE14X5 {
	position:absolute;
	width:391px;
	height:638px;
	top:270px;
	left:95px;
}

.foto-CuerpoE14X5 {
	width:391px; height:638px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE14X5 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE14X5 {
	width:226px; height:369px; top:156px; left:55px;
}
	
.foto-CuerpoE14X5 {
	width:226px; height:369px; background:#fff;	
}
}

/* ------ CuerpoE18X3 ------ */

.aviso-CuerpoE18X3 {
	position:absolute;
	width:232px;
	height:819px;
	top:91px;
	left:254px;
}

.foto-CuerpoE18X3 {
	width:232px; height:819px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE18X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE18X3 {
	width:134px; height:473px;  top:53px; left:147px;
}
	
.foto-CuerpoE18X3 {
	width:134px; height:473px;  background:#fff;	
}
}

/* ------ CuerpoE18X2 ------ */

.aviso-CuerpoE18X2 {
	position:absolute;
	width:152px;
	height:819px;
	top:91px;
	left:334px;
}

.foto-CuerpoE18X2 {
	width:152px; height:819px; background:#FF3300;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE18X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE18X2 {
	width:88px; height:473px;  top:53px; left:193px;
}
	
.foto-CuerpoE18X2 {
	width:88px; height:473px;  background:#FF3300;	
}
}


/* ------ CuerpoE10X6 ------ */

.aviso-CuerpoE10X6 {
	position:absolute;
	width:470px;
	height:454px;
	top:456px;
	left:16px;
}

.foto-CuerpoE10X6 {
	width:470px; height:454px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE10X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE10X6 {
	width:272px; height:262px;  top:264px; left:9px;
}
	
.foto-CuerpoE10X6 {
	width:272px; height:262px;  background:#fff;	
}
}

/* ------ CuerpoE07X6 ------ */

.aviso-CuerpoE7X6 {
	position:absolute;
	width:470px;
	height:317px;
	top:594px;
	left:16px;
}

.foto-CuerpoE7X6 {
	width:470px; height:317px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE7X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE7X6 {
	width:272px; height:184px;  top:343px; left:9px;
}
	
.foto-CuerpoE7X6 {
	width:272px; height:184px;  background:#fff;	
}
}

/* ------ CuerpoE5X6 ------ */

.aviso-CuerpoE5X6 {
	position:absolute;
	width:470px;
	height:225px;
	top:685px;
	left:16px;
}

.foto-CuerpoE5X6 {
	width:470px; height:225px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE5X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE5X6 {
	width:272px; height:130px;  top:396px; left:9px;
}
	
.foto-CuerpoE5X6 {
	width:272px; height:130px;  background:#fff;	
}
}

/* ------ CuerpoE7X4 ------ */

.aviso-CuerpoE7X4 {
	position:absolute;
	width:311px;
	height:317px;
	top:592px;
	left:176px;
}

.foto-CuerpoE7X4 {
	width:311px; height:317px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE7X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE7X4 {
	width:180px; height:184px;  top:342px; left:102px;
}
	
.foto-CuerpoE7X4 {
	width:180px; height:184px; background:#fff;	
}
}


/* ------ CuerpoE5X4 ------ */

.aviso-CuerpoE5X4 {
	position:absolute;
	width:308px;
	height:225px;
	top:685px;
	left:177px;
}

.foto-CuerpoE5X4 {
	width:308px; height:225px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE5X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE5X4 {
	width:178px; height:130px;  top:396px; left:102px;
}
	
.foto-CuerpoE5X4 {
	width:178px; height:130px;  background:#fff;	
}
}



/* ------ CuerpoE2X4 ------ */

.aviso-CuerpoE2X4 {
	position:absolute;
	width:311px;
	height:88px;
	top:823px;
	left:175px;
}

.foto-CuerpoE2X4 {
	width:311px; height:88px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE2X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE2X4 {
	width:180px; height:51px;  top:476px; left:101px;
}
	
.foto-CuerpoE2X4 {
	width:180px; height:51px;  background:#fff;	
}
}


/* ------ CuerpoE7X3 ------ */

.aviso-CuerpoE7X3 {
	position:absolute;
	width:231px;
	height:314px;
	top:596px;
	left:254px;
}

.foto-CuerpoE7X3 {
	width:231px; height:314px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE7X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE7X3 {
	width:133px; height:182px; top:344px; left:147px;
}
	
.foto-CuerpoE7X3 {
	width:133px; height:182px;  background:#fff;	
}
}

/* ------ CuerpoE10X3 ------ */

.aviso-CuerpoE10X3 {
	position:absolute;
	width:232px;
	height:455px;
	top:456px;
	left:252px;
}

.foto-CuerpoE10X3 {
	width:232px; height:455px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE10X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE10X3 {
	width:134px; height:263px; top:264px; left:146px;
}
	
.foto-CuerpoE10X3 {
	width:134px; height:263px;  background:#fff;	
}
}

/* ------ CuerpoE7X2 ------ */

.aviso-CuerpoE7X2 {
	position:absolute;
	width:151px;
	height:315px;
	top:595px;
	left:332px;
}

.foto-CuerpoE7X2 {
	width:151px; height:315px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE7X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE7X2 {
	width:87px; height:182px; top:343px; left:191px;
}
	
.foto-CuerpoE7X2 {
	width:87px; height:182px;  background:#fff;	
}
}

/* ------ CuerpoE10X4 ------ */

.aviso-CuerpoE10X4 {
	position:absolute;
	width:311px;
	height:453px;
	top:457px;
	left:176px;
}

.foto-CuerpoE10X4 {
	width:311px; height:453px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE10X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE10X4 {
	width:179px; height:262px; top:264px; left:102px;
}
	
.foto-CuerpoE10X4 {
	width:179px; height:262px;  background:#fff;	
}
}

/* ------ CuerpoE4X6 ------ */

.aviso-CuerpoE4X6 {
	position:absolute;
	width:470px;
	height:179px;
	top:732px;
	left:16px;
}

.foto-CuerpoE4X6 {
	width:470px; height:179px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE4X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE4X6 {
	width:272px; height:104px; top:423px; left:9px;
}
	
.foto-CuerpoE4X6 {
	width:272px; height:104px;  background:#fff;	
}
}



/* ------ CuerpoE3X6 ------ */

.aviso-CuerpoE3X6 {
	position:absolute;
	width:470px;
	height:139px;
	top:769px;
	left:16px;
}

.foto-CuerpoE3X6 {
	width:470px; height:139px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE3X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE3X6 {
	width:272px; height:81px; top:444px; left:9px;
}
	
.foto-CuerpoE3X6 {
	width:272px; height:81px;  background:#fff;	
}
}

/* ------ CuerpoE2X6 ------ */

.aviso-CuerpoE2X6 {
	position:absolute;
	width:470px;
	height:88px;
	top:823px;
	left:16px;
}

.foto-CuerpoE2X6 {
	width:470px; height:88px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE2X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE2X6 {
	width:272px; height:51px; top:476px; left:9px;
}
	
.foto-CuerpoE2X6 {
	width:272px; height:51px;  background:#fff;	
}
}



/* ------ CuerpoE5X2 ------ */

.aviso-CuerpoE5X2 {
	position:absolute;
	width:152px;
	height:226px;
	top:685px;


	left:334px;
}

.foto-CuerpoE5X2 {
	width:152px; height:226px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE5X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE5X2 {
	width:88px; height:131px; top:396px; left:193px;
}
	
.foto-CuerpoE5X2 {
	width:88px; height:131px;  background:#fff;	
}
}


/* ------ CuerpoE4X2 ------ */

.aviso-CuerpoE4X2 {
	position:absolute;
	width:152px;
	height:178px;
	top:733px;
	left:333px;
}

.foto-CuerpoE4X2 {
	width:152px; height:178px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE4X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE4X2 {
	width:88px; height:103px; top:424px; left:192px;
}
	
.foto-CuerpoE4X2 {
	width:88px; height:103px;  background:#fff;	
}
}


/* ------ CuerpoE3X2 ------ */

.aviso-CuerpoE3X2 {
	position:absolute;
	width:151px;
	height:132px;
	top:779px;
	left:334px;
}

.foto-CuerpoE3X2 {
	width:151px; height:132px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE3X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE3X2 {
	width:87px; height:77px; top:450px; left:193px;
}
	
.foto-CuerpoE3X2 {
	width:87px; height:77px;  background:#fff;	
}
}

/* ------ CuerpoE2X2 ------ */

.aviso-CuerpoE2X2 {
	position:absolute;
	width:152px;
	height:86px;
	top:824px;
	left:332px;
}

.foto-CuerpoE2X2 {
	width:152px; height:86px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE2X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE2X2 {
	width:88px; height:50px; top:476px; left:192px;
}
	
.foto-CuerpoE2X2 {
	width:88px; height:50px;  background:#fff;	
}
}



/* ------ CuerpoE1X2 ------ */

.aviso-CuerpoE1X2 {
	position:absolute;
	width:152px;
	height:41px;
	top:870px;
	left:333px;
}

.foto-CuerpoE1X2 {
	width:152px; height:41px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE1X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE1X2 {
	width:88px; height:24px; top:503px; left:192px;
}
	
.foto-CuerpoE1X2 {
	width:88px; height:24px;  background:#fff;	
}
}

/* ------ CuerpoE1X6 ------ */

.aviso-CuerpoE1X6 {
	position:absolute;
	width:470px;
	height:41px;
	top:869px;
	left:16px;
}

.foto-CuerpoE1X6 {
	width:470px; height:41px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE1X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE1X6 {
	width:272px; height:24px; top:502px; left:9px;
}
	
.foto-CuerpoE1X6 {
	width:272px; height:24px;  background:#fff;	
}
}


/* ------ CuerpoE4X1 ------ */

.aviso-CuerpoE4X1 {
	position:absolute;
	width:75px;
	height:179px;
	top:732px;
	left:411px;
}

.foto-CuerpoE4X1 {
	width:75px; height:179px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE4X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE4X1 {
	width:44px; height:104px; top:423px; left:237px;
}
	
.foto-CuerpoE4X1 {
	width:44px; height:104px;  background:#fff;	
}
}

/* ------ CuerpoE5X3 ------ */

.aviso-CuerpoE5X3 {
	position:absolute;
	width:231px;
	height:225px;
	top:685px;
	left:254px;
}

.foto-CuerpoE5X3 {
	width:231px; height:225px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE5X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE5X3 {
	width:133px; height:130px; top:396px; left:147px;
}
	
.foto-CuerpoE5X3 {
	width:133px; height:130px;  background:#fff;	
}
}

/* ------ CuerpoE4X3 ------ */

.aviso-CuerpoE4X3 {
	position:absolute;
	width:232px;
	height:178px;
	top:732px;
	left:254px;
}

.foto-CuerpoE4X3 {
	width:232px; height:178px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE4X3 {
	width:290px;
	height:545px;	
	margin:0 auto;
}
	
.aviso-CuerpoE4X3 {
	width:134px; height:103px; top:423px; left:147px;
}
	
.foto-CuerpoE4X3 {
	width:134px; height:103px;  background:#fff;	
}
}

/* ------ CuerpoE3X3 ------ */

.aviso-CuerpoE3X3 {
	position:absolute;
	width:232px;
	height:132px;
	top:778px;
	left:252px;
}

.foto-CuerpoE3X3 {
	width:232px; height:132px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE3X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE3X3 {
	width:134px; height:76px; top:450px; left:146px;
}
	
.foto-CuerpoE3X3 {
	width:134px; height:76px;  background:#fff;	
}
}

/* ------ CuerpoE3X1 ------ */

.aviso-CuerpoE3X1 {
	position:absolute;
	width:74px;
	height:132px;
	top:778px;
	left:413px;
}

.foto-CuerpoE3X1 {
	width:74px; height:132px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE3X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE3X1 {
	width:42px; height:76px; top:450px; left:239px;
}
	
.foto-CuerpoE3X1 {
	width:42px; height:76px;  background:#fff;	
}
}


/* ------ CuerpoE2X1 ------ */

.aviso-CuerpoE2X1 {
	position:absolute;
	width:74px;
	height:87px;
	top:823px;
	left:413px;
}

.foto-CuerpoE2X1 {
	width:74px; height:87px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE2X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE2X1 {
	width:42px; height:50px; top:476px; left:239px;
}
	
.foto-CuerpoE2X1 {
	width:42px; height:50px;  background:#fff;	
}
}


/* ------ CuerpoE1X1 ------ */

.aviso-CuerpoE1X1 {
	position:absolute;
	width:74px;
	height:43px;
	top:867px;
	left:413px;
}

.foto-CuerpoE1X1 {
	width:74px; height:43px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CuerpoE, .bg-CuerpoE1X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-CuerpoE1X1 {
	width:42px; height:25px; top:501px; left:239px;
}
	
.foto-CuerpoE1X1 {
	width:42px; height:25px;  background:#fff;	
}
}


/* ---------------------------------------------  
					
					CUERPO VIDA ACTUAL 

------------------------------------------------ */

.preview-VidaActual {
	position:relative; width:502px; height:943px; margin:0 auto; background:white;	
}


/* ------ VidaActual19X6 ------ */

.aviso-VidaActual19X6 {
	position:absolute;
	width:470px;
	height:874px;
	top:36px;
	left:16px;
}

.foto-VidaActual19X6 {
	width:470px; height:874px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VidaActual, .bg-VidaActual19X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-VidaActual19X6 {
	width:272px; height:505px;  top:21px; left:9px;
}
	
.foto-VidaActual19X6 {
	width:272px; height:505px;  background:#fff;	
}
}


/* ------ VidaActual18X3 ------ */

.aviso-VidaActual18X3 {
	position:absolute;
	width:232px;
	height:819px;
	top:91px;
	left:254px;
}

.foto-VidaActual18X3 {
	width:232px; height:819px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VidaActual, .bg-VidaActual18X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-VidaActual18X3 {
	width:134px; height:473px;  top:53px; left:147px;
}
	
.foto-VidaActual18X3 {
	width:134px; height:473px;  background:#fff;	
}
}

/* ------ VidaActual18X2 ------ */

.aviso-VidaActual18X2 {
	position:absolute;
	width:134px;
	height:821px;
	top:90px;
	left:356px;
}

.foto-VidaActual18X2 {
	width:134px; height:821px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VidaActual, .bg-VidaActual18X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-VidaActual18X2 {
	width:77px; height:475px;  top:52px; left:206px;
}
	
.foto-VidaActual18X2 {
	width:77px; height:475px;  background:#fff;	
}
}

/* ------ VidaActual10X6 ------ */

.aviso-VidaActual10X6 {
	position:absolute;
	width:470px;
	height:454px;
	top:456px;
	left:16px;
}

.foto-VidaActual10X6 {
	width:470px; height:454px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VidaActual, .bg-VidaActual10X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-VidaActual10X6 {
	width:272px; height:262px;  top:264px; left:9px;
}
	
.foto-VidaActual10X6 {
	width:272px; height:262px;  background:#fff;	
}
}

/* ------ VidaActual10X3 ------ */

.aviso-VidaActual10X3 {
	position:absolute;
	width:232px;
	height:455px;
	top:456px;
	left:252px;
}

.foto-VidaActual10X3 {
	width:232px; height:455px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VidaActual, .bg-VidaActual10X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-VidaActual10X3 {
	width:134px; height:263px; top:264px; left:146px;
}
	
.foto-VidaActual10X3 {
	width:134px; height:263px;  background:#fff;	
}
}



/* ------ VidaActual7X6 ------ */

.aviso-VidaActual7X6 {
	position:absolute;
	width:470px;
	height:317px;
	top:594px;
	left:16px;
}

.foto-VidaActual7X6 {
	width:470px; height:317px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VidaActual, .bg-VidaActual7X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-VidaActual7X6 {
	width:272px; height:184px;  top:343px; left:9px;
}
	
.foto-VidaActual7X6 {
	width:272px; height:184px;  background:#fff;	
}
}

/* ------ VidaActual7X3 ------ */

.aviso-VidaActual7X3 {
	position:absolute;
	width:231px;
	height:314px;
	top:596px;
	left:254px;
}

.foto-VidaActual7X3 {
	width:231px; height:314px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VidaActual, .bg-VidaActual7X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-VidaActual7X3 {
	width:133px; height:182px; top:344px; left:147px;
}
	
.foto-VidaActual7X3 {
	width:133px; height:182px;  background:#fff;	
}
}


/* ------ VidaActual5X6 ------ */

.aviso-VidaActual5X6 {
	position:absolute;
	width:470px;
	height:225px;
	top:685px;
	left:16px;
}

.foto-VidaActual5X6 {
	width:470px; height:225px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VidaActual, .bg-VidaActual5X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-VidaActual5X6 {
	width:272px; height:130px;  top:396px; left:9px;
}
	
.foto-VidaActual5X6 {
	width:272px; height:130px;  background:#fff;	
}
}



/* ------ VidaActual5X3 ------ */

.aviso-VidaActual5X3 {
	position:absolute;
	width:231px;
	height:225px;
	top:685px;
	left:254px;
}

.foto-VidaActual5X3 {
	width:231px; height:225px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VidaActual, .bg-VidaActual5X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-VidaActual5X3 {
	width:133px; height:130px; top:396px; left:147px;
}
	
.foto-VidaActual5X3 {
	width:133px; height:130px;  background:#fff;	
}
}


/* ---------------------------------------------  
			
		CUERPO VIDA ACTUAL SECCION ESPECTACULOS 

------------------------------------------------ */

.preview-VidaActualEspectaculos {
	position:relative; width:502px; height:943px; margin:0 auto; background:white;	
}


/* ------ VidaActualEspectaculos19X6 ------ */

.aviso-VidaActualEspectaculos19X6 {
	position:absolute;
	width:470px;
	height:874px;
	top:36px;
	left:16px;
}

.foto-VidaActualEspectaculos19X6 {
	width:470px; height:874px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VidaActualEspectaculos, .bg-VidaActualEspectaculos19X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-VidaActualEspectaculos19X6 {
	width:272px; height:505px;  top:21px; left:9px;
}
	
.foto-VidaActualEspectaculos19X6 {
	width:272px; height:505px;  background:#fff;	
}
}



/* ------ VidaActualEspectaculos18X3 ------ */

.aviso-VidaActualEspectaculos18X3 {
	position:absolute;
	width:232px;
	height:819px;
	top:91px;
	left:254px;
}

.foto-VidaActualEspectaculos18X3 {
	width:232px; height:819px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VidaActualEspectaculos, .bg-VidaActualEspectaculos18X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-VidaActualEspectaculos18X3 {
	width:134px; height:473px;  top:53px; left:147px;
}
	
.foto-VidaActualEspectaculos18X3 {
	width:134px; height:473px;  background:#fff;	
}
}

/* ------ VidaActualEspectaculos18X2 ------ */

.aviso-VidaActualEspectaculos18X2 {
	position:absolute;
	width:134px;
	height:821px;
	top:90px;
	left:356px;
}

.foto-VidaActualEspectaculos18X2 {
	width:134px; height:821px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VidaActualEspectaculos, .bg-VidaActualEspectaculos18X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-VidaActualEspectaculos18X2 {
	width:77px; height:475px;  top:52px; left:206px;
}
	
.foto-VidaActualEspectaculos18X2 {
	width:77px; height:475px;  background:#fff;	
}
}

/* ------ VidaActualEspectaculos10X6 ------ */

.aviso-VidaActualEspectaculos10X6 {
	position:absolute;
	width:470px;
	height:454px;
	top:456px;
	left:16px;
}

.foto-VidaActualEspectaculos10X6 {
	width:470px; height:454px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VidaActualEspectaculos, .bg-VidaActualEspectaculos10X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-VidaActualEspectaculos10X6 {
	width:272px; height:262px;  top:264px; left:9px;
}
	
.foto-VidaActualEspectaculos10X6 {
	width:272px; height:262px;  background:#fff;	
}
}




/* ------ VidaActualEspectaculos10X4 ------ */

.aviso-VidaActualEspectaculos10X4 {
	position:absolute;
	width:311px;
	height:453px;
	top:457px;
	left:176px;
}

.foto-VidaActualEspectaculos10X4 {
	width:311px; height:453px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VidaActualEspectaculos, .bg-VidaActualEspectaculos10X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-VidaActualEspectaculos10X4 {
	width:179px; height:262px; top:264px; left:102px;
}
	
.foto-VidaActualEspectaculos10X4 {
	width:179px; height:262px;  background:#fff;	
}
}

/* ------ VidaActualEspectaculos10X2 ------ */

.aviso-VidaActualEspectaculos10X2 {
	position:absolute;
	width:152px;
	height:453px;
	top:457px;
	left:176px;
}

.foto-VidaActualEspectaculos10X2 {
	width:152px; height:453px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VidaActualEspectaculos, .bg-VidaActualEspectaculos10X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-VidaActualEspectaculos10X2 {
	width:88px; height:262px; top:264px; left:102px;
}
	
.foto-VidaActualEspectaculos10X2 {
	width:88px; height:262px;  background:#fff;	
}
}



/* ------ VidaActualEspectaculos4X6 ------ */

.aviso-VidaActualEspectaculos4X6 {
	position:absolute;
	width:470px;
	height:179px;
	top:732px;
	left:16px;
}

.foto-VidaActualEspectaculos4X6 {
	width:470px; height:179px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VidaActualEspectaculos, .bg-VidaActualEspectaculos4X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-VidaActualEspectaculos4X6 {
	width:272px; height:104px; top:423px; left:9px;
}
	
.foto-VidaActualEspectaculos4X6 {
	width:272px; height:104px;  background:#fff;	
}
}

/* ------ VidaActualEspectaculos4X4 ------ */

.aviso-VidaActualEspectaculos4X4 {
	position:absolute;
	width:311px;
	height:178px;
	top:733px;
	left:333px;
}

.foto-VidaActualEspectaculos4X4 {
	width:311px; height:178px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VidaActualEspectaculos, .bg-VidaActualEspectaculos4X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-VidaActualEspectaculos4X4 {
	width:179px; height:103px; top:424px; left:192px;
}
	
.foto-VidaActualEspectaculos4X4 {
	width:179px; height:103px;  background:#fff;	
}
}



/* ------ VidaActualEspectaculos4X2 ------ */

.aviso-VidaActualEspectaculos4X2 {
	position:absolute;
	width:152px;
	height:178px;
	top:733px;
	left:333px;
}

.foto-VidaActualEspectaculos4X2 {
	width:152px; height:178px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VidaActualEspectaculos, .bg-VidaActualEspectaculos4X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-VidaActualEspectaculos4X2 {
	width:88px; height:103px; top:424px; left:192px;
}
	
.foto-VidaActualEspectaculos4X2 {
	width:88px; height:103px;  background:#fff;	
}
}


/* ------ VidaActualEspectaculos2X6 ------ */

.aviso-VidaActualEspectaculos2X6 {
	position:absolute;
	width:470px;
	height:88px;
	top:823px;
	left:16px;
}

.foto-VidaActualEspectaculos2X6 {
	width:470px; height:88px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VidaActualEspectaculos, .bg-VidaActualEspectaculos2X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-VidaActualEspectaculos2X6 {
	width:272px; height:51px; top:476px; left:9px;
}
	
.foto-VidaActualEspectaculos2X6 {
	width:272px; height:51px;  background:#fff;	
}
}



/* ------ VidaActualEspectaculos2X4 ------ */

.aviso-VidaActualEspectaculos2X4 {
	position:absolute;
	width:311px;
	height:88px;
	top:823px;
	left:175px;
}

.foto-VidaActualEspectaculos2X4 {
	width:311px; height:88px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VidaActualEspectaculos, .bg-VidaActualEspectaculos2X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-VidaActualEspectaculos2X4 {
	width:180px; height:51px;  top:476px; left:101px;
}
	
.foto-VidaActualEspectaculos2X4 {
	width:180px; height:51px;  background:#fff;	
}
}



/* ------ VidaActualEspectaculos2X2 ------ */

.aviso-VidaActualEspectaculos2X2 {
	position:absolute;
	width:152px;
	height:86px;
	top:824px;
	left:332px;
}

.foto-VidaActualEspectaculos2X2 {
	width:152px; height:86px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VidaActualEspectaculos, .bg-VidaActualEspectaculos2X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-VidaActualEspectaculos2X2 {
	width:88px; height:50px; top:476px; left:192px;
}
	
.foto-VidaActualEspectaculos2X2 {
	width:88px; height:50px; background:#fff;	
}
}



/* ---------------------------------------------  
				
		CUERPO B - CLASIFICADOS ECONOMICOS

------------------------------------------------ */


.preview-AvisosClasificadosCuerpoB {
	position:relative; width:502px; height:943px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}

/* ------ NCE25X8 ------ */

.aviso-AvisosClasificadosCuerpoB25X8 {
	position:absolute;
	width:476px;
	height:877px;
	top:27px;
	left:13px;
}

.foto-AvisosClasificadosCuerpoB25X8 {
	width:476px; height:877px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB25X8 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB25X8 {
	width:274px; height:506px; top:16px; left:8px;
}
	
.foto-AvisosClasificadosCuerpoB25X8 {
	width:274px; height:506px; background:#fff;
}
}

/* ------ AvisosClasificadosCuerpoB24X4 ------ */

.aviso-AvisosClasificadosCuerpoB24X4 {
	position:absolute;
	width:238px;
	height:852px;
	top:54px;
	left:132px;
}

.foto-AvisosClasificadosCuerpoB24X4 {
	width:238px; height:852px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB24X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB24X4 {
	width:138px; height:493px; top:31px; left:76px;
}
	
.foto-AvisosClasificadosCuerpoB24X4 {
	width:138px; height:493px; background:#fff;
}
}


/* ------ AvisosClasificadosCuerpoB20X1 ------ */

.aviso-AvisosClasificadosCuerpoB20X1 {
	position:absolute;
	width:58px;
	height:699px;
	top:207px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB20X1 {
	width:58px; height:699px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB20X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB20X1 {
	width:33px; height:404px; top:120px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB20X1 {
	width:33px; height:404px; background:#fff;
}
}

/* ------ NC19X1 ------ */

.aviso-AvisosClasificadosCuerpoB19X1 {
	position:absolute;
	width:58px;
	height:664px;
	top:242px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB19X1 {
	width:58px; height:664px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB19X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB19X1 {
	width:33px; height:384px; top:140px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB19X1 {
	width:33px; height:384px; background:#fff;
}
}

/* ------ NC18X1 ------ */

.aviso-AvisosClasificadosCuerpoB18X1 {
	position:absolute;
	width:58px;
	height:629px;
	top:277px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB18X1 {
	width:58px; height:629px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB18X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB18X1 {
	width:33px; height:364px; top:160px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB18X1 {
	width:33px; height:364px; background:#fff;
}
}

/* ------ NC17X1 ------ */

.aviso-AvisosClasificadosCuerpoB17X1 {
	position:absolute;
	width:58px;
	height:594px;
	top:312px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB17X1 {
	width:58px; height:594px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB17X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB17X1 {
	width:33px; height:344px; top:180px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB17X1 {
	width:33px; height:344px; background:#fff;
}
}

/* ------ NC16X1 ------ */

.aviso-AvisosClasificadosCuerpoB16X1 {
	position:absolute;
	width:58px;
	height:559px;
	top:347px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB16X1 {
	width:58px; height:559px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB16X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB16X1 {
	width:33px; height:324px; top:200px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB16X1 {
	width:33px; height:324px; background:#fff;
}
}

/* ------ NC15X1 ------ */

.aviso-AvisosClasificadosCuerpoB15X1 {
	position:absolute;
	width:58px;
	height:524px;
	top:382px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB15X1 {
	width:58px; height:524px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB15X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB15X1 {
	width:33px; height:304px; top:221px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB15X1 {
	width:33px; height:304px; background:#fff;
}
}


/* ------ NC14X1 ------ */

.aviso-AvisosClasificadosCuerpoB14X1 {
	position:absolute;
	width:58px;
	height:489px;
	top:417px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB14X1 {
	width:58px; height:489px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB14X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB14X1 {
	width:33px; height:284px; top:241px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB14X1 {
	width:33px; height:284px; background:#fff;
}
}

/* ------ NC13X8 ------ */

.aviso-AvisosClasificadosCuerpoB13X8 {
	position:absolute;
	width:477px;
	height:454px;
	top:452px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB13X8 {
	width:477px; height:454px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB13X8 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB13X8 {
	width:275px; height:263px; top:261px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB13X8 {
	width:275px; height:263px; background:#fff;
}
}



/* ------ NC13X4 ------ */

.aviso-AvisosClasificadosCuerpoB13X4 {
	position:absolute;
	width:238px;
	height:454px;
	top:452px;
	left:132px;
}

.foto-AvisosClasificadosCuerpoB13X4 {
	width:238px; height:454px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB13X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB13X4 {
	width:138px; height:263px; top:261px; left:76px;
}
	
.foto-AvisosClasificadosCuerpoB13X4 {
	width:138px; height:263px; background:#fff;
}
}



/* ------ NC13X1 ------ */

.aviso-AvisosClasificadosCuerpoB13X1 {
	position:absolute;
	width:58px;
	height:454px;
	top:452px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB13X1 {
	width:58px; height:454px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB13X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB13X1 {
	width:33px; height:263px; top:261px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB13X1 {
	width:33px; height:263px; background:#fff;
}
}


/* ------ NC12X1 ------ */

.aviso-AvisosClasificadosCuerpoB12X1 {
	position:absolute;
	width:58px;
	height:419px;
	top:487px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB12X1 {
	width:58px; height:419px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB12X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB12X1 {
	width:33px; height:243px; top:281px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB12X1 {
	width:33px; height:243px; background:#fff;
}
}

/* ------ NC11X1 ------ */

.aviso-AvisosClasificadosCuerpoB11X1 {
	position:absolute;
	width:58px;
	height:384px;
	top:522px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB11X1 {
	width:58px; height:384px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB11X1 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB11X1 {
	width:33px; height:222px; top:302px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB11X1 {
	width:33px; height:222px; background:#fff;
}
}

/* ------ NC10X1 ------ */

.aviso-AvisosClasificadosCuerpoB10X1 {
	position:absolute;
	width:58px;
	height:349px;
	top:557px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB10X1 {
	width:58px; height:349px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB10X1 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB10X1 {
	width:33px; height:202px; top:322px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB10X1 {
	width:33px; height:202px; background:#fff;
}
}


/* ------ NC9X8 ------ */

.aviso-AvisosClasificadosCuerpoB9X8 {
	position:absolute;
	width:478px;
	height:314px;
	top:592px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB9X8 {
	width:478px; height:314px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB9X8 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB9X8 {
	width:276px; height:182px; top:342px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB9X8 {
	width:276px; height:182px; background:#fff;
}
}


/* ------ NC9X5 ------ */

.aviso-AvisosClasificadosCuerpoB9X5 {
	position:absolute;
	width:298px;
	height:314px;
	top:592px;
	left:192px;
}

.foto-AvisosClasificadosCuerpoB9X5 {
	width:298px; height:314px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB9X5 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB9X5 {
	width:172px; height:182px; top:342px; left:111px;
}
	
.foto-AvisosClasificadosCuerpoB9X5 {
	width:172px; height:182px; background:#fff;
}
}


/* ------ NC09X4 ------ */

.aviso-AvisosClasificadosCuerpoB9X4 {
	position:absolute;
	width:238px;
	height:314px;
	top:592px;
	left:132px;
}

.foto-AvisosClasificadosCuerpoB9X4 {
	width:238px; height:314px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB9X4 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB9X4 {
	width:137px; height:181px; top:343px; left:76px;
}
	
.foto-AvisosClasificadosCuerpoB9X4 {
	width:137px; height:181px; background:#fff;
}
}

/* ------ NC09X3 ------ */

.aviso-AvisosClasificadosCuerpoB9X3 {
	position:absolute;
	width:178px;
	height:214px;
	top:593px;
	left:312px;
}

.foto-AvisosClasificadosCuerpoB9X3 {
	width:178px; height:314px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB9X3 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB9X3 {
	width:103px; height:181px; top:343px; left:180px;
}
	
.foto-AvisosClasificadosCuerpoB9X3 {
	width:103px; height:181px; background:#fff;
}
}



/* ------ NC09X1 ------ */

.aviso-AvisosClasificadosCuerpoB9X1 {
	position:absolute;
	width:58px;
	height:314px;
	top:592px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB9X1 {
	width:58px; height:314px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB9X1 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB9X1 {
	width:33px; height:181px; top:342px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB9X1 {
	width:33px; height:181px; background:#fff;
}
}

/* ------ NC08X4 ------ */

.aviso-AvisosClasificadosCuerpoB8X4 {
	position:absolute;
	width:238px;
	height:279px;
	top:627px;
	left:132px;
}

.foto-AvisosClasificadosCuerpoB8X4 {
	width:238px; height:279px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB8X4 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB8X4 {
	width:137px; height:161px; top:363px; left:76px;
}
	
.foto-AvisosClasificadosCuerpoB8X4 {
	width:137px; height:161px; background:#fff;
}
}


/* ------ NC08X3 ------ */

.aviso-AvisosClasificadosCuerpoB8X3 {
	position:absolute;
	width:178px;
	height:279px;
	top:628px;
	left:312px;
}

.foto-AvisosClasificadosCuerpoB8X3 {
	width:178px; height:279px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB8X3 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB8X3 {
	width:103px; height:161px; top:363px; left:180px;
}
	
.foto-AvisosClasificadosCuerpoB8X3 {
	width:103px; height:161px; background:#fff;
}
}




/* ------ NC08X1 ------ */

.aviso-AvisosClasificadosCuerpoB8X1 {
	position:absolute;
	width:58px;
	height:279px;
	top:627px;
	left:12px;
}
v
.foto-AvisosClasificadosCuerpoB8X1 {
	width:58px; height:279px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB8X1 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB8X1 {
	width:33px; height:161px; top:362px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB8X1 {
	width:33px; height:161px; background:#fff;
}
}

/* ------ NC07X8 ------ */

.aviso-AvisosClasificadosCuerpoB7X8 {
	position:absolute;
	width:478px;
	height:244px;
	top:662px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB7X8 {
	width:478px; height:244px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB7X8 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB7X8 {
	width:276px; height:141px; top:383px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB7X8 {
	width:276px; height:141px; background:#fff;
}
}

/* ------ NC07X4 ------ */

.aviso-AvisosClasificadosCuerpoB7X4 {
	position:absolute;
	width:238px;
	height:244px;
	top:662px;
	left:132px;
}

.foto-AvisosClasificadosCuerpoB7X4 {
	width:238px; height:244px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB7X4 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB7X4 {
	width:137px; height:141px; top:383px; left:76px;
}
	
.foto-AvisosClasificadosCuerpoB7X4 {
	width:137px; height:141px; background:#fff;
}
}


/* ------ NC07X3 ------ */

.aviso-AvisosClasificadosCuerpoB7X3 {
	position:absolute;
	width:178px;
	height:244px;
	top:662px;
	left:312px;
}

.foto-AvisosClasificadosCuerpoB7X3 {
	width:178px; height:244px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB7X3 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB7X3 {
	width:103px; height:141px; top:383px; left:180px;
}
	
.foto-AvisosClasificadosCuerpoB7X3 {
	width:103px; height:141px; background:#fff;
}
}


/* ------ NC07X1 ------ */

.aviso-AvisosClasificadosCuerpoB7X1 {
	position:absolute;
	width:58px;
	height:244px;
	top:662px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB7X1 {
	width:58px; height:244px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB7X1 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB7X1 {
	width:33px; height:141px; top:382px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB7X1 {
	width:33px; height:141px; background:#fff;
}
}

/* ------ NC06X8 ------ */

.aviso-AvisosClasificadosCuerpoB6X8 {
	position:absolute;
	width:478px;
	height:209px;
	top:697px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB6X8 {
	width:478px; height:209px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB6X8 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB6X8 {
	width:276px; height:121px; top:403px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB6X8 {
	width:276px; height:121px; background:#fff;
}
}

/* ------ NC06X3 ------ */

.aviso-AvisosClasificadosCuerpoB6X3 {
	position:absolute;
	width:178px;
	height:209px;
	top:697px;
	left:312px;
}

.foto-AvisosClasificadosCuerpoB6X3 {
	width:178px; height:209px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB6X3 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB6X3 {
	width:103px; height:121px; top:403px; left:180px;
}
	
.foto-AvisosClasificadosCuerpoB6X3 {
	width:103px; height:121px; background:#fff;
}
}




/* ------ NC06X2 ------ */

.aviso-AvisosClasificadosCuerpoB6X2 {
	position:absolute;
	width:118px;
	height:209px;
	top:697px;
	left:372px;
}

.foto-AvisosClasificadosCuerpoB6X2 {
	width:118px; height:209px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB6X2 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB6X2 {
	width:68px; height:121px; top:403px; left:215px;
}
	
.foto-AvisosClasificadosCuerpoB6X2 {
	width:68px; height:121px; background:#fff;
}
}


/* ------ NC06X1 ------ */

.aviso-AvisosClasificadosCuerpoB6X1 {
	position:absolute;
	width:58px;
	height:209px;
	top:697px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB6X1 {
	width:58px; height:209px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB6X1 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB6X1 {
	width:33px; height:121px; top:402px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB6X1 {
	width:33px; height:121px; background:#fff;
}
}


/* ------ NC05X8 ------ */

.aviso-AvisosClasificadosCuerpoB5X8 {
	position:absolute;
	width:478px;
	height:174px;
	top:732px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB5X8 {
	width:478px; height:174px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB5X8 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB5X8 {
	width:276px; height:101px; top:423px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB5X8 {
	width:276px; height:101px; background:#fff;
}
}

/* ------ NC05X5 ------ */

.aviso-AvisosClasificadosCuerpoB5X5 {
	position:absolute;
	width:298px;
	height:174px;
	top:732px;
	left:192px;
}

.foto-AvisosClasificadosCuerpoB5X5 {
	width:298px; height:174px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB5X5 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB5X5 {
	width:172px; height:101px; top:423px; left:111px;
}
	
.foto-AvisosClasificadosCuerpoB5X5 {
	width:172px; height:101px; background:#fff;
}
}




/* ------ NC05X3 ------ */

.aviso-AvisosClasificadosCuerpoB5X3 {
	position:absolute;
	width:178px;
	height:174px;
	top:732px;
	left:312px;
}

.foto-AvisosClasificadosCuerpoB5X3 {
	width:178px; height:174px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB5X3 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB5X3 {
	width:103px; height:101px; top:423px; left:180px;
}
	
.foto-AvisosClasificadosCuerpoB5X3 {
	width:103px; height:101px; background:#fff;
}
}


/* ------ NC05X2 ------ */

.aviso-AvisosClasificadosCuerpoB5X2 {
	position:absolute;
	width:118px;
	height:174px;
	top:732px;
	left:372px;
}

.foto-AvisosClasificadosCuerpoB5X2 {
	width:118px; height:174px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB5X2 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB5X2 {
	width:68px; height:101px; top:423px; left:215px;
}
	
.foto-AvisosClasificadosCuerpoB5X2 {
	width:68px; height:101px; background:#fff;
}
}



/* ------ NC05X1 ------ */

.aviso-AvisosClasificadosCuerpoB5X1 {
	position:absolute;
	width:58px;
	height:174px;
	top:732px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB5X1 {
	width:58px; height:174px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB5X1 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB5X1 {
	width:33px; height:101px; top:422px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB5X1 {
	width:33px; height:101px; background:#fff;
}
}

/* ------ NC04X8 ------ */

.aviso-AvisosClasificadosCuerpoB4X8 {
	position:absolute;
	width:478px;
	height:139px;
	top:767px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB4X8 {
	width:478px; height:139px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB4X8 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB4X8 {
	width:276px; height:81px; top:443px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB4X8 {
	width:276px; height:81px; background:#fff;
}
}


/* ------ NC04X5 ------ */

.aviso-AvisosClasificadosCuerpoB4X5 {
	position:absolute;
	width:298px;
	height:139px;
	top:767px;
	left:192px;
}

.foto-AvisosClasificadosCuerpoB4X5 {
	width:298px; height:139px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB4X5 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB4X5 {
	width:172px; height:81px; top:443px; left:111px;
}
	
.foto-AvisosClasificadosCuerpoB4X5 {
	width:172px; height:81px; background:#fff;
}
}



/* ------ NC04X3 ------ */

.aviso-AvisosClasificadosCuerpoB4X3 {
	position:absolute;
	width:178px;
	height:139px;
	top:767px;
	left:312px;
}

.foto-AvisosClasificadosCuerpoB4X3 {
	width:178px; height:139px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB4X3 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB4X3 {
	width:103px; height:81px; top:443px; left:180px;
}
	
.foto-AvisosClasificadosCuerpoB4X3 {
	width:103px; height:81px; background:#fff;
}
}



/* ------ NC04X2 ------ */

.aviso-AvisosClasificadosCuerpoB4X2 {
	position:absolute;
	width:118px;
	height:139px;
	top:767px;
	left:372px;
}

.foto-AvisosClasificadosCuerpoB4X2 {
	width:118px; height:139px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB4X2 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB4X2 {
	width:68px; height:81px; top:443px; left:215px;
}
	
.foto-AvisosClasificadosCuerpoB4X2 {
	width:68px; height:81px; background:#fff;
}
}



/* ------ NC04X1 ------ */

.aviso-AvisosClasificadosCuerpoB4X1 {
	position:absolute;
	width:58px;
	height:139px;
	top:767px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB4X1 {
	width:58px; height:139px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB4X1 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB4X1 {
	width:33px; height:81px; top:442px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB4X1 {
	width:33px; height:81px; background:#fff;
}
}



/* ------ NC03X3 ------ */

.aviso-AvisosClasificadosCuerpoB3X3 {
	position:absolute;
	width:179px;
	height:104px;
	top:802px;
	left:311px;
}

.foto-AvisosClasificadosCuerpoB3X3 {
	width:179px; height:104px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB3X3 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB3X3 {
	width:103px; height:61px; top:464px; left:180px;
}
	
.foto-AvisosClasificadosCuerpoB3X3 {
	width:103px; height:61px; background:#fff;
}
}




/* ------ NC03X2 ------ */

.aviso-AvisosClasificadosCuerpoB3X2 {
	position:absolute;
	width:118px;
	height:104px;
	top:802px;
	left:372px;
}

.foto-AvisosClasificadosCuerpoB3X2 {
	width:118px; height:104px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB3X2 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB3X2 {
	width:68px; height:61px; top:464px; left:215px;
}
	
.foto-AvisosClasificadosCuerpoB3X2 {
	width:68px; height:61px; background:#fff;
}
}


/* ------ NC03X1 ------ */

.aviso-AvisosClasificadosCuerpoB3X1 {
	position:absolute;
	width:58px;
	height:104px;
	top:802px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB3X1 {
	width:58px; height:104px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB3X1 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB3X1 {
	width:33px; height:61px; top:462px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB3X1 {
	width:33px; height:61px; background:#fff;
}
}

/* ------ NC02X1 ------ */

.aviso-AvisosClasificadosCuerpoB2X1 {
	position:absolute;
	width:58px;
	height:69px;
	top:837px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB2X1 {
	width:58px; height:69px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB2X1 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB2X1 {
	width:33px; height:41px; top:482px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB2X1 {
	width:33px; height:41px; background:#fff;
}
}


/* ------ NC01X8 ------ */

.aviso-AvisosClasificadosCuerpoB1X8 {
	position:absolute;
	width:477px;
	height:34px;
	top:872px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB1X8 {
	width:477px; height:34px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB1X8 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB1X8 {
	width:276px; height:21px; top:502px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB1X8 {
	width:276px; height:21px; background:#fff;
}
}



/* ------ NC01X1 ------ */

.aviso-AvisosClasificadosCuerpoB1X1 {
	position:absolute;
	width:58px;
	height:34px;
	top:872px;
	left:12px;
}

.foto-AvisosClasificadosCuerpoB1X1 {
	width:58px; height:34px; background:#fff;	
}

@media (max-width: 380px) {
.preview-AvisosClasificadosCuerpoB, .bg-AvisosClasificadosCuerpoB1X1 {
	width:290px;
 	height:545px;
	margin:0 auto;
}
	
.aviso-AvisosClasificadosCuerpoB1X1 {
	width:33px; height:21px; top:502px; left:7px;
}
	
.foto-AvisosClasificadosCuerpoB1X1 {
	width:33px; height:21px; background:#fff;
}
}


/* ---------------------------------------------  
			
			MERCURIO SECCIONES ESPECIALES 
			
------------------------------------------------ */

.preview-SeccionesEspeciales {
	position:relative; width:502px; height:943px; margin:0 auto; background:white;	
}


/* ------ SeccionesEspeciales10X3 ------ */

.aviso-SeccionesEspeciales10X3 {
	position:absolute;
	width:232px;
	height:455px;
	top:456px;
	left:252px;
}

.foto-SeccionesEspeciales10X3 {
	width:232px; height:455px; background:#fff;	
}

@media (max-width: 380px) {
.preview-SeccionesEspeciales, .bg-SeccionesEspeciales10X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-SeccionesEspeciales10X3 {
	width:134px; height:263px; top:264px; left:146px;
}
	
.foto-SeccionesEspeciales10X3 {
	width:134px; height:263px;  background:#fff;	
}
}

/* ------ SeccionesEspeciales8X1 ------ */

.aviso-SeccionesEspeciales8X1 {
	position:absolute;
	width:75px;
	height:179px;
	top:732px;
	left:411px;
}

.foto-SeccionesEspeciales8X1 {
	width:75px; height:179px; background:#fff;	
}

@media (max-width: 380px) {
.preview-SeccionesEspeciales, .bg-SeccionesEspeciales8X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-SeccionesEspeciales8X1 {
	width:44px; height:104px; top:423px; left:237px;
}
	
.foto-SeccionesEspeciales8X1 {
	width:44px; height:104px;  background:#fff;	
}
}



/* ------ SeccionesEspeciales7X6 ------ */

.aviso-SeccionesEspeciales7X6 {
	position:absolute;
	width:470px;
	height:317px;
	top:594px;
	left:16px;
}

.foto-SeccionesEspeciales7X6 {
	width:470px; height:317px; background:#fff;	
}

@media (max-width: 380px) {
.preview-SeccionesEspeciales, .bg-SeccionesEspeciales7X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-SeccionesEspeciales7X6 {
	width:272px; height:184px;  top:343px; left:9px;
}
	
.foto-SeccionesEspeciales7X6 {
	width:272px; height:184px;  background:#fff;	
}
}

/* ------ SeccionesEspeciales7X3 ------ */

.aviso-SeccionesEspeciales7X3 {
	position:absolute;
	width:231px;
	height:314px;
	top:596px;
	left:254px;
}

.foto-SeccionesEspeciales7X3 {
	width:231px; height:314px; background:#fff;	
}

@media (max-width: 380px) {
.preview-SeccionesEspeciales, .bg-SeccionesEspeciales7X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-SeccionesEspeciales7X3 {
	width:133px; height:182px; top:344px; left:147px;
}
	
.foto-SeccionesEspeciales7X3 {
	width:133px; height:182px;  background:#fff;	
}
}


/* ------ SeccionesEspeciales7X2 ------ */

.aviso-SeccionesEspeciales7X2 {
	position:absolute;
	width:151px;
	height:315px;
	top:595px;
	left:332px;
}

.foto-SeccionesEspeciales7X2 {
	width:151px; height:315px; background:#fff;	
}

@media (max-width: 380px) {
.preview-SeccionesEspeciales, .bg-SeccionesEspeciales7X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-SeccionesEspeciales7X2 {
	width:87px; height:182px; top:343px; left:191px;
}
	
.foto-SeccionesEspeciales7X2 {
	width:87px; height:182px;  background:#fff;	
}
}


/* ------ SeccionesEspeciales5X6 ------ */

.aviso-SeccionesEspeciales5X6 {
	position:absolute;
	width:470px;
	height:225px;
	top:685px;
	left:16px;
}

.foto-SeccionesEspeciales5X6 {
	width:470px; height:225px; background:#fff;	
}

@media (max-width: 380px) {
.preview-SeccionesEspeciales, .bg-SeccionesEspeciales5X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-SeccionesEspeciales5X6 {
	width:272px; height:130px;  top:396px; left:9px;
}
	
.foto-SeccionesEspeciales5X6 {
	width:272px; height:130px;  background:#fff;	
}
}


/* ------ SeccionesEspeciales5X3 ------ */

.aviso-SeccionesEspeciales5X3 {
	position:absolute;
	width:231px;
	height:225px;
	top:685px;
	left:254px;
}

.foto-SeccionesEspeciales5X3 {
	width:231px; height:225px; background:#fff;	
}

@media (max-width: 380px) {
.preview-SeccionesEspeciales, .bg-SeccionesEspeciales5X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-SeccionesEspeciales5X3 {
	width:133px; height:130px; top:396px; left:147px;
}
	
.foto-SeccionesEspeciales5X3 {
	width:133px; height:130px;  background:#fff;	
}
}



/* ------ SeccionesEspeciales5X2 ------ */

.aviso-SeccionesEspeciales5X2 {
	position:absolute;
	width:152px;
	height:226px;
	top:685px;
	left:334px;
}

.foto-SeccionesEspeciales5X2 {
	width:152px; height:226px; background:#fff;	
}

@media (max-width: 380px) {
.preview-SeccionesEspeciales, .bg-SeccionesEspeciales5X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-SeccionesEspeciales5X2 {
	width:88px; height:131px; top:396px; left:193px;
}
	
.foto-SeccionesEspeciales5X2 {
	width:88px; height:131px;  background:#fff;	
}
}



/* ------ SeccionesEspeciales4X6 ------ */

.aviso-SeccionesEspeciales4X6 {
	position:absolute;
	width:470px;
	height:179px;
	top:732px;
	left:16px;
}

.foto-SeccionesEspeciales4X6 {
	width:470px; height:179px; background:#fff;	
}

@media (max-width: 380px) {
.preview-SeccionesEspeciales, .bg-SeccionesEspeciales4X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-SeccionesEspeciales4X6 {
	width:272px; height:104px; top:423px; left:9px;
}
	
.foto-SeccionesEspeciales4X6 {
	width:272px; height:104px;  background:#fff;	
}
}

/* ------ SeccionesEspeciales4X3 ------ */

.aviso-SeccionesEspeciales4X3 {
	position:absolute;
	width:232px;
	height:178px;
	top:732px;
	left:254px;
}

.foto-SeccionesEspeciales4X3 {
	width:232px; height:178px; background:#fff;	
}

@media (max-width: 380px) {
.preview-SeccionesEspeciales, .bg-SeccionesEspeciales4X3 {
	width:290px;
	height:545px;	
	margin:0 auto;
}
	
.aviso-SeccionesEspeciales4X3 {
	width:134px; height:103px; top:423px; left:147px;
}
	
.foto-SeccionesEspeciales4X3 {
	width:134px; height:103px;  background:#fff;	
}
}


/* ------ SeccionesEspeciales4X2 ------ */

.aviso-SeccionesEspeciales4X2 {
	position:absolute;
	width:152px;
	height:178px;
	top:733px;
	left:333px;
}

.foto-SeccionesEspeciales4X2 {
	width:152px; height:178px; background:#fff;	
}

@media (max-width: 380px) {
.preview-SeccionesEspeciales, .bg-SeccionesEspeciales4X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-SeccionesEspeciales4X2 {
	width:88px; height:103px; top:424px; left:192px;
}
	
.foto-SeccionesEspeciales4X2 {
	width:88px; height:103px;  background:#fff;	
}
}

/* ------ SeccionesEspeciales4X1 ------ */

.aviso-SeccionesEspeciales4X1 {
	position:absolute;
	width:75px;
	height:179px;
	top:732px;
	left:411px;
}

.foto-SeccionesEspeciales4X1 {
	width:75px; height:179px; background:#fff;	
}

@media (max-width: 380px) {
.preview-SeccionesEspeciales, .bg-SeccionesEspeciales4X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-SeccionesEspeciales4X1 {
	width:44px; height:104px; top:423px; left:237px;
}
	
.foto-SeccionesEspeciales4X1 {
	width:44px; height:104px;  background:#fff;	
}
}


/* ------ SeccionesEspeciales3X3 ------ */

.aviso-SeccionesEspeciales3X3 {
	position:absolute;
	width:232px;
	height:132px;
	top:778px;
	left:252px;
}

.foto-SeccionesEspeciales3X3 {
	width:232px; height:132px; background:#fff;	
}

@media (max-width: 380px) {
.preview-SeccionesEspeciales, .bg-SeccionesEspeciales3X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-SeccionesEspeciales3X3 {
	width:134px; height:76px; top:450px; left:146px;
}
	
.foto-SeccionesEspeciales3X3 {
	width:134px; height:76px;  background:#fff;	
}
}


/* ------ SeccionesEspeciales3X2 ------ */

.aviso-SeccionesEspeciales3X2 {
	position:absolute;
	width:151px;
	height:132px;
	top:779px;
	left:334px;
}

.foto-SeccionesEspeciales3X2 {
	width:151px; height:132px; background:#fff;	
}

@media (max-width: 380px) {
.preview-SeccionesEspeciales, .bg-SeccionesEspeciales3X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-SeccionesEspeciales3X2 {
	width:87px; height:77px; top:450px; left:193px;
}
	
.foto-SeccionesEspeciales3X2 {
	width:87px; height:77px;  background:#fff;	
}
}

/* ------ SeccionesEspeciales3X1 ------ */

.aviso-SeccionesEspeciales3X1 {
	position:absolute;
	width:74px;
	height:132px;
	top:778px;
	left:413px;
}

.foto-SeccionesEspeciales3X1 {
	width:74px; height:132px; background:#fff;	
}

@media (max-width: 380px) {
.preview-SeccionesEspeciales, .bg-SeccionesEspeciales3X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-SeccionesEspeciales3X1 {
	width:42px; height:76px; top:450px; left:239px;
}
	
.foto-SeccionesEspeciales3X1 {
	width:42px; height:76px;  background:#fff;	
}
}

/* ------ SeccionesEspeciales2X2 ------ */

.aviso-SeccionesEspeciales2X2 {
	position:absolute;
	width:152px;
	height:86px;
	top:824px;
	left:332px;
}

.foto-SeccionesEspeciales2X2 {
	width:152px; height:86px; background:#fff;	
}

@media (max-width: 380px) {
.preview-SeccionesEspeciales, .bg-SeccionesEspeciales2X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-SeccionesEspeciales2X2 {
	width:88px; height:50px; top:476px; left:192px;
}
	
.foto-SeccionesEspeciales2X2 {
	width:88px; height:50px;  background:#fff;	
}
}

/* ------ SeccionesEspeciales2X1 ------ */

.aviso-SeccionesEspeciales2X1 {
	position:absolute;
	width:74px;
	height:87px;
	top:823px;
	left:413px;
}

.foto-SeccionesEspeciales2X1 {
	width:74px; height:87px; background:#fff;	
}

@media (max-width: 380px) {
.preview-SeccionesEspeciales, .bg-SeccionesEspeciales2X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-SeccionesEspeciales2X1 {
	width:42px; height:50px; top:476px; left:239px;
}
	
.foto-SeccionesEspeciales2X1 {
	width:42px; height:50px;  background:#fff;	
}
}


/* ------ SeccionesEspeciales1X2 ------ */

.aviso-SeccionesEspeciales1X2 {
	position:absolute;
	width:152px;
	height:41px;
	top:870px;
	left:333px;
}

.foto-SeccionesEspeciales1X2 {
	width:152px; height:41px; background:#fff;	
}

@media (max-width: 380px) {
.preview-SeccionesEspeciales, .bg-SeccionesEspeciales1X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-SeccionesEspeciales1X2 {
	width:88px; height:24px; top:503px; left:192px;
}
	
.foto-SeccionesEspeciales1X2 {
	width:88px; height:24px;  background:#fff;	
}
}


/* ------ SeccionesEspeciales1X1 ------ */

.aviso-SeccionesEspeciales1X1 {
	position:absolute;
	width:74px;
	height:43px;
	top:867px;
	left:413px;
}

.foto-SeccionesEspeciales1X1 {
	width:74px; height:43px; background:#fff;	
}

@media (max-width: 380px) {
.preview-SeccionesEspeciales, .bg-SeccionesEspeciales1X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-SeccionesEspeciales1X1 {
	width:42px; height:25px; top:501px; left:239px;
}
	
.foto-SeccionesEspeciales1X1 {
	width:42px; height:25px;  background:#fff;	
}
}



/* ---------------------------------------------  
				
				CUERPO CLASIFICADOS

------------------------------------------------ */

/* ---------------------------------------------  
				
		AUTOMOVILES SECCION CRONICA

------------------------------------------------ */

.preview-MTA {
	position:relative; width:480px; height:536px; margin:0 auto; background:#fff; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}

/* ------ MTA12X6 ------ */

.aviso-MTA12X6 {
	position:absolute;
	width:427px;
	height:484px;
	top:30px;
	left:26px;
}

.foto-MTA12X6 {
	width:427px; height:484px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTA, .bg-MTA12X6 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTA12X6 {
	width:260px; height:297px; top:16px; left:18px;
}
	
.foto-MTA12X6 {
	width:260px; height:297px; background:#fff;
}
}


/* ------ MTA11X3 ------ */

.aviso-MTA11X3 {
	position:absolute;
	width:213px;
	height:460px;
	top:49px;
	left:241px;
}

.foto-MTA11X3 {
	width:213px; height:460px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTA, .bg-MTA11X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTA11X3 {
	width:128px; height:280px; top:33px; left:143px;
}
	
.foto-MTA11X3 {
	width:128px; height:280px; background:#fff;
}
}


/* ------ MTA9X4 ------ */

.aviso-MTA9X4 {
	position:absolute;
	width:288px;
	height:338px;
	top:181px;
	left:165px;
}

.foto-MTA9X4 {
	width:288px; height:338px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTA, .bg-MTA9X4 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTA9X4 {
	width:175px; height:205px; top:109px; left:100px;
}
	
.foto-MTA9X4 {
	width:175px; height:205px; background:#fff;
}
}


/* ------ MTA6X6 ------ */

.aviso-MTA6X6 {
	position:absolute;
	width:426px;
	height:213px;
	top:300px;
	left:27px;
}

.foto-MTA6X6 {
	width:426px; height:213px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTA, .bg-MTA6X6 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTA6X6 {
	width:258px; height:129px; top:181px; left:16px;
}
	
.foto-MTA6X6 {
	width:258px; height:129px; background:#fff;
}
}



/* ------ MTA6X3 ------ */

.aviso-MTA6X3 {
	position:absolute;
	width:213px;
	height:213px;
	top:297px;
	left:241px;
}

.foto-MTA6X3 {
	width:213px; height:213px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTA, .bg-MTA6X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTA6X3 {
	width:128px; height:128px; top:180px; left:146px;
}
	
.foto-MTA6X3 {
	width:128px; height:128px; background:#fff;
}
}


/* ------ MTA4X6 ------ */

.aviso-MTA4X6 {
	position:absolute;
	width:428px;
	height:164px;
	top:350px;
	left:26px;
}

.foto-MTA4X6 {
	width:428px; height:164px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTA, .bg-MTA4X6 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTA4X6 {
	width:259px; height:99px; top:212px; left:16px;
}
	
.foto-MTA4X6 {
	width:259px; height:99px; background:#fff;
}
}

/* ------ MTA4X2 ------ */

.aviso-MTA4X2 {
	position:absolute;
	width:140px;
	height:163px;
	top:352px;
	left:314px;
}

.foto-MTA4X2 {
	width:140px; height:163px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTA, .bg-MTA4X2 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTA4X2 {
	width:84px; height:98px; top:213px; left:190px;
}
	
.foto-MTA4X2 {
	width:84px; height:98px; background:#fff;
}
}


/* ------ MTA2X6 ------ */

.aviso-MTA2X6 {
	position:absolute;
	width:426px;
	height:79px;
	top:435px;
	left:27px;
}

.foto-MTA2X6 {
	width:426px; height:79px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTA, .bg-MTA2X6 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTA2X6 {
	width:262px; height:48px; top:265px; left:10px;
}
	
.foto-MTA2X6 {
	width:262px; height:48px; background:#fff;
}
}

/* ------ MTA2X6P ------ */

.aviso-MTA2X6P {
	position:absolute;
	width:426px;
	height:79px;
	top:435px;
	left:27px;
}

.foto-MTA2X6P {
	width:426px; height:79px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTA, .bg-MTA2X6P {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTA2X6P {
	width:262px; height:48px; top:265px; left:10px;
}
	
.foto-MTA2X6P {
	width:262px; height:48px; background:#fff;
}
}




/* ------ MTA2X4 ------ */

.aviso-MTA2X4 {
	position:absolute;
	width:284px;
	height:79px;
	top:103px;
	left:26px;
}

.foto-MTA2X4 {
	width:284px; height:79px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTA, .bg-MTA2X4 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-MTA2X4 {
	width:171px; height:48px; top:62px; left:16px;
}
	
.foto-MTA2X4 {
	width:171px; height:48px; background:#fff;
}
}



/* ------ MTA2X2 ------ */

.aviso-MTA2X2 {
	position:absolute;
	width:138px;
	height:79px;
	top:102px;
	left:26px;
}

.foto-MTA2X2 {
	width:138px; height:79px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTA, .bg-MTA2X2 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-MTA2X2 {
	width:83px; height:48px; top:62px; left:16px;
}
	
.foto-MTA2X2 {
	width:83px; height:48px; background:#fff;
}
}

/* ------ MTA2X1 ------ */

.aviso-MTA2X1 {
	position:absolute;
	width:66px;
	height:79px;
	top:103px;
	left:26px;
}

.foto-MTA2X1 {
	width:66px; height:79px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTA, .bg-MTA2X1 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-MTA2X1 {
	width:40px; height:48px; top:62px; left:16px;
}
	
.foto-MTA2X1 {
	width:40px; height:48px; background:#fff;
}
}


/* ------ MTA1X1 ------ */

.aviso-MTA1X1 {
	position:absolute;
	width:65px;
	height:37px;
	top:126px;
	left:388px;
}

.foto-MTA1X1 {
	width:65px; height:37px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTA, .bg-MTA1X1 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-MTA1X1 {
	width:40px; height:23px; top:76px; left:234px;
}
	
.foto-MTA1X1 {
	width:40px; height:23px; background:#fff;
}
}


/* ---------------------------------------------  
				
		AUTOMOVILES SECCION CLASIFICADOS

------------------------------------------------ */

.preview-NCA {
	position:relative; width:480px; height:536px; margin:0 auto; background:#fff; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}

/* ------ NCA14X7 ------ */

.aviso-NCA14X7 {
	position:absolute;
	width:423px;
	height:503px;
	top:15px;
	left:28px;
}

.foto-NCA14X7 {
	width:423px; height:503px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA14X7 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA14X7 {
	width:255px; height:304px; top:8px; left:17px;
}
	
.foto-NCA14X7 {
	width:255px; height:304px; background:#fff;
}
}


/* ------ NCA13X4 ------ */

.aviso-NCA13X4 {
	position:absolute;
	width:241px;
	height:486px;
	top:32px;
	left:149px;
}

.foto-NCA13X4 {
	width:241px; height:486px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA13X4 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA13X4 {
	width:146px; height:294px; top:19px; left:90px;
}
	
.foto-NCA13X4 {
	width:146px; height:294px; background:#fff;
}
}

/* ------ NCA9X1 ------ */

.aviso-NCA9X1 {
	position:absolute;
	width:59px;
	height:322px;
	top:141px;
	left:392px;
}

.foto-NCA9X1 {
	width:59px; height:322px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA9X1 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA9X1 {
	width:36px; height:195px; top:85px; left:237px;
}
	
.foto-NCA9X1 {
	width:36px; height:195px; background:#fff;
}
}

/* ------ NCA9X5 ------ */

.aviso-NCA9X5 {
	position:absolute;
	width:302px;
	height:325px;
	top:194px;
	left:89px;
}

.foto-NCA9X5 {
	width:302px; height:325px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA9X5 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA9X5 {
	width:182px; height:197px; top:117px; left:54px;
}
	
.foto-NCA9X5 {
	width:182px; height:197px; background:#fff;
}
}


/* ------ NCA9X4 ------ */

.aviso-NCA9X4 {
	position:absolute;
	width:240px;
	height:325px;
	top:194px;
	left:89px;
}

.foto-NCA9X4 {
	width:240px; height:325px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA9X4 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA9X4 {
	width:145px; height:197px; top:117px; left:54px;
}
	
.foto-NCA9X4 {
	width:145px; height:197px; background:#fff;
}
}



/* ------ NCA9X3 ------ */

.aviso-NCA9X3 {
	position:absolute;
	width:183px;
	height:325px;
	top:190px;
	left:149px;
}

.foto-NCA9X3 {
	width:183px; height:325px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA9X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA9X3 {
	width:111px; height:196px; top:115px; left:90px;
}
	
.foto-NCA9X3 {
	width:111px; height:196px; background:#fff;
}
}




/* ------ NCA8X4 ------ */

.aviso-NCA8X4 {
	position:absolute;
	width:240px;
	height:291px;
	top:228px;
	left:89px;
}

.foto-NCA8X4 {
	width:240px; height:291px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA08X4 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA08X4 {
	width:145px; height:176px; top:138px; left:54px;
}
	
.foto-NCA08X4 {
	width:145px; height:176px; background:#fff;
}
}


/* ------ NCA08X3 ------ */

.aviso-NCA08X3 {
	position:absolute;
	width:183px;
	height:291px;
	top:224px;
	left:149px;
}

.foto-NCA08X3 {
	width:183px; height:291px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA08X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA08X3 {
	width:111px; height:176px; top:135px; left:90px;
}
	
.foto-NCA08X3 {
	width:111px; height:176px; background:#fff;
}
}


/* ------ NCA08X1 ------ */

.aviso-NCA08X1 {
	position:absolute;
	width:59px;
	height:299px;
	top:44px;
	left:89px;
}

.foto-NCA08X1 {
	width:59px; height:299px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA08X1 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA08X1 {
	width:35px; height:180px; top:27px; left:54px;
}
	
.foto-NCA08X1 {
	width:35px; height:180px; background:#fff;
}
}

/* ------ NCA07X3 ------ */

.aviso-NCA07X3 {
	position:absolute;
	width:183px;
	height:261px;
	top:254px;
	left:149px;
}

.foto-NCA07X3 {
	width:183px; height:261px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA07X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA07X3 {
	width:111px; height:157px; top:154px; left:90px;
}
	
.foto-NCA07X3 {
	width:111px; height:157px; background:#fff;
}
}


/* ------ NCA07X1 ------ */

.aviso-NCA07X1 {
	position:absolute;
	width:59px;
	height:250px;
	top:43px;
	left:271px;
}

.foto-NCA07X1 {
	width:59px; height:250px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA07X1 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA07X1 {
	width:35px; height:151px; top:26px; left:164px;
}
	
.foto-NCA07X1 {
	width:35px; height:151px; background:#fff;
}
}

/* ------ NCA06X3 ------ */

.aviso-NCA06X3 {
	position:absolute;
	width:183px;
	height:226px;
	top:289px;
	left:149px;
}

.foto-NCA06X3 {
	width:183px; height:219px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA06X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA06X3 {
	width:111px; height:136px; top:176px; left:90px;
}
	
.foto-NCA06X3 {
	width:111px; height:136px; background:#fff;
}
}



/* ------ NCA06X1 ------ */

.aviso-NCA06X1 {
	position:absolute;
	width:59px;
	height:219px;
	top:43px;
	left:271px;
}

.foto-NCA06X1 {
	width:59px; height:219px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA06X1 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA06X1 {
	width:35px; height:132px; top:26px; left:164px;
}
	
.foto-NCA06X1 {
	width:35px; height:132px; background:#fff;
}
}

/* ------ NCA05X3 ------ */

.aviso-NCA05X3 {
	position:absolute;
	width:183px;
	height:187px;
	top:328px;
	left:149px;
}

.foto-NCA05X3 {
	width:183px; height:187px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA05X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA05X3 {
	width:111px; height:113px; top:198px; left:90px;
}
	
.foto-NCA05X3 {
	width:111px; height:113px; background:#fff;
}
}



/* ------ NCA05X1 ------ */

.aviso-NCA05X1 {
	position:absolute;
	width:59px;
	height:186px;
	top:141px;
	left:392px;
}

.foto-NCA05X1 {
	width:59px; height:186px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA05X1 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA05X1 {
	width:35px; height:113px; top:85px; left:237px;
}
	
.foto-NCA05X1 {
	width:35px; height:113px; background:#fff;
}
}


/* ------ NCA04X5 ------ */

.aviso-NCA04X5 {
	position:absolute;
	width:303px;
	height:150px;
	top:371px;
	left:88px;
}

.foto-NCA04X5 {
	width:303px; height:150px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA04X5 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA04X5 {
	width:183px; height:91px; top:224px; left:53px;
}
	
.foto-NCA04X5 {
	width:183px; height:91px; background:#fff;
}
}




/* ------ NCA04X3 ------ */

.aviso-NCA04X3 {
	position:absolute;
	width:183px;
	height:150px;
	top:365px;
	left:149px;
}

.foto-NCA04X3 {
	width:183px; height:150px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA04X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA04X3 {
	width:111px; height:90px; top:221px; left:90px;
}
	
.foto-NCA04X3 {
	width:111px; height:90px; background:#fff;
}
}


/* ------ NCA04X2 ------ */

.aviso-NCA04X2 {
	position:absolute;
	width:120px;
	height:150px;
	top:368px;
	left:331px;
}

.foto-NCA04X2 {
	width:120px; height:150px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA04X2 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA04X2 {
	width:72px; height:91px; top:222px; left:200px;
}
	
.foto-NCA04X2 {
	width:72px; height:91px; background:#fff;
}
}




/* ------ NCA04X1 ------ */

.aviso-NCA04X1 {
	position:absolute;
	width:59px;
	height:150px;
	top:223px;
	left:395px;
}

.foto-NCA04X1 {
	width:59px; height:150px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA04X1 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA04X1 {
	width:35px; height:90px; top:135px; left:239px;
}
	
.foto-NCA04X1 {
	width:35px; height:90px; background:#fff;
}
}

/* ------ NCA03X2 ------ */

.aviso-NCA03X2 {
	position:absolute;
	width:120px;
	height:113px;
	top:405px;
	left:331px;
}

.foto-NCA03X2 {
	width:120px; height:113px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA03X2 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA03X2 {
	width:72px; height:68px; top:245px; left:200px;
}
	
.foto-NCA03X2 {
	width:72px; height:68px; background:#fff;
}
}



/* ------ NCA03X1 ------ */

.aviso-NCA03X1 {
	position:absolute;
	width:59px;
	height:112px;
	top:329px;
	left:392px;
}

.foto-NCA03X1 {
	width:59px; height:112px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA03X1 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA03X1 {
	width:35px; height:68px; top:199px; left:237px;
}
	
.foto-NCA03X1 {
	width:35px; height:68px; background:#fff;
}
}

/* ------ NCA02X1 ------ */

.aviso-NCA02X1 {
	position:absolute;
	width:59px;
	height:73px;
	top:446px;
	left:392px;
}

.foto-NCA02X1 {
	width:59px; height:73px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA02X1 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA02X1 {
	width:35px; height:44px; top:270px; left:237px;
}
	
.foto-NCA02X1 {
	width:35px; height:44px; background:#fff;
}
}


/* ------ NCA07X7 ------ */

.aviso-NCA07X7 {
	position:absolute;
	width:421px;
	height:238px;
	top:281px;
	left:29px;
}

.foto-NCA07X7 {
	width:423px; height:238px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA07X7 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA07X7 {
	width:254px; height:144px; top:170px; left:18px;
}
	
.foto-NCA07X7 {
	width:254px; height:144px; background:#fff;
}
}


/* ------ NCA07X4 ------ */

.aviso-NCA07X4 {
	position:absolute;
	width:241px;
	height:261px;
	top:257px;
	left:28px;
}

.foto-NCA07X4 {
	width:241px; height:261px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA07X4 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA07X4 {
	width:146px; height:158px; top:155px; left:17px;
}
	
.foto-NCA07X4 {
	width:146px; height:158px; background:#fff;
}
}


/* ------ NCA06X7 ------ */

.aviso-NCA06X7 {
	position:absolute;
	width:423px;
	height:224px;
	top:295px;
	left:28px;
}

.foto-NCA06X7 {
	width:423px; height:224px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA06X7 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA06X7 {
	width:255px; height:136px; top:178px; left:17px;
}
	
.foto-NCA06X7 {
	width:255px; height:136px; background:#fff;
}
}


/* ------ NCA06X2 ------ */

.aviso-NCA06X2 {
	position:absolute;
	width:119px;
	height:224px;
	top:294px;
	left:150px;
}

.foto-NCA06X2 {
	width:119px; height:224px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA06X2 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA06X2 {
	width:72px; height:135px; top:178px; left:91px;
}
	
.foto-NCA06X2 {
	width:72px; height:135px; background:#fff;
}
}



/* ------ NCA05X7 ------ */

.aviso-NCA05X7 {
	position:absolute;
	width:423px;
	height:186px;
	top:134px;
	left:28px;
}

.foto-NCA05X7 {
	width:423px; height:186px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA05X7 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA05X7 {
	width:255px; height:112px; top:81px; left:17px;
}
	
.foto-NCA05X7 {
	width:255px; height:112px; background:#fff;
}
}


/* ------ NCA05X5 ------ */

.aviso-NCA05X5 {
	position:absolute;
	width:303px;
	height:202px;
	top:322px;
	left:88px;
}

.foto-NCA05X5 {
	width:303px; height:202px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA05X5 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA05X5 {
	width:184px; height:121px; top:195px; left:53px;
}
	
.foto-NCA05X5 {
	width:184px; height:121px; background:#fff;
}
}

/* ------ NCA05X2 ------ */

.aviso-NCA05X2 {
	position:absolute;
	width:120px;
	height:187px;
	top:331px;
	left:331px;
}

.foto-NCA05X2 {
	width:120px; height:187px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA05X2 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA05X2 {
	width:72px; height:113px; top:200px; left:200px;
}
	
.foto-NCA05X2 {
	width:72px; height:113px; background:#fff;
}
}



/* ------ NCA04X7 ------ */

.aviso-NCA04X7 {
	position:absolute;
	width:430px;
	height:151px;
	top:20px;
	left:25px;
}

.foto-NCA04X7 {
	width:430px; height:151px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA04X7 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA04X7 {
	width:260px; height:91px; top:12px; left:15px;
}
	
.foto-NCA04X7 {
	width:260px; height:91px; background:#fff;
}
}

/* ------ NCA03X3 ------ */

.aviso-NCA03X3 {
	position:absolute;
	width:181px;
	height:113px;
	top:406px;
	left:149px;
}

.foto-NCA03X3 {
	width:181px; height:113px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA03X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA03X3 {
	width:109px; height:69px; top:245px; left:90px;
}
	
.foto-NCA03X3 {
	width:109px; height:69px; background:#fff;
}
}




/* ------ NCA01X7 ------ */

.aviso-NCA01X7 {
	position:absolute;
	width:422px;
	height:36px;
	top:33px;
	left:28px;
}

.foto-NCA01X7 {
	width:422px; height:36px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA01X7 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA01X7 {
	width:255px; height:22px; top:20px; left:17px;
}
	
.foto-NCA01X7 {
	width:255px; height:22px; background:#fff;
}
}


/* ------ NCA01X1 ------ */

.aviso-NCA01X1 {
	position:absolute;
	width:59px;
	height:37px;
	top:76px;
	left:87px;
}

.foto-NCA01X1 {
	width:59px; height:37px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCA, .bg-NCA01X1 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCA01X1 {
	width:35px; height:22px; top:46px; left:53px;
}
	
.foto-NCA01X1 {
	width:35px; height:22px; background:#fff;
}
}


/* ---------------------------------------------  
				
		ECONOMICOS SECCION CLASIFICADOS

------------------------------------------------ */

.preview-NCE {
	position:relative; width:480px; height:536px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}

/* ------ NCE14X7 ------ */

.aviso-NCE14X7 {
	position:absolute;
	width:423px;
	height:503px;
	top:15px;
	left:28px;
}

.foto-NCE14X7 {
	width:423px; height:503px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE14X7 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE14X7 {
	width:255px; height:304px; top:8px; left:17px;
}
	
.foto-NCE14X7 {
	width:255px; height:304px; background:#fff;
}
}


/* ------ NCE13X4 ------ */

.aviso-NCE13X4 {
	position:absolute;
	width:241px;
	height:486px;
	top:32px;
	left:149px;
}

.foto-NCE13X4 {
	width:241px; height:486px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE13X4 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE13X4 {
	width:146px; height:294px; top:19px; left:90px;
}
	
.foto-NCE13X4 {
	width:146px; height:294px; background:#fff;
}
}

/* ------ NCE9X1 ------ */

.aviso-NCE09X1 {
	position:absolute;
	width:59px;
	height:322px;
	top:141px;
	left:392px;
}

.foto-NCE09X1 {
	width:59px; height:322px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE09X1 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE09X1 {
	width:36px; height:195px; top:85px; left:237px;
}
	
.foto-NCE09X1 {
	width:36px; height:195px; background:#fff;
}
}

/* ------ NCE09X5 ------ */

.aviso-NCE09X5 {
	position:absolute;
	width:302px;
	height:325px;
	top:194px;
	left:89px;
}

.foto-NCE09X5 {
	width:302px; height:325px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE09X5 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE09X5 {
	width:182px; height:197px; top:117px; left:54px;
}
	
.foto-NCE09X5 {
	width:182px; height:197px; background:#fff;
}
}


/* ------ NCE09X4 ------ */

.aviso-NCE09X4 {
	position:absolute;
	width:240px;
	height:325px;
	top:194px;
	left:89px;
}

.foto-NCE09X4 {
	width:240px; height:325px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE09X4 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE09X4 {
	width:145px; height:197px; top:117px; left:54px;
}
	
.foto-NCE09X4 {
	width:145px; height:197px; background:#fff;
}
}



/* ------ NCE09X3 ------ */

.aviso-NCE09X3 {
	position:absolute;
	width:183px;
	height:325px;
	top:190px;
	left:149px;
}

.foto-NCE09X3 {
	width:183px; height:325px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE09X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE09X3 {
	width:111px; height:196px; top:115px; left:90px;
}
	
.foto-NCE09X3 {
	width:111px; height:196px; background:#fff;
}
}




/* ------ NCE08X4 ------ */

.aviso-NCE08X4 {
	position:absolute;
	width:240px;
	height:291px;
	top:228px;
	left:89px;
}

.foto-NCE08X4 {
	width:240px; height:291px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE08X4 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE08X4 {
	width:145px; height:176px; top:138px; left:54px;
}
	
.foto-NCE08X4 {
	width:145px; height:176px; background:#fff;
}
}


/* ------ NCE08X3 ------ */

.aviso-NCE08X3 {
	position:absolute;
	width:183px;
	height:291px;
	top:224px;
	left:149px;
}

.foto-NCE08X3 {
	width:183px; height:291px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE08X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE08X3 {
	width:111px; height:176px; top:135px; left:90px;
}
	
.foto-NCE08X3 {
	width:111px; height:176px; background:#fff;
}
}


/* ------ NCE08X1 ------ */

.aviso-NCE08X1 {
	position:absolute;
	width:59px;
	height:299px;
	top:44px;
	left:89px;
}

.foto-NCE08X1 {
	width:59px; height:299px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE08X1 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE08X1 {
	width:35px; height:180px; top:27px; left:54px;
}
	
.foto-NCE08X1 {
	width:35px; height:180px; background:#fff;
}
}

/* ------ NCE07X3 ------ */

.aviso-NCE07X3 {
	position:absolute;
	width:183px;
	height:261px;
	top:254px;
	left:149px;
}

.foto-NCE07X3 {
	width:183px; height:261px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE07X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE07X3 {
	width:111px; height:157px; top:154px; left:90px;
}
	
.foto-NCE07X3 {
	width:111px; height:157px; background:#fff;
}
}


/* ------ NCE07X1 ------ */

.aviso-NCE07X1 {
	position:absolute;
	width:59px;
	height:250px;
	top:43px;
	left:271px;
}

.foto-NCE07X1 {
	width:59px; height:250px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE07X1 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE07X1 {
	width:35px; height:151px; top:26px; left:164px;
}
	
.foto-NCE07X1 {
	width:35px; height:151px; background:#fff;
}
}

/* ------ NCE06X3 ------ */

.aviso-NCE06X3 {
	position:absolute;
	width:183px;
	height:226px;
	top:289px;
	left:149px;
}

.foto-NCE06X3 {
	width:183px; height:219px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE06X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE06X3 {
	width:111px; height:136px; top:176px; left:90px;
}
	
.foto-NCE06X3 {
	width:111px; height:136px; background:#fff;
}
}



/* ------ NCE06X1 ------ */

.aviso-NCE06X1 {
	position:absolute;
	width:59px;
	height:219px;
	top:43px;
	left:271px;
}

.foto-NCE06X1 {
	width:59px; height:219px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE06X1 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE06X1 {
	width:35px; height:132px; top:26px; left:164px;
}
	
.foto-NCE06X1 {
	width:35px; height:132px; background:#fff;
}
}

/* ------ NCE05X3 ------ */

.aviso-NCE05X3 {
	position:absolute;
	width:183px;
	height:187px;
	top:328px;
	left:149px;
}

.foto-NCE05X3 {
	width:183px; height:187px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE05X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE05X3 {
	width:111px; height:113px; top:198px; left:90px;
}
	
.foto-NCE05X3 {
	width:111px; height:113px; background:#fff;
}
}



/* ------ NCE05X1 ------ */

.aviso-NCE05X1 {
	position:absolute;
	width:59px;
	height:186px;
	top:141px;
	left:392px;
}

.foto-NCE05X1 {
	width:59px; height:186px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE05X1 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE05X1 {
	width:35px; height:113px; top:85px; left:237px;
}
	
.foto-NCE05X1 {
	width:35px; height:113px; background:#fff;
}
}


/* ------ NCE04X5 ------ */

.aviso-NCE04X5 {
	position:absolute;
	width:303px;
	height:150px;
	top:371px;
	left:88px;
}

.foto-NCE04X5 {
	width:303px; height:150px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE04X5 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE04X5 {
	width:183px; height:91px; top:224px; left:53px;
}
	
.foto-NCE04X5 {
	width:183px; height:91px; background:#fff;
}
}




/* ------ NCE04X3 ------ */

.aviso-NCE04X3 {
	position:absolute;
	width:183px;
	height:150px;
	top:365px;
	left:149px;
}

.foto-NCE04X3 {
	width:183px; height:150px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE04X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE04X3 {
	width:111px; height:90px; top:221px; left:90px;
}
	
.foto-NCE04X3 {
	width:111px; height:90px; background:#fff;
}
}


/* ------ NCE04X2 ------ */

.aviso-NCE04X2 {
	position:absolute;
	width:120px;
	height:150px;
	top:368px;
	left:331px;
}

.foto-NCE04X2 {
	width:120px; height:150px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE04X2 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE04X2 {
	width:72px; height:91px; top:222px; left:200px;
}
	
.foto-NCE04X2 {
	width:72px; height:91px; background:#fff;
}
}




/* ------ NCE04X1 ------ */

.aviso-NCE04X1 {
	position:absolute;
	width:59px;
	height:150px;
	top:223px;
	left:395px;
}

.foto-NCE04X1 {
	width:59px; height:150px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE04X1 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE04X1 {
	width:35px; height:90px; top:135px; left:239px;
}
	
.foto-NCE04X1 {
	width:35px; height:90px; background:#fff;
}
}

/* ------ NCE03X2 ------ */

.aviso-NCE03X2 {
	position:absolute;
	width:120px;
	height:113px;
	top:405px;
	left:331px;
}

.foto-NCE03X2 {
	width:120px; height:113px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE03X2 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE03X2 {
	width:72px; height:68px; top:245px; left:200px;
}
	
.foto-NCE03X2 {
	width:72px; height:68px; background:#fff;
}
}



/* ------ NCE03X1 ------ */

.aviso-NCE03X1 {
	position:absolute;
	width:59px;
	height:112px;
	top:329px;
	left:392px;
}

.foto-NCE03X1 {
	width:59px; height:112px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE03X1 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE03X1 {
	width:35px; height:68px; top:199px; left:237px;
}
	
.foto-NCE03X1 {
	width:35px; height:68px; background:#fff;
}
}

/* ------ NCE02X1 ------ */

.aviso-NCE02X1 {
	position:absolute;
	width:59px;
	height:73px;
	top:446px;
	left:392px;
}

.foto-NCE02X1 {
	width:59px; height:73px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE02X1 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE02X1 {
	width:35px; height:44px; top:270px; left:237px;
}
	
.foto-NCE02X1 {
	width:35px; height:44px; background:#fff;
}
}


/* ------ NCE07X7 ------ */

.aviso-NCE07X7 {
	position:absolute;
	width:421px;
	height:238px;
	top:281px;
	left:29px;
}

.foto-NCE07X7 {
	width:423px; height:238px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE07X7 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE07X7 {
	width:254px; height:144px; top:170px; left:18px;
}
	
.foto-NCE07X7 {
	width:254px; height:144px; background:#fff;
}
}


/* ------ NCE07X4 ------ */

.aviso-NCE07X4 {
	position:absolute;
	width:241px;
	height:261px;
	top:257px;
	left:28px;
}

.foto-NCE07X4 {
	width:241px; height:261px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE07X4 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE07X4 {
	width:146px; height:158px; top:155px; left:17px;
}
	
.foto-NCE07X4 {
	width:146px; height:158px; background:#fff;
}
}


/* ------ NCE06X7 ------ */

.aviso-NCE06X7 {
	position:absolute;
	width:423px;
	height:224px;
	top:295px;
	left:28px;
}

.foto-NCE06X7 {
	width:423px; height:224px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE06X7 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE06X7 {
	width:255px; height:136px; top:178px; left:17px;
}
	
.foto-NCE06X7 {
	width:255px; height:136px; background:#fff;
}
}


/* ------ NCE06X2 ------ */

.aviso-NCE06X2 {
	position:absolute;
	width:119px;
	height:224px;
	top:294px;
	left:150px;
}

.foto-NCE06X2 {
	width:119px; height:224px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE06X2 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE06X2 {
	width:72px; height:135px; top:178px; left:91px;
}
	

.foto-NCE06X2 {
	width:72px; height:135px; background:#fff;
}
}



/* ------ NCE05X7 ------ */

.aviso-NCE05X7 {
	position:absolute;
	width:423px;
	height:186px;
	top:134px;
	left:28px;
}

.foto-NCE05X7 {
	width:423px; height:186px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE05X7 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE05X7 {
	width:255px; height:112px; top:81px; left:17px;
}
	
.foto-NCE05X7 {
	width:255px; height:112px; background:#fff;
}
}


/* ------ NCE05X5 ------ */

.aviso-NCE05X5 {
	position:absolute;
	width:303px;
	height:202px;
	top:322px;
	left:88px;
}

.foto-NCE05X5 {
	width:303px; height:202px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE05X5 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE05X5 {
	width:184px; height:121px; top:195px; left:53px;
}
	
.foto-NCE05X5 {
	width:184px; height:121px; background:#fff;
}
}

/* ------ NCE05X2 ------ */

.aviso-NCE05X2 {
	position:absolute;
	width:120px;
	height:187px;
	top:331px;
	left:331px;
}

.foto-NCE05X2 {
	width:120px; height:187px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE05X2 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE05X2 {
	width:72px; height:113px; top:200px; left:200px;
}
	
.foto-NCE05X2 {
	width:72px; height:113px; background:#fff;
}
}



/* ------ NCE04X7 ------ */

.aviso-NCE04X7 {
	position:absolute;
	width:430px;
	height:151px;
	top:20px;
	left:25px;
}

.foto-NCE04X7 {
	width:430px; height:151px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE04X7 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE04X7 {
	width:260px; height:91px; top:12px; left:15px;
}
	
.foto-NCE04X7 {
	width:260px; height:91px; background:#fff;
}
}

/* ------ NCE03X3 ------ */

.aviso-NCE03X3 {
	position:absolute;
	width:181px;
	height:113px;
	top:406px;
	left:149px;
}

.foto-NCE03X3 {
	width:181px; height:113px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE03X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE03X3 {
	width:109px; height:69px; top:245px; left:90px;
}
	
.foto-NCE03X3 {
	width:109px; height:69px; background:#fff;
}
}




/* ------ NCE01X7 ------ */

.aviso-NCE01X7 {
	position:absolute;
	width:422px;
	height:36px;
	top:33px;
	left:28px;
}

.foto-NCE01X7 {
	width:422px; height:36px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE01X7 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE01X7 {
	width:255px; height:22px; top:20px; left:17px;
}
	
.foto-NCE01X7 {
	width:255px; height:22px; background:#fff;
}
}


/* ------ NCE01X1 ------ */

.aviso-NCE01X1 {
	position:absolute;
	width:59px;
	height:37px;
	top:76px;
	left:87px;
}

.foto-NCE01X1 {
	width:59px; height:37px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCE, .bg-NCE01X1 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-NCE01X1 {
	width:35px; height:22px; top:46px; left:53px;
}
	
.foto-NCE01X1 {
	width:35px; height:22px; background:#fff;
}
}



/* ---------------------------------------------  
				
		PROPIEDADES SECCION CLASIFICADOS

------------------------------------------------ */

.preview-NCP {
	position:relative; width:550px; height:585px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}

/* ------ NCP14X7 ------ */

.aviso-NCP14X7 {
	position:absolute;
	width:483px;
	height:546px;
	top:18px;
	left:33px;
}

.foto-NCP14X7 {
	width:483px; height:546px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP14X7 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP14X7 {
	width:255px; height:288px; top:9px; left:17px;
}
	
.foto-NCP14X7 {
	width:255px; height:288px; background:#fff;
}
}


/* ------ NCP13X4 ------ */

.aviso-NCP13X4{
	position:absolute;
	width:276px;
	height:532px;
	top:34px;
	left:171px;
}

.foto-NCP13X4 {
	width:276px; height:532px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP13X4 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP13X4 {
	width:146px; height:280px; top:18px; left:90px;
}
	
.foto-NCP13X4 {
	width:146px; height:280px; background:#fff;
}
}

/* ------ NCP09X5 ------ */

.aviso-NCP09X5{
	position:absolute;
	width:346px;
	height:368px;
	top:198px;
	left:171px;
}

.foto-NCP09X5 {
	width:346px; height:368px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP09X5 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP09X5 {
	width:183px; height:194px; top:104px; left:90px;
}
	
.foto-NCP09X5 {
	width:183px; height:194px;  background:#fff;
}
}


/* ------ NCP09X4 ------ */

.aviso-NCP09X4{
	position:absolute;
	width:277px;
	height:368px;
	top:198px;
	left:240px;
}

.foto-NCP09X4 {
	width:277px; height:368px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP09X4 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP09X4 {
	width:146px; height:194px; top:104px; left:127px;
}
	
.foto-NCP09X4 {
	width:146px; height:194px;  background:#fff;
}
}

/* ------ NCP09X3 ------ */

.aviso-NCP09X3{
	position:absolute;
	width:207px;
	height:368px;
	top:198px;
	left:310px;
}

.foto-NCP09X3 {
	width:207px; height:368px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP09X3 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP09X3 {
	width:110px; height:194px; top:104px; left:163px;
}
	
.foto-NCP09X3 {
	width:110px; height:194px;  background:#fff;
}
}


/* ------ NCP09X1 ------ */

.aviso-NCP09X1{
	position:absolute;
	width:68px;
	height:368px;
	top:198px;
	left:449px;
}

.foto-NCP09X1 {
	width:68px; height:368px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP09X1 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP09X1 {
	width:36px; height:194px; top:104px; left:237px;
}
	
.foto-NCP09X1 {
	width:36px; height:194px;  background:#fff;
}
}

/* ------ NCP08X4 ------ */

.aviso-NCP08X4{
	position:absolute;
	width:277px;
	height:327px;
	top:239px;
	left:240px;
}

.foto-NCP08X4 {
	width:277px; height:327px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP08X4 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP08X4 {
	width:146px; height:172px; top:126px; left:127px;
}
	
.foto-NCP08X4 {
	width:146px; height:172px;  background:#fff;
}
}

/* ------ NCP08X3 ------ */

.aviso-NCP08X3{
	position:absolute;
	width:207px;
	height:327px;
	top:239px;
	left:310px;
}

.foto-NCP08X3 {
	width:207px; height:327px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP08X3 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP08X3 {
	width:109px; height:172px; top:126px; left:163px;
}
	
.foto-NCP08X3 {
	width:109px; height:172px; background:#fff;
}
}


/* ------ NCP08X1 ------ */

.aviso-NCP08X1{
	position:absolute;
	width:68px;
	height:327px;
	top:239px;
	left:449px;
}

.foto-NCP08X1 {
	width:68px; height:327px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP08X1 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP08X1 {
	width:36px; height:172px; top:126px; left:237px;
}
	
.foto-NCP08X1 {
	width:36px; height:172px; background:#fff;
}
}

/* ------ NCP07X7 ------ */

.aviso-NCP07X7 {
	position:absolute;
	width:483px;
	height:286px;
	top:281px;
	left:33px;
}

.foto-NCP07X7 {
	width:483px; height:286px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP07X7 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP07X7 {
	width:255px; height:151px; top:148px; left:17px;
}
	
.foto-NCP07X7 {
	width:255px; height:151px; background:#fff;
}
}

/* ------ NCP07X4 ------ */

.aviso-NCP07X4 {
	position:absolute;
	width:277px;
	height:286px;
	top:281px;
	left:240px;
}

.foto-NCP07X4 {
	width:277px; height:286px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP07X4 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP07X4 {
	width:146px; height:151px; top:148px; left:127px;
}
	
.foto-NCP07X4 {
	width:146px; height:151px; background:#fff;
}
}

/* ------ NCP07X3 ------ */

.aviso-NCP07X3 {
	position:absolute;
	width:207px;
	height:286px;
	top:281px;
	left:310px;
}

.foto-NCP07X3 {
	width:207px; height:286px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP07X3 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP07X3 {
	width:110px; height:151px; top:148px; left:163px;
}
	
.foto-NCP07X3 {
	width:110px; height:151px; background:#fff;
}
}

/* ------ NCP07X1 ------ */

.aviso-NCP07X1 {
	position:absolute;
	width:68px;
	height:286px;
	top:280px;
	left:449px;
}

.foto-NCP07X1 {
	width:68px; height:286px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP07X1 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP07X1 {
	width:36px; height:151px; top:147px; left:237px;
}
	
.foto-NCP07X1 {
	width:36px; height:151px; background:#fff;
}
}

/* ------ NCP06X7 ------ */

.aviso-NCP06X7 {
	position:absolute;
	width:483px;
	height:244px;
	top:322px;
	left:33px;
}

.foto-NCP06X7 {
	width:483px; height:244px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP06X7 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP06X7 {
	width:255px; height:128px; top:170px; left:17px;
}
	
.foto-NCP06X7 {
	width:255px; height:128px; background:#fff;
}
}

/* ------ NCP06X3 ------ */

.aviso-NCP06X3 {
	position:absolute;
	width:207px;
	height:245px;
	top:321px;
	left:310px;
}

.foto-NCP06X3 {
	width:207px; height:245px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP06X3 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP06X3 {
	width:110px; height:129px; top:169px; left:163px;
}
	
.foto-NCP06X3 {
	width:110px; height:129px; background:#fff;
}
}


/* ------ NCP06X2 ------ */

.aviso-NCP06X2 {
	position:absolute;
	width:138px;
	height:245px;
	top:321px;
	left:379px;
}

.foto-NCP06X2 {
	width:138px; height:245px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP06X2 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP06X2 {
	width:73px; height:129px; top:169px; left:200px;
}
	
.foto-NCP06X2 {
	width:73px; height:129px; background:#fff;
}
}

/* ------ NCP06X1 ------ */

.aviso-NCP06X1 {
	position:absolute;
	width:68px;
	height:245px;
	top:321px;
	left:449px;
}

.foto-NCP06X1 {
	width:68px; height:245px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP06X1 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP06X1 {
	width:36px; height:129px; top:169px; left:237px;
}
	
.foto-NCP06X1 {
	width:36px; height:129px; background:#fff;
}
}

/* ------ NCP05X7 ------ */

.aviso-NCP05X7 {
	position:absolute;
	width:483px;
	height:204px;
	top:362px;
	left:33px;
}

.foto-NCP05X7 {
	width:483px; height:204px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP05X7 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP05X7 {
	width:255px; height:107px; top:191px; left:17px;
}
	
.foto-NCP05X7 {
	width:255px; height:107px; background:#fff;
}
}

/* ------ NCP05X5 ------ */

.aviso-NCP05X5 {
	position:absolute;
	width:346px;
	height:204px;
	top:362px;
	left:171px;
}

.foto-NCP05X5 {
	width:346px; height:204px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP05X5 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP05X5 {
	width:183px; height:107px; top:191px; left:90px;
}
	
.foto-NCP05X5 {
	width:183px; height:107px; background:#fff;
}
}


/* ------ NCP05X3 ------ */

.aviso-NCP05X3 {
	position:absolute;
	width:207px;
	height:204px;
	top:362px;
	left:171px;
}

.foto-NCP05X3 {
	width:207px; height:204px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP05X3 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP05X3 {
	width:109px; height:107px; top:191px; left:90px;
}
	
.foto-NCP05X3 {
	width:109px; height:107px; background:#fff;
}
}

/* ------ NCP05X2 ------ */

.aviso-NCP05X2 {
	position:absolute;
	width:138px;
	height:204px;
	top:362px;
	left:379px;
}

.foto-NCP05X2 {
	width:138px; height:204px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP05X2 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP05X2 {
	width:73px; height:107px; top:191px; left:200px;
}
	
.foto-NCP05X2 {
	width:73px; height:107px; background:#fff;
}
}

/* ------ NCP05X1 ------ */

.aviso-NCP05X1 {
	position:absolute;
	width:68px;
	height:204px;
	top:362px;
	left:449px;
}

.foto-NCP05X1 {
	width:68px; height:204px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP05X1 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP05X1 {
	width:36px; height:107px; top:191px; left:237px;
}
	
.foto-NCP05X1 {
	width:36px; height:107px; background:#fff;
}
}


/* ------ NCP04X7 ------ */

.aviso-NCP04X7 {
	position:absolute;
	width:483px;
	height:163px;
	top:403px;
	left:33px;
}

.foto-NCP04X7 {
	width:483px; height:163px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP04X7 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP04X7 {
	width:255px; height:86px; top:212px; left:17px;
}
	
.foto-NCP04X7 {
	width:255px; height:86px; background:#fff;
}
}

/* ------ NCP04X5 ------ */

.aviso-NCP04X5 {
	position:absolute;
	width:346px;
	height:163px;
	top:403px;
	left:170px;
}

.foto-NCP04X5 {
	width:346px; height:163px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP04X5 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP04X5 {
	width:182px; height:86px; top:212px; left:90px;
}
	
.foto-NCP04X5 {
	width:182px; height:86px; background:#fff;
}
}

/* ------ NCP04X3 ------ */

.aviso-NCP04X3 {
	position:absolute;
	width:207px;
	height:163px;
	top:403px;
	left:171px;
}

.foto-NCP04X3 {
	width:207px; height:163px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP04X3 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP04X3 {
	width:109px; height:86px; top:212px; left:90px;
}
	
.foto-NCP04X3 {
	width:109px; height:86px; background:#fff;
}
}


/* ------ NCP04X2 ------ */

.aviso-NCP04X2 {
	position:absolute;
	width:137px;
	height:163px;
	top:403px;
	left:379px;
}

.foto-NCP04X2 {
	width:137px; height:163px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP04X2 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP04X2 {
	width:72px; height:86px; top:212px; left:200px;
}
	
.foto-NCP04X2 {
	width:72px; height:86px; background:#fff;
}
}

/* ------ NCP04X1 ------ */

.aviso-NCP04X1 {
	position:absolute;
	width:68px;
	height:163px;
	top:403px;
	left:449px;
}

.foto-NCP04X1 {
	width:68px; height:163px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP04X1 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP04X1 {
	width:36px; height:86px; top:212px; left:237px;
}
	
.foto-NCP04X1 {
	width:36px; height:86px; background:#fff;
}
}

/* ------ NCP03X3 ------ */

.aviso-NCP03X3 {
	position:absolute;
	width:207px;
	height:122px;
	top:444px;
	left:171px;
}

.foto-NCP03X3 {
	width:207px; height:122px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP03X3 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP03X3 {
	width:109px; height:64px; top:234px; left:90px;
}
	
.foto-NCP03X3 {
	width:109px; height:64px; background:#fff;
}
}

/* ------ NCP03X2 ------ */

.aviso-NCP03X2 {
	position:absolute;
	width:138px;
	height:122px;
	top:444px;
	left:379px;
}

.foto-NCP03X2 {
	width:138px; height:122px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP03X2 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP03X2 {
	width:73px; height:64px; top:234px; left:200px;
}
	
.foto-NCP03X2 {
	width:73px; height:64px; background:#fff;
}
}

/* ------ NCP03X1 ------ */

.aviso-NCP03X1 {
	position:absolute;
	width:68px;
	height:122px;
	top:444px;
	left:449px;
}

.foto-NCP03X1 {
	width:68px; height:122px; background:#fff;	
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP03X1 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP03X1 {
	width:36px; height:64px; top:234px; left:237px;
}
	
.foto-NCP03X1 {
	width:36px; height:64px; background:#fff;
}
}

/* ------ NCP02X1 ------ */

.aviso-NCP02X1 {
	position:absolute;
	width:68px;
	height:81px;
	top:485px;
	left:449px;
}

.foto-NCP02X1 {
	width:68px; height:81px; background:#fff;
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP02X1 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP02X1 {
	width:36px; height:43px; top:255px; left:237px;
}
	
.foto-NCP02X1 {
	width:36px; height:43px; background:#fff;
}
}


/* ------ NCP01X7 ------ */

.aviso-NCP01X7 {
	position:absolute;
	width:485px;
	height:40px;
	top:34px;
	left:32px;
}

.foto-NCP01X7 {
	width:485px; height:40px; background:#fff;
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP01X7 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP01X7 {
	width:256px; height:21px; top:18px; left:17px;
}
	
.foto-NCP01X7 {
	width:256px; height:21px; background:#fff;
}
}

/* ------ NCP01X1 ------ */

.aviso-NCP01X1 {
	position:absolute;
	width:68px;
	height:40px;
	top:526px;
	left:449px;
}

.foto-NCP01X1 {
	width:68px; height:40px; background:#fff;
}

@media (max-width: 380px) {
.preview-NCP, .bg-NCP01X1 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-NCP01X1 {
	width:36px; height:11px; top:277px; left:237px;
}
	
.foto-NCP01X1 {
	width:36px; height:21px; background:#fff;
}
}



/* ---------------------------------------------  
				
		PROPIEDADES SECCION CRONICA

------------------------------------------------ */

.preview-MTP {
	position:relative; width:550px; height:585px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}

/* ------ MTP12X6 ------ */

.aviso-MTP12X6 {
	position:absolute;
	width:488px;
	height:530px;
	top:26px;
	left:31px;
}

.foto-MTP12X6 {
	width:488px; height:530px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTP, .bg-MTP12X6 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-MTP12X6 {
	width:258px; height:279px; top:14px; left:13px;
}
	
.foto-MTP12X6 {
	width:258px; height:279px; background:#fff;
}
}


/* ------ MTP11X3 ------ */

.aviso-MTP11X3 {
	position:absolute;
	width:235px;
	height:508px;
	top:52px;
	left:284px;
}

.foto-MTP11X3 {
	width:235px; height:508px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTP, .bg-MTP11X3 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-MTP11X3 {
	width:124px; height:268px; top:27px; left:150px;
}
	
.foto-MTP11X3 {
	width:124px; height:268px; background:#fff;
}
}


/* ------ MTP09X4 ------ */

.aviso-MTP09X4 {
	position:absolute;
	width:325px;
	height:381px;
	top:175px;
	left:194px;
}

.foto-MTP09X4 {
	width:325px; height:381px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTP, .bg-MTP09X4 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-MTP09X4 {
	width:172px; height:201px; top:92px; left:102px;
}
	
.foto-MTP09X4 {
	width:172px; height:201px; background:#fff;
}
}

/* ------ MTP06X6 ------ */

.aviso-MTP06X6 {
	position:absolute;
	width:492px;
	height:240px;
	top:320px;
	left:29px;
}

.foto-MTP06X6 {
	width:492px; height:240px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTP, .bg-MTP06X6 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTP06X6 {
	width:258px; height:129px; top:181px; left:16px;
}
	
.foto-MTP06X6 {
	width:258px; height:129px; background:#fff;
}
}



/* ------ MTP06X3 ------ */

.aviso-MTP06X3 {
	position:absolute;
	width:235px;
	height:240px;
	top:320px;
	left:284px;
}

.foto-MTP06X3 {
	width:235px; height:240px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTP, .bg-MTP06X3 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-MTP06X3 {
	width:124px; height:127px; top:168px; left:150px;
}
	
.foto-MTP06X3 {
	width:124px; height:127px; background:#fff;
}
}


/* ------ MTP04X6 ------ */

.aviso-MTP04X6 {
	position:absolute;
	width:428px;
	height:164px;
	top:350px;
	left:26px;
}

.foto-MTP04X6 {
	width:428px; height:164px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTP, .bg-MTP04X6 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTP04X6 {
	width:259px; height:99px; top:212px; left:16px;
}
	
.foto-MTP04X6 {
	width:259px; height:99px; background:#fff;
}
}

/* ------ MTP04X2 ------ */

.aviso-MTP04X2 {
	position:absolute;
	width:140px;
	height:163px;
	top:352px;
	left:314px;
}

.foto-MTP04X2 {
	width:140px; height:163px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTP, .bg-MTP04X2 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTP04X2 {
	width:84px; height:98px; top:213px; left:190px;
}
	
.foto-MTP04X2 {
	width:84px; height:98px; background:#fff;
}
}


/* ------ MTP02X6 ------ */

.aviso-MTP02X6 {
	position:absolute;
	width:426px;
	height:79px;
	top:435px;
	left:27px;
}

.foto-MTP02X6 {
	width:426px; height:79px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTP, .bg-MTP02X6 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTP02X6 {
	width:262px; height:48px; top:265px; left:10px;
}
	
.foto-MTP02X6 {
	width:262px; height:48px; background:#fff;
}
}

/* ------ MTP02X6P ------ */

.aviso-MTP02X6P {
	position:absolute;
	width:489px;
	height:87px;
	top:474px;
	left:30px;
}

.foto-MTP02X6P {
	width:489px; height:87px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTP, .bg-MTP02X6P {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-MTP02X6P {
	width:258px; height:45px; top:250px; left:16px;
}
	
.foto-MTP02X6P {
	width:258px; height:45px; background:#fff;
}
}


/* ------ MTP02X4 ------ */

.aviso-MTP02X4 {
	position:absolute;
	width:284px;
	height:79px;
	top:103px;
	left:26px;
}

.foto-MTP02X4 {
	width:284px; height:79px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTP, .bg-MTP02X4 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-MTP02X4 {
	width:171px; height:48px; top:62px; left:16px;
}
	
.foto-MTP02X4 {
	width:171px; height:48px; background:#fff;
}
}



/* ------ MTP02X2 ------ */

.aviso-MTP02X2 {
	position:absolute;
	width:138px;
	height:79px;
	top:102px;
	left:26px;
}

.foto-MTP02X2 {
	width:138px; height:79px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTP, .bg-MTP02X2 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-MTP02X2 {
	width:83px; height:48px; top:62px; left:16px;
}
	
.foto-MTP02X2 {
	width:83px; height:48px; background:#fff;
}
}

/* ------ MTP02X1 ------ */

.aviso-MTP02X1 {
	position:absolute;
	width:66px;
	height:79px;
	top:103px;
	left:26px;
}

.foto-MTP02X1 {
	width:66px; height:79px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTP, .bg-MTP02X1 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-MTP02X1 {
	width:40px; height:48px; top:62px; left:16px;
}
	
.foto-MTP02X1 {
	width:40px; height:48px; background:#fff;
}
}


/* ------ MTP01X1 ------ */

.aviso-MTP01X1 {
	position:absolute;
	width:75px;
	height:40px;
	top:129px;
	left:437px;
}

.foto-MTP01X1 {
	width:75px; height:40px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTP, .bg-MTP01X1 {
	width:290px;
	height:308px;
	margin:0 auto;
}
	
.aviso-MTP01X1 {
	width:40px; height:21px; top:68px; left:230px;
}
	
.foto-MTP01X1 {
	width:40px; height:21px; background:#fff;
}
}


/* ---------------------------------------------  
				
		CLASIFICADOS ECONOMICOS CRONICA

------------------------------------------------ */

.preview-MTE {
	position:relative; width:480px; height:536px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}

/* ------ MTE12X6 ------ */

.aviso-MTE12X6 {
	position:absolute;
	width:427px;
	height:484px;
	top:30px;
	left:26px;
}

.foto-MTE12X6 {
	width:427px; height:484px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTE, .bg-MTE12X6 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTE12X6 {
	width:260px; height:297px; top:16px; left:18px;
}
	
.foto-MTE12X6 {
	width:260px; height:297px; background:#fff;
}
}


/* ------ MTE11X3 ------ */

.aviso-MTE11X3 {
	position:absolute;
	width:213px;
	height:460px;
	top:49px;
	left:241px;
}

.foto-MTE11X3 {
	width:213px; height:460px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTE, .bg-MTE11X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTE11X3 {
	width:128px; height:280px; top:33px; left:143px;
}
	
.foto-MTE11X3 {
	width:128px; height:280px; background:#fff;
}
}


/* ------ MTE09X4 ------ */

.aviso-MTE09X4 {
	position:absolute;
	width:288px;
	height:338px;
	top:181px;
	left:165px;
}

.foto-MTE09X4 {
	width:288px; height:338px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTE, .bg-MTE09X4 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTE09X4 {
	width:175px; height:205px; top:109px; left:100px;
}
	
.foto-MTE09X4 {
	width:175px; height:205px; background:#fff;
}
}


/* ------ MTE06X6 ------ */

.aviso-MTE06X6 {
	position:absolute;
	width:426px;
	height:213px;
	top:300px;
	left:27px;
}

.foto-MTE06X6 {
	width:426px; height:213px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTE, .bg-MTE06X6 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTE06X6 {
	width:258px; height:129px; top:181px; left:16px;
}
	
.foto-MTE06X6 {
	width:258px; height:129px; background:#fff;
}
}



/* ------ MTE06X3 ------ */

.aviso-MTE06X3 {
	position:absolute;
	width:213px;
	height:213px;
	top:297px;
	left:241px;
}

.foto-MTE06X3 {
	width:213px; height:213px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTE, .bg-MTE06X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTE06X3 {
	width:128px; height:128px; top:180px; left:146px;
}
	
.foto-MTE06X3 {
	width:128px; height:128px; background:#fff;
}
}


/* ------ MTE04X6 ------ */

.aviso-MTE04X6 {
	position:absolute;
	width:428px;
	height:164px;
	top:350px;
	left:26px;
}

.foto-MTE04X6 {
	width:428px; height:164px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTE, .bg-MTE04X6 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTE04X6 {
	width:259px; height:99px; top:212px; left:16px;
}
	
.foto-MTE04X6 {
	width:259px; height:99px; background:#fff;
}
}

/* ------ MTE04X2 ------ */

.aviso-MTE04X2 {
	position:absolute;
	width:140px;
	height:163px;
	top:352px;
	left:314px;
}

.foto-MTE04X2 {
	width:140px; height:163px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTE, .bg-MTE04X2 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTE04X2 {
	width:84px; height:98px; top:213px; left:190px;
}
	
.foto-MTE04X2 {
	width:84px; height:98px; background:#fff;
}
}


/* ------ MTE02X6 ------ */

.aviso-MTE02X6 {
	position:absolute;
	width:426px;
	height:79px;
	top:435px;
	left:27px;
}

.foto-MTE02X6 {
	width:426px; height:79px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTE, .bg-MTE02X6 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTE02X6 {
	width:262px; height:48px; top:265px; left:10px;
}
	
.foto-MTE02X6 {
	width:262px; height:48px; background:#fff;
}
}

/* ------ MTE02X6P ------ */

.aviso-MTE02X6P {
	position:absolute;
	width:426px;
	height:79px;
	top:435px;
	left:27px;
}

.foto-MTE02X6P {
	width:426px; height:79px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTE, .bg-MTE02X6P {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-MTE02X6P {
	width:262px; height:48px; top:265px; left:10px;
}
	
.foto-MTE02X6P {
	width:262px; height:48px; background:#fff;
}
}




/* ------ MTE02X4 ------ */

.aviso-MTE02X4 {
	position:absolute;
	width:284px;
	height:79px;
	top:103px;
	left:26px;
}

.foto-MTE02X4 {
	width:284px; height:79px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTE, .bg-MTE02X4 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-MTE02X4 {
	width:171px; height:48px; top:62px; left:16px;
}
	
.foto-MTE02X4 {
	width:171px; height:48px; background:#fff;
}
}



/* ------ MTE02X2 ------ */

.aviso-MTE02X2 {
	position:absolute;
	width:138px;
	height:79px;
	top:102px;
	left:26px;
}

.foto-MTE02X2 {
	width:138px; height:79px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTE, .bg-MTE02X2 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-MTE02X2 {
	width:83px; height:48px; top:62px; left:16px;
}
	
.foto-MTE02X2 {
	width:83px; height:48px; background:#fff;
}
}

/* ------ MTE02X1 ------ */

.aviso-MTE02X1 {
	position:absolute;
	width:66px;
	height:80px;
	top:119px;
	left:38px;
}

.foto-MTE02X1 {
	width:66px; height:80px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTE, .bg-MTE02X1 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-MTE02X1 {
	width:40px; height:48px; top:72px; left:23px;
}
	
.foto-MTE02X1 {
	width:40px; height:48px; background:#fff;
}
}


/* ------ MTE01X1 ------ */

.aviso-MTE01X1 {
	position:absolute;
	width:65px;
	height:37px;
	top:126px;
	left:388px;
}

.foto-MTE01X1 {
	width:65px; height:37px; background:#fff;	
}

@media (max-width: 380px) {
.preview-MTE, .bg-MTE01X1 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-MTE01X1 {
	width:40px; height:23px; top:76px; left:234px;
}
	
.foto-MTE01X1 {
	width:40px; height:23px; background:#fff;
}
}


/* ---------------------------------------------  
		
		EDICIONES ESPECIALES TAMAÑO ESTANDAR 

------------------------------------------------ */

.preview-EdicionesEspecialesEMestandar {
	position:relative; width:502px; height:943px; margin:0 auto; background:white;	
}


/* ------ EdicionesEspecialesEMestandar19X6 ------ */

.aviso-EdicionesEspecialesEMestandar19X6 {
	position:absolute;
	width:470px;
	height:874px;
	top:36px;
	left:16px;
}

.foto-EdicionesEspecialesEMestandar19X6 {
	width:470px; height:874px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMestandar, .bg-EdicionesEspecialesEMestandar19X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMestandar19X6 {
	width:272px; height:505px;  top:21px; left:9px;
}
	
.foto-EdicionesEspecialesEMestandar19X6 {
	width:272px; height:505px;  background:#fff;	
}
}

/* ------ EdicionesEspecialesEMestandar14X5 ------ */

.aviso-EdicionesEspecialesEMestandar14X5 {
	position:absolute;
	width:391px;
	height:638px;
	top:270px;
	left:95px;
}

.foto-EdicionesEspecialesEMestandar14X5 {
	width:391px; height:638px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMestandar, .bg-EdicionesEspecialesEMestandar14X5 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMestandar14X5 {
	width:226px; height:369px; top:156px; left:55px;
}
	
.foto-EdicionesEspecialesEMestandar14X5 {
	width:226px; height:369px; background:#fff;	
}
}

/* ------ EdicionesEspecialesEMestandar18X3 ------ */

.aviso-EdicionesEspecialesEMestandar18X3 {
	position:absolute;
	width:232px;
	height:819px;
	top:91px;
	left:254px;
}

.foto-EdicionesEspecialesEMestandar18X3 {
	width:232px; height:819px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMestandar, .bg-EdicionesEspecialesEMestandar18X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMestandar18X3 {
	width:134px; height:473px;  top:53px; left:147px;
}
	
.foto-EdicionesEspecialesEMestandar18X3 {
	width:134px; height:473px;  background:#fff;	
}
}

/* ------ EdicionesEspecialesEMestandar18X2 ------ */

.aviso-EdicionesEspecialesEMestandar18X2 {
	position:absolute;
	width:134px;
	height:821px;
	top:90px;
	left:356px;
}

.foto-EdicionesEspecialesEMestandar18X2 {
	width:134px; height:821px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMestandar, .bg-EdicionesEspecialesEMestandar18X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMestandar18X2 {
	width:77px; height:475px;  top:52px; left:206px;
}
	
.foto-EdicionesEspecialesEMestandar18X2 {
	width:77px; height:475px;  background:#fff;	
}
}

/* ------ EdicionesEspecialesEMestandar10X6 ------ */

.aviso-EdicionesEspecialesEMestandar10X6 {
	position:absolute;
	width:470px;
	height:454px;
	top:456px;
	left:16px;
}

.foto-EdicionesEspecialesEMestandar10X6 {
	width:470px; height:454px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMestandar, .bg-EdicionesEspecialesEMestandar10X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMestandar10X6 {
	width:272px; height:262px;  top:264px; left:9px;
}
	
.foto-EdicionesEspecialesEMestandar10X6 {
	width:272px; height:262px;  background:#fff;	
}
}

/* ------ EdicionesEspecialesEMestandar7X6 ------ */

.aviso-EdicionesEspecialesEMestandar7X6 {
	position:absolute;
	width:470px;
	height:317px;
	top:594px;
	left:16px;
}

.foto-EdicionesEspecialesEMestandar7X6 {
	width:470px; height:317px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMestandar, .bg-EdicionesEspecialesEMestandar7X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMestandar7X6 {
	width:272px; height:184px;  top:343px; left:9px;
}
	
.foto-EdicionesEspecialesEMestandar7X6 {
	width:272px; height:184px;  background:#fff;	
}
}

/* ------ EdicionesEspecialesEMestandar5X6 ------ */

.aviso-EdicionesEspecialesEMestandar5X6 {
	position:absolute;
	width:470px;
	height:225px;
	top:685px;
	left:16px;
}

.foto-EdicionesEspecialesEMestandar5X6 {
	width:470px; height:225px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMestandar, .bg-EdicionesEspecialesEMestandar5X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMestandar5X6 {
	width:272px; height:130px;  top:396px; left:9px;
}
	
.foto-EdicionesEspecialesEMestandar5X6 {
	width:272px; height:130px;  background:#fff;	
}
}

/* ------ EdicionesEspecialesEMestandar7X4 ------ */

.aviso-EdicionesEspecialesEMestandar7X4 {
	position:absolute;
	width:311px;
	height:317px;
	top:592px;
	left:176px;
}

.foto-EdicionesEspecialesEMestandar7X4 {
	width:311px; height:317px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMestandar, .bg-EdicionesEspecialesEMestandar7X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMestandar7X4 {
	width:180px; height:184px;  top:342px; left:102px;
}
	
.foto-EdicionesEspecialesEMestandar7X4 {
	width:180px; height:184px; background:#fff;	
}
}


/* ------ EdicionesEspecialesEMestandar5X4 ------ */

.aviso-EdicionesEspecialesEMestandar5X4 {
	position:absolute;
	width:308px;
	height:225px;
	top:685px;
	left:177px;
}

.foto-EdicionesEspecialesEMestandar5X4 {
	width:308px; height:225px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMestandar, .bg-EdicionesEspecialesEMestandar5X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMestandar5X4 {
	width:178px; height:130px;  top:396px; left:102px;
}
	
.foto-EdicionesEspecialesEMestandar5X4 {
	width:178px; height:130px;  background:#fff;	
}
}




/* ------ EdicionesEspecialesEMestandar7X3 ------ */

.aviso-EdicionesEspecialesEMestandar7X3 {
	position:absolute;
	width:231px;
	height:314px;
	top:596px;
	left:254px;
}

.foto-EdicionesEspecialesEMestandar7X3 {
	width:231px; height:314px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMestandar, .bg-EdicionesEspecialesEMestandar7X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMestandar7X3 {
	width:133px; height:182px; top:344px; left:147px;
}
	
.foto-EdicionesEspecialesEMestandar7X3 {
	width:133px; height:182px;  background:#fff;	
}
}

/* ------ EdicionesEspecialesEMestandar10X3 ------ */

.aviso-EdicionesEspecialesEMestandar10X3 {
	position:absolute;
	width:232px;
	height:455px;
	top:456px;
	left:252px;
}

.foto-EdicionesEspecialesEMestandar10X3 {
	width:232px; height:455px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMestandar, .bg-EdicionesEspecialesEMestandar10X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMestandar10X3 {
	width:134px; height:263px; top:264px; left:146px;
}
	
.foto-EdicionesEspecialesEMestandar10X3 {
	width:134px; height:263px;  background:#fff;	
}
}

/* ------ EdicionesEspecialesEMestandar7X2 ------ */

.aviso-EdicionesEspecialesEMestandar7X2 {
	position:absolute;
	width:151px;
	height:315px;
	top:595px;
	left:332px;
}

.foto-EdicionesEspecialesEMestandar7X2 {
	width:151px; height:315px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMestandar, .bg-EdicionesEspecialesEMestandar7X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMestandar7X2 {
	width:87px; height:182px; top:343px; left:191px;
}
	
.foto-EdicionesEspecialesEMestandar7X2 {
	width:87px; height:182px;  background:#fff;	
}
}

/* ------ EdicionesEspecialesEMestandar10X4 ------ */

.aviso-EdicionesEspecialesEMestandar10X4 {
	position:absolute;
	width:311px;
	height:453px;
	top:457px;
	left:176px;
}

.foto-EdicionesEspecialesEMestandar10X4 {
	width:311px; height:453px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMestandar, .bg-EdicionesEspecialesEMestandar10X4 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMestandar10X4 {
	width:179px; height:262px; top:264px; left:102px;
}
	
.foto-EdicionesEspecialesEMestandar10X4 {
	width:179px; height:262px;  background:#fff;	
}
}

/* ------ EdicionesEspecialesEMestandar4X6 ------ */

.aviso-EdicionesEspecialesEMestandar4X6 {
	position:absolute;
	width:470px;
	height:179px;
	top:732px;
	left:16px;
}

.foto-EdicionesEspecialesEMestandar4X6 {
	width:470px; height:179px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMestandar, .bg-EdicionesEspecialesEMestandar4X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMestandar4X6 {
	width:272px; height:104px; top:423px; left:9px;
}
	
.foto-EdicionesEspecialesEMestandar4X6 {
	width:272px; height:104px;  background:#fff;	
}
}



/* ------ EdicionesEspecialesEMestandar2X6 ------ */

.aviso-EdicionesEspecialesEMestandar2X6 {
	position:absolute;
	width:470px;
	height:88px;
	top:823px;
	left:16px;
}

.foto-EdicionesEspecialesEMestandar2X6 {
	width:470px; height:88px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMestandar, .bg-EdicionesEspecialesEMestandar2X6 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMestandar2X6 {
	width:272px; height:51px; top:476px; left:9px;
}
	
.foto-EdicionesEspecialesEMestandar2X6 {
	width:272px; height:51px;  background:#fff;	
}
}



/* ------ EdicionesEspecialesEMestandar5X2 ------ */

.aviso-EdicionesEspecialesEMestandar5X2 {
	position:absolute;
	width:152px;
	height:226px;
	top:685px;



	left:334px;
}

.foto-EdicionesEspecialesEMestandar5X2 {
	width:152px; height:226px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMestandar, .bg-EdicionesEspecialesEMestandar5X2 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMestandar5X2 {
	width:88px; height:131px; top:396px; left:193px;
}
	
.foto-EdicionesEspecialesEMestandar5X2 {
	width:88px; height:131px;  background:#fff;	
}
}

/* ------ EdicionesEspecialesEMestandar5X3 ------ */

.aviso-EdicionesEspecialesEMestandar5X3 {
	position:absolute;
	width:231px;
	height:225px;
	top:685px;
	left:254px;
}

.foto-EdicionesEspecialesEMestandar5X3 {
	width:231px; height:225px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMestandar, .bg-EdicionesEspecialesEMestandar5X3 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMestandar5X3 {
	width:133px; height:130px; top:396px; left:147px;
}
	
.foto-EdicionesEspecialesEMestandar5X3 {
	width:133px; height:130px;  background:#fff;	
}
}



/* ------ EdicionesEspecialesEMestandar1X1 ------ */

.aviso-EdicionesEspecialesEMestandar1X1 {
	position:absolute;
	width:74px;
	height:43px;
	top:867px;
	left:413px;
}

.foto-EdicionesEspecialesEMestandar1X1 {
	width:74px; height:43px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMestandar, .bg-EdicionesEspecialesEMestandar1X1 {
	width:290px;
	height:545px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMestandar1X1 {
	width:42px; height:25px; top:501px; left:239px;
}
	
.foto-EdicionesEspecialesEMestandar1X1 {
	width:42px; height:25px;  background:#fff;	
}
}




/* ---------------------------------------------  
				
	EDICIONES ESPECIALES TAMAÑO TABLOIDE

------------------------------------------------ */

.preview-EdicionesEspecialesEMtabloide {
	position:relative; width:502px; height:552px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}

/* ------ EdicionesEspecialesEMtabloide12X6 ------ */

.aviso-EdicionesEspecialesEMtabloide12X6 {
	position:absolute;
	width:467px;
	height:507px;
	top:23px;
	left:17px;
}

.foto-EdicionesEspecialesEMtabloide12X6 {
	width:467px; height:507px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMtabloide, .bg-EdicionesEspecialesEMtabloide12X6 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMtabloide12X6 {
	width:270px; height:293px; top:13px; left:10px;
}
	
.foto-EdicionesEspecialesEMtabloide12X6 {
	width:270px; height:293px; background:#fff;
}
}


/* ------ EdicionesEspecialesEMtabloide11X3 ------ */

.aviso-EdicionesEspecialesEMtabloide11X3 {
	position:absolute;
	width:213px;
	height:464px;
	top:48px;
	left:236px;
}

.foto-EdicionesEspecialesEMtabloide11X3 {
	width:213px; height:464px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMtabloide, .bg-EdicionesEspecialesEMtabloide11X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMtabloide11X3 {
	width:128px; height:280px; top:29px; left:143px;
}
	
.foto-EdicionesEspecialesEMtabloide11X3 {
	width:128px; height:280px; background:#fff;
}
}

/* ------ EdicionesEspecialesEMtabloide9X4 ------ */

.aviso-EdicionesEspecialesEMtabloide9X4 {
	position:absolute;
	width:311px;
	height:347px;
	top:188px;
	left:174px;
}

.foto-EdicionesEspecialesEMtabloide9X4 {
	width:311px; height:347px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMtabloide, .bg-EdicionesEspecialesEMtabloide9X4 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMtabloide9X4 {
	width:179px; height:200px; top:109px; left:101px;
}
	
.foto-EdicionesEspecialesEMtabloide9X4 {
	width:179px; height:200px; background:#fff;
}
}

/* ------ EdicionesEspecialesEMtabloide6X6 ------ */

.aviso-EdicionesEspecialesEMtabloide6X6 {
	position:absolute;
	width:468px;
	height:261px;
	top:263px;
	left:17px;
}

.foto-EdicionesEspecialesEMtabloide6X6 {
	width:468px; height:261px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMtabloide, .bg-EdicionesEspecialesEMtabloide6X6 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMtabloide6X6 {
	width:270px; height:151px; top:152px; left:10px;
}
	
.foto-EdicionesEspecialesEMtabloide6X6 {
	width:270px; height:151px; background:#fff;
}
}


/* ------ EdicionesEspecialesEMtabloide6X3 ------ */

.aviso-EdicionesEspecialesEMtabloide6X3 {
	position:absolute;
	width:230px;
	height:255px;
	top:263px;
	left:255px;
}

.foto-EdicionesEspecialesEMtabloide6X3 {
	width:230px; height:259px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMtabloide, .bg-EdicionesEspecialesEMtabloide6X3 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMtabloide6X3 {
	width:133px; height:150px; top:152px; left:147px;
}
	
.foto-EdicionesEspecialesEMtabloide6X3 {
	width:133px; height:150px; background:#fff;
}
}


/* ------ EdicionesEspecialesEMtabloide4X6 ------ */

.aviso-EdicionesEspecialesEMtabloide4X6{
	position:absolute;
	width:468px;
	height:171px;
	top:355px;
	left:17px;
}

.foto-EdicionesEspecialesEMtabloide4X6{
	width:468px; height:171px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMtabloide, .bg-EdicionesEspecialesEMtabloide4X6 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMtabloide4X6 {
	width:270px; height:99px; top:205px; left:10px;
}
	
.foto-EdicionesEspecialesEMtabloide4X6 {
	width:270px; height:99px; background:#fff;
}
}


/* ------ EdicionesEspecialesEMtabloide4X2 ------ */

.aviso-EdicionesEspecialesEMtabloide4X2 {
	position:absolute;
	width:153px;
	height:170px;
	top:364px;
	left:332px;
}

.foto-EdicionesEspecialesEMtabloide4X2 {
	width:153px; height:170px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMtabloide, .bg-EdicionesEspecialesEMtabloide4X2 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMtabloide4X2 {
	width:88px; height:99px; top:210px; left:192px;
}
	
.foto-EdicionesEspecialesEMtabloide4X2 {
	width:88px; height:99px;  background:#fff;
}
}


/* ------ EdicionesEspecialesEMtabloide2X6 ------ */

.aviso-EdicionesEspecialesEMtabloide2X6 {
	position:absolute;
	width:468px;
	height:83px;
	top:439px;
	left:17px;
}

.foto-EdicionesEspecialesEMtabloide2X6 {
	width:468px; height:83px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMtabloide, .bg-EdicionesEspecialesEMtabloide2X6 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMtabloide2X6 {
	width:270px; height:48px; top:254px; left:10px;
}
	
.foto-EdicionesEspecialesEMtabloide2X6 {
	width:270px; height:48px; background:#fff;
}
}

/* ------ EdicionesEspecialesEMtabloide2X2 ------ */

.aviso-EdicionesEspecialesEMtabloide2X2 {
	position:absolute;
	width:151px;
	height:83px;
	top:437px;
	left:334px;
}

.foto-EdicionesEspecialesEMtabloide2X2 {
	width:151px; height:83px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMtabloide, .bg-EdicionesEspecialesEMtabloide2X2 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMtabloide2X2 {
	width:87px; height:48px; top:253px; left:193px;
}
	
.foto-EdicionesEspecialesEMtabloide2X2 {
	width:87px; height:48px; background:#fff;
}
}

/* ------ EdicionesEspecialesEMtabloide1X1 ------ */

.aviso-EdicionesEspecialesEMtabloide1X1 {
	position:absolute;
	width:67px;
	height:61px;
	top:447px;
	left:379px;
}

.foto-EdicionesEspecialesEMtabloide1X1 {
	width:67px; height:61px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesEMtabloide, .bg-EdicionesEspecialesEMtabloide1X1 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesEMtabloide1X1 {
	width:40px; height:43px; top:270px; left:229px;
}
	
.foto-EdicionesEspecialesEMtabloide1X1 {
	width:40px; height:43px; background:#fff;
}
}


/* ---------------------------------------------  
				
			PUBLICACION REVISTA DEL CAMPO

------------------------------------------------ */

.preview-RevistaDelCampo {
	position:relative; width:502px; height:552px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}

/* ------ RevistaDelCampo12X6 ------ */

.aviso-RevistaDelCampo12X6 {
	position:absolute;
	width:467px;
	height:507px;
	top:23px;
	left:17px;
}

.foto-RevistaDelCampo12X6 {
	width:467px; height:507px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDelCampo, .bg-RevistaDelCampo12X6 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaDelCampo12X6 {
	width:270px; height:293px; top:13px; left:10px;
}
	
.foto-RevistaDelCampo12X6 {
	width:270px; height:293px; background:#fff;
}
}


/* ------ RevistaDelCampo12X3 ------ */

.aviso-RevistaDelCampo12X3 {
	position:absolute;
	width:231px;
	height:507px;
	top:28px;
	left:254px;
}

.foto-RevistaDelCampo12X3 {
	width:231px; height:507px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDelCampo, .bg-RevistaDelCampo12X3 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaDelCampo12X3 {
	width:133px; height:293px; top:16px; left:147px;
}
	
.foto-RevistaDelCampo12X3 {
	width:133px; height:293px; background:#fff;
}
}


/* ------ RevistaDelCampo12X2 ------ */

.aviso-RevistaDelCampo12X2 {
	position:absolute;
	width:152px;
	height:507px;
	top:28px;
	left:333px;
}

.foto-RevistaDelCampo12X2 {
	width:152px; height:507px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDelCampo, .bg-RevistaDelCampo12X2 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaDelCampo12X2 {
	width:88px; height:293px; top:16px; left:192px;
}
	
.foto-RevistaDelCampo12X2 {
	width:88px; height:293px; background:#fff;
}
}


/* ------ RevistaDelCampo8X4 ------ */

.aviso-RevistaDelCampo8X4 {
	position:absolute;
	width:311px;
	height:347px;
	top:188px;
	left:174px;
}

.foto-RevistaDelCampo8X4 {
	width:311px; height:347px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDelCampo, .bg-RevistaDelCampo8X4 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaDelCampo8X4 {
	width:179px; height:200px; top:109px; left:101px;
}
	
.foto-RevistaDelCampo8X4 {
	width:179px; height:200px; background:#fff;
}
}


/* ------ RevistaDelCampo6X6 ------ */

.aviso-RevistaDelCampo6X6 {
	position:absolute;
	width:468px;
	height:260px;
	top:275px;
	left:17px;
}

.foto-RevistaDelCampo6X6 {
	width:468px; height:261px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDelCampo, .bg-RevistaDelCampo6X6 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaDelCampo6X6 {
	width:270px; height:150px; top:159px; left:10px;
}
	
.foto-RevistaDelCampo6X6 {
	width:270px; height:150px; background:#fff;
}
}


/* ------ RevistaDelCampo6X3 ------ */

.aviso-RevistaDelCampo6X3 {
	position:absolute;
	width:231px;
	height:260px;
	top:275px;
	left:254px;
}

.foto-RevistaDelCampo6X3 {
	width:231px; height:260px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDelCampo, .bg-RevistaDelCampo6X3 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaDelCampo6X3 {
	width:133px; height:150px; top:159px; left:147px;
}
	
.foto-RevistaDelCampo6X3 {
	width:133px; height:150px; background:#fff;
}
}


/* ------ RevistaDelCampo4X6 ------ */

.aviso-RevistaDelCampo4X6{
	position:absolute;
	width:468px;
	height:170px;
	top:364px;
	left:17px;
}

.foto-RevistaDelCampo4X6{
	width:468px; height:170px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDelCampo, .bg-RevistaDelCampo4X6 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaDelCampo4X6 {
	width:270px; height:99px; top:210px; left:10px;
}
	
.foto-RevistaDelCampo4X6 {
	width:270px; height:99px; background:#fff;
}
}


/* ------ RevistaDelCampo4X3 ------ */

.aviso-RevistaDelCampo4X4{
	position:absolute;
	width:311px;
	height:170px;
	top:362px;
	left:175px;
}

.foto-RevistaDelCampo4X4{
	width:311px; height:170px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDelCampo, .bg-RevistaDelCampo4X4 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaDelCampo4X4 {
	width:180px; height:98px; top:209px; left:101px;
}
	
.foto-RevistaDelCampo4X4 {
	width:180px; height:98px; background:#fff;
}
}

/* ------ RevistaDelCampo4X3 ------ */

.aviso-RevistaDelCampo4X3 {
	position:absolute;
	width:233px;
	height:170px;
	top:365px;
	left:254px;
}

.foto-RevistaDelCampo4X3 {
	width:233px; height:170px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDelCampo, .bg-RevistaDelCampo4X3 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaDelCampo4X3 {
	width:134px; height:98px; top:211px; left:147px;
}
	
.foto-RevistaDelCampo4X3 {
	width:134px; height:98px;  background:#fff;
}
}

/* ------ RevistaDelCampo4X2 ------ */

.aviso-RevistaDelCampo4X2 {
	position:absolute;
	width:153px;
	height:170px;
	top:364px;
	left:332px;
}

.foto-RevistaDelCampo4X2 {
	width:153px; height:170px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDelCampo, .bg-RevistaDelCampo4X2 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaDelCampo4X2 {
	width:88px; height:99px; top:210px; left:192px;
}
	
.foto-RevistaDelCampo4X2 {
	width:88px; height:99px;  background:#fff;
}
}


/* ------ RevistaDelCampo3X3 ------ */

.aviso-RevistaDelCampo3X3 {
	position:absolute;
	width:231px;
	height:128px;
	top:408px;
	left:254px;
}

.foto-RevistaDelCampo3X3 {
	width:231px; height:128px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDelCampo, .bg-RevistaDelCampo3X3 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaDelCampo3X3 {
	width:133px; height:74px; top:236px; left:147px;
}
	
.foto-RevistaDelCampo3X3 {
	width:133px; height:74px;  background:#fff;
}
}


/* ------ RevistaDelCampo3X2 ------ */

.aviso-RevistaDelCampo3X2 {
	position:absolute;
	width:153px;
	height:127px;
	top:409px;
	left:332px;
}

.foto-RevistaDelCampo3X2 {
	width:153px; height:127px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDelCampo, .bg-RevistaDelCampo3X2 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaDelCampo3X2 {
	width:88px; height:74px; top:236px; left:192px;
}
	
.foto-RevistaDelCampo3X2 {
	width:88px; height:74px;  background:#fff;
}
}




/* ------ RevistaDelCampo2X6 ------ */

.aviso-RevistaDelCampo2X6 {
	position:absolute;
	width:468px;
	height:83px;
	top:452px;
	left:17px;
}

.foto-RevistaDelCampo2X6 {
	width:468px; height:83px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDelCampo, .bg-RevistaDelCampo2X6 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaDelCampo2X6 {
	width:270px; height:48px; top:261px; left:10px;
}
	
.foto-RevistaDelCampo2X6 {
	width:270px; height:48px; background:#fff;
}
}

/* ------ RevistaDelCampo2X2 ------ */

.aviso-RevistaDelCampo2X2 {
	position:absolute;
	width:151px;
	height:82px;
	top:452px;
	left:334px;
}

.foto-RevistaDelCampo2X2 {
	width:151px; height:82px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDelCampo, .bg-RevistaDelCampo2X2 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaDelCampo2X2 {
	width:88px; height:48px; top:261px; left:193px;
}
	
.foto-RevistaDelCampo2X2 {
	width:88px; height:48px; background:#fff;
}
}

/* ------ RevistaDelCampo2X1 ------ */

.aviso-RevistaDelCampo2X1 {
	position:absolute;
	width:73px;
	height:83px;
	top:453px;
	left:412px;
}

.foto-RevistaDelCampo2X1 {
	width:73px; height:83px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDelCampo, .bg-RevistaDelCampo2X1 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaDelCampo2X1 {
	width:42px; height:48px; top:262px; left:238px;
}
	
.foto-RevistaDelCampo2X1 {
	width:42px; height:48px; background:#fff;
}
}



/* ---------------------------------------------  
				
			PUBLICACION REVISTA DEL CAMPO / OFERTAS

------------------------------------------------ */

.preview-OfertasRevistaDelCampo {
	position:relative; width:502px; height:552px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}


/* ------ OfertasRevistaDelCampo6X4 ------ */

.aviso-OfertasRevistaDelCampo6X4 {
	position:absolute;
	width:311px;
	height:260px;
	top:276px;
	left:174px;
}

.foto-OfertasRevistaDelCampo6X4 {
	width:311px; height:260px; background:#fff;	
}

@media (max-width: 380px) {
.preview-OfertasRevistaDelCampo, .bg-OfertasRevistaDelCampo6X4 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-OfertasRevistaDelCampo6X4 {
	width:179px; height:150px; top:160px; left:101px;
}
	
.foto-OfertasRevistaDelCampo6X4 {
	width:179px; height:150px;  background:#fff;
}
}

/* ------ OfertasRevistaDelCampo6X2 ------ */

.aviso-OfertasRevistaDelCampo6X2 {
	position:absolute;
	width:152px;
	height:260px;
	top:276px;
	left:333px;
}

.foto-OfertasRevistaDelCampo6X2 {
	width:152px; height:260px; background:#fff;	
}

@media (max-width: 380px) {
.preview-OfertasRevistaDelCampo, .bg-OfertasRevistaDelCampo6X2 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-OfertasRevistaDelCampo6X2 {
	width:88px; height:150px; top:160px; left:192px;
}
	
.foto-OfertasRevistaDelCampo6X2 {
	width:88px; height:150px;  background:#fff;
}
}


/* ------ OfertasRevistaDelCampo4X2-O ------ */

.aviso-OfertasRevistaDelCampo4X2-O {
	position:absolute;
	width:152px;
	height:170px;
	top:365px;
	left:334px;
}

.foto-OfertasRevistaDelCampo4X2-O {
	width:152px; height:170px; background:#fff;	
}

@media (max-width: 380px) {
.preview-OfertasRevistaDelCampo, .bg-OfertasRevistaDelCampo4X2-O {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-OfertasRevistaDelCampo4X2-O {
	width:88px; height:98px; top:211px; left:193px;
}
	
.foto-OfertasRevistaDelCampo4X2-O {
	width:88px; height:98px;  background:#fff;
}
}


/* ------ OfertasRevistaDelCampo3X2-O ------ */

.aviso-OfertasRevistaDelCampo3X2-O {
	position:absolute;
	width:153px;
	height:126px;
	top:410px;
	left:334px;
}

.foto-OfertasRevistaDelCampo3X2-O {
	width:153px; height:126px; background:#fff;	
}

@media (max-width: 380px) {
.preview-OfertasRevistaDelCampo, .bg-OfertasRevistaDelCampo3X2-O {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-OfertasRevistaDelCampo3X2-O {
	width:88px; height:73px; top:237px; left:193px;
}
	
.foto-OfertasRevistaDelCampo3X2-O {
	width:88px; height:73px;  background:#fff;
}
}


/* ------ OfertasRevistaDelCampo2X2-O ------ */

.aviso-OfertasRevistaDelCampo2X2-O {
	position:absolute;
	width:153px;
	height:83px;
	top:452px;
	left:334px;
}

.foto-OfertasRevistaDelCampo2X2-O {
	width:153px; height:83px; background:#fff;	
}

@media (max-width: 380px) {
.preview-OfertasRevistaDelCampo, .bg-OfertasRevistaDelCampo2X2-O {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-OfertasRevistaDelCampo2X2-O {
	width:88px; height:48px; top:261px; left:193px;
}
	
.foto-OfertasRevistaDelCampo2X2-O {
	width:88px; height:48px;  background:#fff;
}
}


/* ---------------------------------------------  
				
				PUBLICACION REVISTA DEL CAMPO / AVISOS CLASIFICADOS

------------------------------------------------ */

.preview-CD {
	position:relative; width:502px; height:552px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}


/* ------ CD02X4 ------ */

.aviso-CD02X4 {
	position:absolute;
	width:461px;
	height:114px;
	top:421px;
	left:21px;
}

.foto-CD02X4 {
	width:461px; height:114px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CD, .bg-CD02X4 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-CD02X4 {
	width:266px; height:66px; top:243px; left:12px;
}
	
.foto-CD02X4 {
	width:266px; height:66px;  background:#fff;
}
}


/* ------ CD02X1 ------ */

.aviso-CD02X1 {
	position:absolute;
	width:103px;
	height:115px;
	top:308px;
	left:381px;
}

.foto-CD02X1 {
	width:103px; height:115px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CD, .bg-CD02X1 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-CD02X1 {
	width:60px; height:66px; top:178px; left:220px;
}
	
.foto-CD02X1 {
	width:60px; height:66px;  background:#fff;
}
}


/* ------ CD01X1 ------ */

.aviso-CD01X1 {
	position:absolute;
	width:103px;
	height:55px;
	top:100px;
	left:381px;
}

.foto-CD01X1 {
	width:103px; height:55px; background:#fff;	
}

@media (max-width: 380px) {
.preview-CD, .bg-CD01X1 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-CD01X1 {
	width:60px; height:32px; top:58px; left:220px;
}
	
.foto-CD01X1 {
	width:60px; height:32px;  background:#fff;
}
}



/* ---------------------------------------------  
				
				PUBLICACION REVISTA YA

------------------------------------------------ */

.preview-RevistaYa {
	position:relative; width:502px; height:647px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}


/* ------ RevistaYa8X6 ------ */

.aviso-RevistaYa8X6 {
	position:absolute;
	width:502px;
	height:647px;
	bottom:0px;
	right:0px;
}

.foto-RevistaYa8X6 {
	width:502px; height:647px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaYa, .bg-RevistaYa8X6 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-RevistaYa8X6 {
	width:290px; height:374px;  bottom:0px; right:0px;
}
	
.foto-RevistaYa8X6 {
	width:290px; height:374px;  background:#fff;
}
}


/* ------ RevistaYa8X3 ------ */

.aviso-RevistaYa8X3 {
	position:absolute;
	width:246px;
	height:647px;
	top:0px;
	left:0px;
}

.foto-RevistaYa8X3 {
	width:246px; height:647px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaYa, .bg-RevistaYa8X3 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-RevistaYa8X3 {
	width:142px; height:374px;  bottom:0px; right:0px;
}
	
.foto-RevistaYa8X3 {
	width:142px; height:374px;  background:#fff;
}
}


/* ------ RevistaYa4X6 ------ */

.aviso-RevistaYa4X6 {
	position:absolute;
	width:502px;
	height:320px;
	top:327px;
	left:0px;
}

.foto-RevistaYa4X6 {
	width:502px; height:320px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaYa, .bg-RevistaYa4X6 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-RevistaYa4X6 {
	width:290px; height:185px;  top:189px; left:0px;
}
	
.foto-RevistaYa4X6 {
	width:290px; height:185px;  background:#fff;
}
}


/* ------ RevistaYa3X6 ------ */

.aviso-RevistaYa3X6 {
	position:absolute;
	width:502px;
	height:240px;
	top:407px;
	left:0px;
}

.foto-RevistaYa3X6 {
	width:502px; height:240px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaYa, .bg-RevistaYa3X6 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-RevistaYa3X6 {
	width:290px; height:139px;  top:235px; right:0px;
}
	
.foto-RevistaYa3X6 {
	width:290px; height:139px;  background:#fff;
}
}


/* ------ RevistaYa8X2 ------ */

.aviso-RevistaYa8X2 {
	position:absolute;
	width:162px;
	height:647px;
	top:0px;
	left:0px;
}

.foto-RevistaYa8X2 {
	width:162px; height:647px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaYa, .bg-RevistaYa8X2 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-RevistaYa8X2 {
	width:94px; height:374px;  top:0px; right:0px;
}
	
.foto-RevistaYa8X2 {
	width:94px; height:374px;  background:#fff;
}
}


/* ------------------------------------------- 
			
			RevistaYa COMPRAS 

---------------------------------------------- */


.preview-ComprasRevistaYa {
	position:relative; width:502px; height:647px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}



/* ------ ComprasRevistaYa6X2 ------ */

.aviso-ComprasRevistaYa6X2 {
	position:absolute;
	width:141px;
	height:434px;
	top:191px;
	left:339px;
}

.foto-ComprasRevistaYa6X2 {
	width:141px; height:434px; background:#fff;	
}

@media (max-width: 380px) {
.preview-ComprasRevistaYa, .bg-ComprasRevistaYa6X2 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-ComprasRevistaYa6X2 {
	width:81px; height:251px;  top:110px; left:196px;
}
	
.foto-ComprasRevistaYa6X2 {
	width:81px; height:251px;  background:#fff;
}
}


/* ------ ComprasRevistaYa4X4 ------ */

.aviso-ComprasRevistaYa4X4 {
	position:absolute;
	width:293px;
	height:288px;
	top:337px;
	left:187px;
}

.foto-ComprasRevistaYa4X4 {
	width:293px; height:288px; background:#fff;	
}

@media (max-width: 380px) {
.preview-ComprasRevistaYa, .bg-ComprasRevistaYa4X4 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-ComprasRevistaYa4X4 {
	width:169px; height:166px; top:195px; left:108px;
}
	
.foto-ComprasRevistaYa4X4 {
	width:169px; height:166px; background:#fff;
}
}


/* ------ ComprasRevistaYa4X2 ------ */

.aviso-ComprasRevistaYa4X2 {
	position:absolute;
	width:141px;
	height:288px;
	top:337px;
	left:339px;
}

.foto-ComprasRevistaYa4X2 {
	width:141px; height:288px; background:#fff;	
}

@media (max-width: 380px) {
.preview-ComprasRevistaYa, .bg-ComprasRevistaYa4X2 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-ComprasRevistaYa4X2 {
	width:81px; height:166px; top:195px; left:196px;
}
	
.foto-ComprasRevistaYa4X2 {
	width:81px; height:166px; background:#fff;
}
}


/* ------ ComprasRevistaYa2X6 ------ */

.aviso-ComprasRevistaYa2X6 {
	position:absolute;
	width:445px;
	height:139px;
	top:486px;
	left:35px;
}

.foto-ComprasRevistaYa2X6 {
	width:446px; height:139px; background:#fff;	
}

@media (max-width: 380px) {
.preview-ComprasRevistaYa, .bg-ComprasRevistaYa2X6 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-ComprasRevistaYa2X6 {
	width:257px; height:80px; top:281px; left:20px;
}
	
.foto-ComprasRevistaYa2X6 {
	width:257px; height:80px; background:#fff;
}
}


/* ------ ComprasRevistaYa2X4 ------ */

.aviso-ComprasRevistaYa2X4 {
	position:absolute;
	width:293px;
	height:139px;
	top:486px;
	left:187px;
}

.foto-ComprasRevistaYa2X4 {
	width:293px; height:139px; background:#fff;	
}

@media (max-width: 380px) {
.preview-ComprasRevistaYa, .bg-ComprasRevistaYa2X4 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-ComprasRevistaYa2X4 {
	width:169px; height:80px; top:281px; left:108px;
}
	
.foto-ComprasRevistaYa2X4 {
	width:169px; height:80px; background:#fff;
}
}


/* ------ ComprasRevistaYa2X2 ------ */

.aviso-ComprasRevistaYa2X2 {
	position:absolute;
	width:141px;
	height:138px;
	top:487px;
	left:339px;
}

.foto-ComprasRevistaYa2X2 {
	width:141px; height:138px; background:#fff;	
}

@media (max-width: 380px) {
.preview-ComprasRevistaYa, .bg-ComprasRevistaYa2X2 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-ComprasRevistaYa2X2 {
	width:81px; height:79px; top:282px; left:196px;
}
	
.foto-ComprasRevistaYa2X2 {
	width:81px; height:79px; background:#fff;
}
}



/* ---------------------------------------------  
				
	PUBLICACION REVISTA SABADO

------------------------------------------------ */

.preview-RevistaSabado {
	position:relative; width:502px; height:634px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}

/* ------ RevistaSabado8X6 ------ */

.aviso-RevistaSabado8X6 {
	position:absolute;
	width:502px;
	height:634px;
	top:0px;
	left:0px;
}

.foto-RevistaSabado8X6 {
	width:502px; height:634px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaSabado, .bg-RevistaSabado8X6 {
	width:290px;
	height:366px;
	margin:0 auto;
}
	
.aviso-RevistaSabado8X6 {
	width:290px; height:366px; top:0px; left:0px;
}
	
.foto-RevistaSabado8X6 {
	width:290px; height:366px; background:#fff;
}
}

/* ------ RevistaSabado8X3 ------ */

.aviso-RevistaSabado8X3 {
	position:absolute;
	width:247px;
	height:634px;
	top:0px;
	left:255px;
}

.foto-RevistaSabado8X3 {
	width:247px; height:634px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaSabado, .bg-RevistaSabado8X3 {
	width:290px;
	height:366px;
	margin:0 auto;
}
	
.aviso-RevistaSabado8X3 {
	width:143px; height:374px; top:0px; left:147px;
}
	
.foto-RevistaSabado8X3 {
	width:143px; height:374px; background:#fff;
}
}


/* ------ RevistaSabado8X2 ------ */

.aviso-RevistaSabado8X2 {
	position:absolute;
	width:162px;
	height:634px;
	top:0px;
	left:0px;
}

.foto-RevistaSabado8X2 {
	width:162px; height:634px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaSabado, .bg-RevistaSabado8X2 {
	width:290px;
	height:366px;
	margin:0 auto;
}
	
.aviso-RevistaSabado8X2 {
	width:94px; height:374px; top:0px; left:0px;
}
	
.foto-RevistaSabado8X2 {
	width:94px; height:374px; background:#fff;
}
}



/* ------ RevistaSabado4X6 ------ */

.aviso-RevistaSabado4X6 {
	position:absolute;
	width:502px;
	height:314px;
	top:320px;
	left:0px;
}

.foto-RevistaSabado4X6 {
	width:502px; height:314px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaSabado, .bg-RevistaSabado4X6 {
	width:290px;
	height:366px;
	margin:0 auto;
}
	
.aviso-RevistaSabado4X6 {
	width:290px; height:181px; top:185px; left:0px;
}
	
.foto-RevistaSabado4X6 {
	width:290px; height:181px; background:#fff;
}
}


/* ------ RevistaSabado3X6 ------ */

.aviso-RevistaSabado3X6 {
	position:absolute;
	width:502px;
	height:234px;
	top:400px;
	left:0px;
}

.foto-RevistaSabado3X6 {
	width:502px; height:234px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaSabado, .bg-RevistaSabado3X6 {
	width:290px;
	height:366px;
	margin:0 auto;
}
	
.aviso-RevistaSabado3X6 {
	width:290px; height:135px; top:231px; left:0px;
}
	
.foto-RevistaSabado3X6 {
	width:290px; height:135px;  background:#fff;
}
}



/* ---------------------------------------------  
				
	PUBLICACION DEPORTES MUJER

------------------------------------------------ */

.preview-RevistaDeportesMujer {
	position:relative; width:480px; height:536px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}

/* ------ RevistaDeportesMujer12X6 ------ */

.aviso-RevistaDeportesMujer12X6 {
	position:absolute;
	width:431px;
	height:492px;
	top:26px;
	left:29px;
}

.foto-RevistaDeportesMujer12X6 {
	width:431px; height:492px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDeportesMujer, .bg-RevistaDeportesMujer12X6 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-RevistaDeportesMujer12X6 {
	width:260px; height:297px; top:16px; left:18px;
}
	
.foto-RevistaDeportesMujer12X6 {
	width:260px; height:297px; background:#fff;
}
}

/* ------ RevistaDeportesMujer11X3 ------ */

.aviso-RevistaDeportesMujer11X3 {
	position:absolute;
	width:213px;
	height:464px;
	top:48px;
	left:236px;
}

.foto-RevistaDeportesMujer11X3 {
	width:213px; height:464px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDeportesMujer, .bg-RevistaDeportesMujer11X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-RevistaDeportesMujer11X3 {
	width:128px; height:280px; top:29px; left:143px;
}
	
.foto-RevistaDeportesMujer11X3 {
	width:128px; height:280px; background:#fff;
}
}

/* ------ RevistaDeportesMujer6X6 ------ */

.aviso-RevistaDeportesMujer6X6 {
	position:absolute;
	width:432px;
	height:251px;
	top:265px;
	left:21px;
}

.foto-RevistaDeportesMujer6X6 {
	width:432px; height:251px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDeportesMujer, .bg-RevistaDeportesMujer6X6 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-RevistaDeportesMujer6X6 {
	width:261px; height:152px; top:160px; left:13px;
}
	
.foto-RevistaDeportesMujer6X6 {
	width:261px; height:152px; background:#fff;
}
}


/* ------ RevistaDeportesMujer6X6 ------ */

.aviso-RevistaDeportesMujer6X6 {
	position:absolute;
	width:432px;
	height:251px;
	top:265px;
	left:21px;
}

.foto-RevistaDeportesMujer6X6 {
	width:432px; height:251px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDeportesMujer, .bg-RevistaDeportesMujer6X6 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-RevistaDeportesMujer6X6 {
	width:261px; height:152px; top:160px; left:13px;
}
	
.foto-RevistaDeportesMujer6X6 {
	width:261px; height:152px; background:#fff;
}
}


/* ------ RevistaDeportesMujer6X3 ------ */

.aviso-RevistaDeportesMujer6X3 {
	position:absolute;
	width:214px;
	height:253px;
	top:266px;
	left:233px;
}

.foto-RevistaDeportesMujer6X3 {
	width:214px; height:253px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDeportesMujer, .bg-RevistaDeportesMujer6X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-RevistaDeportesMujer6X3 {
	width:129px; height:153px; top:161px; left:143px;
}
	
.foto-RevistaDeportesMujer6X3 {
	width:129px; height:153px; background:#fff;
}
}

/* ------ RevistaDeportesMujer2X6 ------ */

.aviso-RevistaDeportesMujer2X6 {
	position:absolute;
	width:431px;
	height:80px;
	top:437px;
	left:22px;
}

.foto-RevistaDeportesMujer2X6 {
	width:431px; height:80px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDeportesMujer, .bg-RevistaDeportesMujer2X6 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-RevistaDeportesMujer2X6 {
	width:261px; height:49px; top:264px; left:13px;
}
	
.foto-RevistaDeportesMujer2X6 {
	width:261px; height:49px; background:#fff;
}
}


/* ------ RevistaDeportesMujer1X1 ------ */

.aviso-RevistaDeportesMujer1X1 {
	position:absolute;
	width:67px;
	height:61px;
	top:447px;
	left:379px;
}

.foto-RevistaDeportesMujer1X1 {
	width:67px; height:61px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDeportesMujer, .bg-RevistaDeportesMujer1X1 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-RevistaDeportesMujer1X1 {
	width:40px; height:43px; top:270px; left:229px;
}
	
.foto-RevistaDeportesMujer1X1 {
	width:40px; height:43px; background:#fff;
}
}


/* ---------------------------------------------  
				
		PUBLICACION REVISTA WIKEN

------------------------------------------------ */

.preview-RevistaWiken {
	position:relative; width:502px; height:552px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}

/* ------ RevistaWiken12X6 ------ */

.aviso-RevistaWiken12X6 {
	position:absolute;
	width:467px;
	height:507px;
	top:23px;
	left:17px;
}

.foto-RevistaWiken12X6 {
	width:467px; height:507px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaWiken, .bg-RevistaWiken12X6 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaWiken12X6 {
	width:270px; height:293px; top:13px; left:10px;
}
	
.foto-RevistaWiken12X6 {
	width:270px; height:293px; background:#fff;
}
}


/* ------ RevistaWiken12X3 ------ */

.aviso-RevistaWiken12X3 {
	position:absolute;
	width:230px;
	height:506px;
	top:21px;
	left:255px;
}

.foto-RevistaWiken12X3 {
	width:230px; height:506px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaWiken, .bg-RevistaWiken12X3 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaWiken12X3 {
	width:133px; height:293px; top:12px; left:147px;
}
	
.foto-RevistaWiken12X3 {
	width:133px; height:293px; background:#fff;
}
}


/* ------ RevistaWiken12X2 ------ */

.aviso-RevistaWiken12X2 {
	position:absolute;
	width:152px;
	height:507px;
	top:19px;
	left:333px;
}

.foto-RevistaWiken12X2 {
	width:152px; height:507px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaWiken, .bg-RevistaWiken12X2 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaWiken12X2 {
	width:88px; height:293px; top:11px; left:192px;
}
	
.foto-RevistaWiken12X2 {
	width:88px; height:293px; background:#fff;
}
}

/* ------ RevistaWiken6X6 ------ */

.aviso-RevistaWiken6X6 {
	position:absolute;
	width:468px;
	height:261px;
	top:263px;
	left:17px;
}

.foto-RevistaWiken6X6 {
	width:468px; height:261px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaWiken, .bg-RevistaWiken6X6 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaWiken6X6 {
	width:270px; height:151px; top:152px; left:10px;
}
	
.foto-RevistaWiken6X6 {
	width:270px; height:151px; background:#fff;
}
}


/* ------ RevistaWiken6X3 ------ */

.aviso-RevistaWiken6X3 {
	position:absolute;
	width:230px;
	height:255px;
	top:263px;
	left:255px;
}

.foto-RevistaWiken6X3 {
	width:230px; height:259px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaWiken, .bg-RevistaWiken6X3 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaWiken6X3 {
	width:133px; height:150px; top:152px; left:147px;
}
	
.foto-RevistaWiken6X3 {
	width:133px; height:150px; background:#fff;
}
}


/* ------ RevistaWiken4X6 ------ */

.aviso-RevistaWiken4X6{
	position:absolute;
	width:468px;
	height:171px;
	top:355px;
	left:17px;
}

.foto-RevistaWiken4X6{
	width:468px; height:171px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaWiken, .bg-RevistaWiken4X6 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaWiken4X6 {
	width:270px; height:99px; top:205px; left:10px;
}
	
.foto-RevistaWiken4X6 {
	width:270px; height:99px; background:#fff;
}
}


/* ------ RevistaWiken4X3 ------ */

.aviso-RevistaWiken4X3 {
	position:absolute;
	width:231px;
	height:170px;
	top:356px;
	left:17px;
}

.foto-RevistaWiken4X3 {
	width:231px; height:170px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaWiken, .bg-RevistaWiken4X3 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaWiken4X3 {
	width:133px; height:98px; top:206px; left:10px;
}
	
.foto-RevistaWiken4X3 {
	width:133px; height:98px;  background:#fff;
}
}

/* ------ RevistaWiken2X6 ------ */

.aviso-RevistaWiken2X6 {
	position:absolute;
	width:468px;
	height:83px;
	top:439px;
	left:17px;
}

.foto-RevistaWiken2X6 {
	width:468px; height:83px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaWiken, .bg-RevistaWiken2X6 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaWiken2X6 {
	width:270px; height:48px; top:254px; left:10px;
}
	
.foto-RevistaWiken2X6 {
	width:270px; height:48px; background:#fff;
}
}

/* ------ RevistaWiken2X2 ------ */

.aviso-RevistaWiken2X2 {
	position:absolute;
	width:151px;
	height:83px;
	top:437px;
	left:334px;
}

.foto-RevistaWiken2X2 {
	width:151px; height:83px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaWiken, .bg-RevistaWiken2X2 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaWiken2X2 {
	width:87px; height:48px; top:253px; left:193px;
}
	
.foto-RevistaWiken2X2 {
	width:87px; height:48px; background:#fff;
}
}

/* ------ RevistaWiken2X1 ------ */

.aviso-RevistaWiken2X1 {
	position:absolute;
	width:72px;
	height:83px;
	top:437px;
	left:413px;
}

.foto-RevistaWiken2X1 {
	width:72px; height:83px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaWiken, .bg-RevistaWiken2X1 {
	width:290px;
	height:319px;
	margin:0 auto;
}
	
.aviso-RevistaWiken2X1 {
	width:41px; height:48px; top:253px; left:239px;
}
	
.foto-RevistaWiken2X1 {
	width:41px; height:48px; background:#fff;
}
}



/* ---------------------------------------------  
				
	PUBLICACION REVISTA VIVIENDA / DECORACION

------------------------------------------------ */

.preview-RevistaViviendaDecoracion {
	position:relative; width:502px; height:647px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}

/* ------ RevistaViviendaDecoracion8X6 ------ */

.aviso-RevistaViviendaDecoracion8X6 {
	position:absolute;
	width:502px;
	height:647px;
	top:0px;
	left:0px;
}

.foto-RevistaViviendaDecoracion8X6 {
	width:502px; height:647px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaViviendaDecoracion, .bg-RevistaViviendaDecoracion8X6 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-RevistaViviendaDecoracion8X6 {
	width:290px; height:374px; top:0px; left:0px;
}
	
.foto-RevistaViviendaDecoracion8X6 {
	width:290px; height:374px; background:#fff;
}
}

/* ------ RevistaViviendaDecoracion8X3 ------ */

.aviso-RevistaViviendaDecoracion8X3 {
	position:absolute;
	width:245px;
	height:647px;
	top:0px;
	left:257px;
}

.foto-RevistaViviendaDecoracion8X3 {
	width:245px; height:647px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaViviendaDecoracion, .bg-RevistaViviendaDecoracion8X3 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-RevistaViviendaDecoracion8X3 {
	width:142px; height:374px; top:0px; left:148px;
}
	
.foto-RevistaViviendaDecoracion8X3 {
	width:142px; height:374px; background:#fff;
}
}


/* ------ RevistaViviendaDecoracion4X6 ------ */

.aviso-RevistaViviendaDecoracion4X6 {
	position:absolute;
	width:502px;
	height:323px;
	top:324px;
	left:0px;
}

.foto-RevistaViviendaDecoracion4X6 {
	width:502px; height:323px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaViviendaDecoracion, .bg-RevistaViviendaDecoracion4X6 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-RevistaViviendaDecoracion4X6 {
	width:290px; height:187px; top:187px; left:0px;
}
	
.foto-RevistaViviendaDecoracion4X6 {
	width:290px; height:187px; background:#fff;
}
}


/* ------ RevistaViviendaDecoracion4X3 ------ */

.aviso-RevistaViviendaDecoracion4X3 {
	position:absolute;
	width:246px;
	height:320px;
	top:317px;
	left:245px;
}

.foto-RevistaViviendaDecoracion4X3 {
	width:246px; height:320px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaViviendaDecoracion, .bg-RevistaViviendaDecoracion4X3 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-RevistaViviendaDecoracion4X3 {
	width:141px; height:185px; top:183px; left:142px;
}
	
.foto-RevistaViviendaDecoracion4X3 {
	width:141px; height:185px;  background:#fff;
}
}



/* ---------------------------------------------  
				
	PUBLICACION REVISTA VIVIENDA / DECORACION - OFERTAS

------------------------------------------------ */

.preview-OfertasViviendaDecoracion {
	position:relative; width:502px; height:647px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}

/* ------ VD08X2 ------ */

.aviso-OfertasViviendaDecoracion8X2 {
	position:absolute;
	width:218px;
	height:579px;
	top:44px;
	left:255px;
}

.foto-OfertasViviendaDecoracion8X2 {
	width:218px; height:579px; background:#fff;	
}

@media (max-width: 380px) {
.preview-OfertasViviendaDecoracion, .bg-OfertasViviendaDecoracion8X2 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-OfertasViviendaDecoracion8X2 {
	width:126px; height:335px; top:25px; left:147px;
}
	
.foto-OfertasViviendaDecoracion8X2 {
	width:126px; height:335px; background:#fff;
}
}

/* ------ VD08X1 ------ */

.aviso-OfertasViviendaDecoracion8X1 {
	position:absolute;
	width:105px;
	height:580px;
	top:43px;
	left:29px;
}

.foto-OfertasViviendaDecoracion8X1 {
	width:105px; height:580px; background:#fff;	
}

@media (max-width: 380px) {
.preview-OfertasViviendaDecoracion, .bg-OfertasViviendaDecoracion8X1 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-OfertasViviendaDecoracion8X1 {
	width:60px; height:335px; top:25px; left:17px;
}
	
.foto-OfertasViviendaDecoracion8X1 {
	width:60px; height:335px; background:#fff;
}
}

/* ------ VD06X1 ------ */

.aviso-OfertasViviendaDecoracion6X1 {
	position:absolute;
	width:106px;
	height:433px;
	top:190px;
	left:367px;
}

.foto-OfertasViviendaDecoracion6X1 {
	width:106px; height:433px; background:#fff;	
}

@media (max-width: 380px) {
.preview-OfertasViviendaDecoracion, .bg-OfertasViviendaDecoracion6X1 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-OfertasViviendaDecoracion6X1 {
	width:61px; height:250px; top:110px; left:212px;
}
	
.foto-OfertasViviendaDecoracion6X1 {
	width:61px; height:250px; background:#fff;
}
}


/* ------ VD04X2 ------ */

.aviso-OfertasViviendaDecoracion4X2 {
	position:absolute;
	width:218px;
	height:287px;
	top:336px;
	left:255px;
}

.foto-OfertasViviendaDecoracion4X2 {
	width:218px; height:287px; background:#fff;	
}

@media (max-width: 380px) {
.preview-OfertasViviendaDecoracion, .bg-OfertasViviendaDecoracion4X2 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-OfertasViviendaDecoracion4X2 {
	width:126px; height:166px; top:194px; left:147px;
}
	
.foto-OfertasViviendaDecoracion4X2 {
	width:126px; height:166px; background:#fff;
}
}

/* ------ VD04X1 ------ */

.aviso-OfertasViviendaDecoracion4X1 {
	position:absolute;
	width:106px;
	height:288px;
	top:335px;
	left:368px;
}

.foto-OfertasViviendaDecoracion4X1 {
	width:106px; height:288px; background:#fff;	
}

@media (max-width: 380px) {
.preview-OfertasViviendaDecoracion, .bg-OfertasViviendaDecoracion4X1 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-OfertasViviendaDecoracion4X1 {
	width:61px; height:166px; top:194px; left:213px;
}
	
.foto-OfertasViviendaDecoracion4X1 {
	width:61px; height:166px; background:#fff;
}
}


/* ------ VD03X1 ------ */

.aviso-OfertasViviendaDecoracion3X1 {
	position:absolute;
	width:106px;
	height:213px;
	top:407px;
	left:369px;
}

.foto-OfertasViviendaDecoracion3X1 {
	width:106px; height:213px; background:#fff;	
}

@media (max-width: 380px) {
.preview-OfertasViviendaDecoracion, .bg-OfertasViviendaDecoracion3X1 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-OfertasViviendaDecoracion3X1 {
	width:61px; height:123px; top:235px; left:213px;
}
	
.foto-OfertasViviendaDecoracion3X1 {
	width:61px; height:123px; background:#fff;
}
}




/* ------ VD02X4 ------ */

.aviso-OfertasViviendaDecoracion2X4 {
	position:absolute;
	width:447px;
	height:139px;
	top:484px;
	left:26px;
}

.foto-OfertasViviendaDecoracion2X4 {
	width:447px; height:139px; background:#fff;	
}

@media (max-width: 380px) {
.preview-OfertasViviendaDecoracion, .bg-OfertasViviendaDecoracion2X4 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-OfertasViviendaDecoracion2X4 {
	width:258px; height:80px;  top:280px; left:15px;
}
	
.foto-OfertasViviendaDecoracion2X4 {
	width:258px; height:80px; background:#fff;
}
}


/* ------ OfertasViviendaDecoracion2X2 ------ */

.aviso-OfertasViviendaDecoracion2X2 {
	position:absolute;
	width:220px;
	height:139px;
	top:484px;
	left:254px;
}

.foto-OfertasViviendaDecoracion2X2 {
	width:220px; height:139px; background:#fff;	
}

@media (max-width: 380px) {
.preview-OfertasViviendaDecoracion, .bg-VD02X2 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-OfertasViviendaDecoracion2X2 {
	width:127px; height:80px; top:280px; left:147px;
}
	
.foto-OfertasViviendaDecoracion2X2 {
	width:127px; height:80px; background:#fff;
}
}

/* ------ OfertasViviendaDecoracion2X1 ------ */

.aviso-OfertasViviendaDecoracion2X1 {
	position:absolute;
	width:106px;
	height:67px;
	top:553px;
	left:369px;
}

.foto-OfertasViviendaDecoracion2X1 {
	width:106px; height:67px; background:#fff;	
}

@media (max-width: 380px) {
.preview-OfertasViviendaDecoracion, .bg-OfertasViviendaDecoracion2X1 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-OfertasViviendaDecoracion2X1 {
	width:61px; height:38px; top:320px; left:213px;
}
	
.foto-OfertasViviendaDecoracion2X1 {
	width:61px; height:38px; background:#fff;
}
}




/* ---------------------------------------------  
				
	PUBLICACION REVISTA VIVIENDA / DECORACION - AVISOS CLASIFICADOS

------------------------------------------------ */

.preview-VD {
	position:relative; width:502px; height:647px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}


/* ------ VD02X4 ------ */

.aviso-VD02X4 {
	position:absolute;
	width:447px;
	height:139px;
	top:475px;
	left:29px;
}

.foto-VD02X4 {
	width:447px; height:139px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VD, .bg-VD02X4 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-VD02X4 {
	width:258px; height:80px;  top:275px; left:17px;
}
	
.foto-VD02X4 {
	width:258px; height:80px;    background:#fff;
}
}


/* ------ VD02X1 ------ */

.aviso-VD02X1 {
	position:absolute;
	width:102px;
	height:137px;
	top:455px;
	left:30px;
}

.foto-VD02X1 {
	width:102px; height:137px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VD, .bg-VD02X1 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-VD02X1 {
	width:59px; height:79px; top:263px; left:17px;
}
	
.foto-VD02X1 {
	width:59px; height:79px; background:#fff;
}
}


/* ------ VD01X1 ------ */

.aviso-VD01X1 {
	position:absolute;
	width:102px;
	height:65px;
	top:208px;
	left:251px;
}

.foto-VD01X1 {
	width:102px; height:65px; background:#fff;	
}

@media (max-width: 380px) {
.preview-VD, .bg-VD01X1 {
	width:290px;
	height:374px;
	margin:0 auto;
}
	
.aviso-VD01X1 {
	width:59px; height:38px; top:120px; left:145px;
}
	
.foto-VD01X1 {
	width:59px; height:38px; background:#fff;
}
}




/* ---------------------------------------------  
				
				PUBLICACION REVISTA DEL DOMINGO

------------------------------------------------ */

.preview-RevistaDomingo {
	position:relative; width:502px; height:631px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}


/* ------ RevistaDomingo8X6 ------ */

.aviso-RevistaDomingo8X6 {
	position:absolute;
	width:502px;
	height:631px;
	bottom:0px;
	right:0px;
}

.foto-RevistaDomingo8X6 {
	width:502px; height:631px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDomingo, .bg-RevistaDomingo8X6 {
	width:290px;
	height:365px;
	margin:0 auto;
}
	
.aviso-RevistaDomingo8X6 {
	width:290px; height:365px;  bottom:0px; right:0px;
}
	
.foto-RevistaDomingo8X6 {
	width:290px; height:365px;  background:#fff;
}
}


/* ------ RevistaDomingo8X3 ------ */

.aviso-RevistaDomingo8X3 {
	position:absolute;
	width:245px;
	height:631px;
	top:0px;
	left:257px;
}

.foto-RevistaDomingo8X3 {
	width:245px; height:631px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDomingo, .bg-RevistaDomingo8X3 {
	width:290px;
	height:365px;
	margin:0 auto;
}
	
.aviso-RevistaDomingo8X3 {
	width:142px; height:365px;  bottom:0px; left:148px;
}
	
.foto-RevistaDomingo8X3 {
	width:142px; height:365px;  background:#fff;
}
}


/* ------ RevistaDomingo4X6 ------ */

.aviso-RevistaDomingo4X6 {
	position:absolute;
	width:502px;
	height:312px;
	top:319px;
	left:0px;
}

.foto-RevistaDomingo4X6 {
	width:502px; height:312px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDomingo, .bg-RevistaDomingo4X6 {
	width:290px;
	height:365px;
	margin:0 auto;
}
	
.aviso-RevistaDomingo4X6 {
	width:290px; height:180px; top:185px; left:0px;
}
	
.foto-RevistaDomingo4X6 {
	width:290px; height:180px;  background:#fff;
}
}



/* ------ RevistaDomingo4X3 ------ */

.aviso-RevistaDomingo4X3 {
	position:absolute;
	width:234px;
	height:299px;
	top:311px;
	left:256px;
}

.foto-RevistaDomingo4X3 {
	width:234px; height:299px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDomingo, .bg-RevistaDomingo4X3 {
	width:290px;
	height:365px;
	margin:0 auto;
}
	
.aviso-RevistaDomingo4X3 {
	width:135px; height:173px; top:180px; left:148px;
}
	
.foto-RevistaDomingo4X3 {
	width:135px; height:173px;  background:#fff;
}
}


/* ---------------------------------------------  
				
		PUBLICACION REVISTA DEL DOMINGO -- TURISTEANDO

------------------------------------------------ */

.preview-TuristeandoRevistaDomingo {
	position:relative; width:502px; height:631px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}


/* ------ TuristeandoRevistaDomingo4X2 ------ */

.aviso-TuristeandoRevistaDomingo4X2 {
	position:absolute;
	width:214px;
	height:276px;
	top:338px;
	left:255px;
}

.foto-TuristeandoRevistaDomingo4X2 {
	width:214px; height:276px; background:#fff;	
}

@media (max-width: 380px) {
.preview-TuristeandoRevistaDomingo, .bg-TuristeandoRevistaDomingo4X2 {
	width:290px;
	height:365px;
	margin:0 auto;
}
	
.aviso-TuristeandoRevistaDomingo4X2 {
	width:124px; height:159px; top:196px; left:147px;
}
	
.foto-TuristeandoRevistaDomingo4X2 {
	width:124px; height:159px;  background:#fff;
}
}


/* ------ TuristeandoRevistaDomingo2X2 ------ */

.aviso-TuristeandoRevistaDomingo2X2 {
	position:absolute;
	width:214px;
	height:136px;
	top:466px;
	left:253px;
}

.foto-TuristeandoRevistaDomingo2X2 {
	width:214px; height:136px; background:#fff;	
}

@media (max-width: 380px) {
.preview-TuristeandoRevistaDomingo, .bg-TuristeandoRevistaDomingo2X2 {
	width:290px;
	height:365px;
	margin:0 auto;
}
	
.aviso-TuristeandoRevistaDomingo2X2 {
	width:124px; height:78px; top:270px; left:146px;
}
	
.foto-TuristeandoRevistaDomingo2X2 {
	width:124px; height:78px;  background:#fff;
}
}


/* ------ TuristeandoRevistaDomingo2X4 ------ */

.aviso-TuristeandoRevistaDomingo2X4 {
	position:absolute;
	width:445px;
	height:135px;
	top:461px;
	left:31px;
}

.foto-TuristeandoRevistaDomingo2X4 {
	width:445px; height:135px; background:#fff;	
}

@media (max-width: 380px) {
.preview-TuristeandoRevistaDomingo, .bg-TuristeandoRevistaDomingo2X4 {
	width:290px;
	height:365px;
	margin:0 auto;
}
	
.aviso-TuristeandoRevistaDomingo2X4 {
	width:257px; height:78px; top:267px; left:18px;
}
	
.foto-TuristeandoRevistaDomingo2X4 {
	width:257px; height:78px;  background:#fff;
}
}


/* ---------------------------------------------  
				
	PUBLICACION REVISTA DEPORTES

------------------------------------------------ */

.preview-RevistaDeportes {
	position:relative; width:480px; height:536px; margin:0 auto; background:white; border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow:    0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;	
}

/* ------ RevistaDeportes12X6 ------ */

.aviso-RevistaDeportes12X6 {
	position:absolute;
	width:431px;
	height:492px;
	top:26px;
	left:29px;
}

.foto-RevistaDeportes12X6 {
	width:431px; height:492px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDeportes, .bg-RevistaDeportes12X6 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-RevistaDeportes12X6 {
	width:260px; height:297px; top:16px; left:18px;
}
	
.foto-RevistaDeportes12X6 {
	width:260px; height:297px; background:#fff;
}
}

/* ------ RevistaDeportes11X3 ------ */

.aviso-RevistaDeportes11X3 {
	position:absolute;
	width:213px;
	height:464px;
	top:54px;
	left:236px;
}

.foto-RevistaDeportes11X3 {
	width:213px; height:464px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDeportes, .bg-RevistaDeportes11X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-RevistaDeportes11X3 {
	width:128px; height:280px; top:33px; left:143px;
}
	
.foto-RevistaDeportes11X3 {
	width:128px; height:280px; background:#fff;
}
}


/* ------ RevistaDeportes8X4 ------ */

.aviso-RevistaDeportes8X4 {
	position:absolute;
	width:290px;
	height:338px;
	top:181px;
	left:161px;
}

.foto-RevistaDeportes8X4 {
	width:290px; height:338px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDeportes, .bg-RevistaDeportes8X4 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-RevistaDeportes8X4 {
	width:175px; height:205px; top:109px; left:97px;
}
	
.foto-RevistaDeportes8X4 {
	width:175px; height:205px; background:#fff;
}
}


/* ------ RevistaDeportes6X6 ------ */

.aviso-RevistaDeportes6X6 {
	position:absolute;
	width:434px;
	height:252px;
	top:266px;
	left:29px;
}

.foto-RevistaDeportes6X6 {
	width:434px; height:252px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDeportes, .bg-RevistaDeportes6X6 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-RevistaDeportes6X6 {
	width:262px; height:152px; top:161px; left:18px;
}
	
.foto-RevistaDeportes6X6 {
	width:262px; height:152px; background:#fff;
}
}



/* ------ RevistaDeportes6X3 ------ */

.aviso-RevistaDeportes6X3 {
	position:absolute;
	width:215px;
	height:252px;
	top:266px;
	left:236px;
}

.foto-RevistaDeportes6X3 {
	width:215px; height:252px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDeportes, .bg-RevistaDeportes6X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-RevistaDeportes6X3 {
	width:129px; height:152px; top:161px; left:143px;
}
	
.foto-RevistaDeportes6X3 {
	width:129px; height:152px; background:#fff;
}
}


/* ------ RevistaDeportes4X6 ------ */

.aviso-RevistaDeportes4X6 {
	position:absolute;
	width:434px;
	height:166px;
	top:352px;
	left:16px;
}

.foto-RevistaDeportes4X6 {
	width:434px; height:166px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDeportes, .bg-RevistaDeportes4X6 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-RevistaDeportes4X6 {
	width:262px; height:100px; top:213px; left:10px;
}
	
.foto-RevistaDeportes4X6 {
	width:262px; height:100px; background:#fff;
}
}

/* ------ RevistaDeportes4X3 ------ */

.aviso-RevistaDeportes4X3 {
	position:absolute;
	width:214px;
	height:166px;
	top:352px;
	left:29px;
}

.foto-RevistaDeportes4X3 {
	width:214px; height:166px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDeportes, .bg-RevistaDeportes4X3 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-RevistaDeportes4X3 {
	width:129px; height:100px; top:213px; left:18px;
}
	
.foto-RevistaDeportes4X3 {
	width:129px; height:100px; background:#fff;
}
}


/* ------ RevistaDeportes2X6 ------ */

.aviso-RevistaDeportes2X6 {
	position:absolute;
	width:433px;
	height:80px;
	top:438px;
	left:17px;
}

.foto-RevistaDeportes2X6 {
	width:433px; height:80px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDeportes, .bg-RevistaDeportes2X6 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-RevistaDeportes2X6 {
	width:262px; height:48px; top:265px; left:10px;
}
	
.foto-RevistaDeportes2X6 {
	width:262px; height:48px; background:#fff;
}
}


/* ------ RevistaDeportes1X1 ------ */

.aviso-RevistaDeportes1X1 {
	position:absolute;
	width:67px;
	height:61px;
	top:447px;
	left:379px;
}

.foto-RevistaDeportes1X1 {
	width:67px; height:61px; background:#fff;	
}

@media (max-width: 380px) {
.preview-RevistaDeportes, .bg-RevistaDeportes1X1 {
	width:290px;
	height:324px;
	margin:0 auto;
}
	
.aviso-RevistaDeportes1X1 {
	width:40px; height:43px; top:270px; left:229px;
}
	
.foto-RevistaDeportes1X1 {
	width:40px; height:43px; background:#fff;
}
}





/* ---------------------------------------------------------------------------------------------  
------------------------------------------------------------------------------------------------				
				
										PUBLICACION LA SEGUNDA  

------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------ */


.preview-LaSegundaDiario {
	position:relative; width:509px; height:648px; margin:0 auto; background:white;	
}


/* ------ se16X6 ------ */
.aviso-LaSegundaDiario16X6 {
	position:absolute; width:452px; height:579px; bottom:39px; right:38px;
}

.foto-LaSegundaDiario16X6 {
	width:452px; height:579px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario16X6  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LaSegundaDiario16X6 {
	position:absolute; width:257px; height:330px; bottom:16px; right:18px;
}
	
.foto-LaSegundaDiario16X6 {
	width:257px; height:330px;  background:#fff;	
}
}
/* ---------------- */

/* ------ se16X3 ------ */
.aviso-LaSegundaDiario16X3 {
	position:absolute;
	width:221px;
	height:572px;
	bottom:40px;
	right:30px;
}

.foto-LaSegundaDiario16X3 {
	width:225px; height:585px; background:#fff;	
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario16X3 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-LaSegundaDiario16X3 {
	width:126px; height:325px;  bottom:24px; right:17px;
}
	
.foto-LaSegundaDiario16X3 {
	width:129px; height:334px;  background:#fff;	
}
}
/* ---------------- */


/* ------ se2X1 ------ */
.aviso-LaSegundaDiario2X1 {
	position:absolute; width:72px; height:75px; bottom:27px; right:25px;
}

.foto-LaSegundaDiario2X1 {
	 width:72px; height:75px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario2X1  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LaSegundaDiario2X1 {
	position:absolute; width:40px; height:43px; bottom:16px; right:15px;
}
	
.foto-LaSegundaDiario2X1 {
	width:40px; height:43px; background:#fff;	
}
}
/* ---------------- */

/* ------ se8X6 ------ */
.aviso-LaSegundaDiario8X6 {
	position:absolute;
	width:456px;
	height:292px;
	bottom:29px;
	right:27px;
}

.foto-LaSegundaDiario8X6 {
	width:456px; height:292px; background:#fff;	
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario8X6 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-LaSegundaDiario8X6 {
	width:260px; height:166px;  bottom:17px; right:15px;
}
	
.foto-LaSegundaDiario8X6 {
	width:260px; height:167px; background:#fff;	
}
}
/* ---------------- */

/* ------ se8X3 ------ */
.aviso-LaSegundaDiario8X3 {
	position:absolute; width:228px; height:292px; bottom:28px; right:25px;
}

.foto-LaSegundaDiario8X3 {
	 width:225px; height:292px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario8X3  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LaSegundaDiario8X3 {
	position:absolute; width:128px; height:166px; bottom:17px; right:15px;
}
	
.foto-LaSegundaDiario8X3 {
	width:128px; height:167px; background:#fff;	
}
}
/* ---------------- */

/* ------ se3X6 ------ */
.aviso-LaSegundaDiario3X6 {
	position:absolute; width:456px; height:108px; bottom:30px; right:27px;
}

.foto-LaSegundaDiario3X6 {
	 width:456px; height:110px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario3X6  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LaSegundaDiario3X6 {
	position:absolute; width:260px; height:62px; bottom:17px; right:15px;
}
	
.foto-LaSegundaDiario3X6 {
	width:260px; height:63px; background:#fff;	
}
}
/* ---------------- */

/* ------ se5X6 ------ */
.aviso-LaSegundaDiario5X6 {
	position:absolute; width:456px; height:182px; bottom:30px; right:27px;
}

.foto-LaSegundaDiario5X6 {
	 width:457px; height:185px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario5X6  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LaSegundaDiario5X6 {
	position:absolute; width:260px; height:105px; bottom:15px; right:15px;
}
	
.foto-LaSegundaDiario5X6 {
	width:260px; height:106px; background:#fff;	
}
}
/* ---------------- */

/* ------ se3X2 ------ */
.aviso-LaSegundaDiario3X2 {
	position:absolute; width:146px; height:109px; bottom:29px; right:28px;
}

.foto-LaSegundaDiario3X2 {
	 width:146px; height:110px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario3X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LaSegundaDiario3X2 {
	position:absolute; width:84px; height:63px; bottom:16px; right:16px;
}
	
.foto-LaSegundaDiario3X2 {
	width:84px; height:63px; background:#fff;	
}
}
/* ---------------- */

/* ------ se5X2 ------ */
.aviso-LaSegundaDiario5X2 {
	position:absolute; width:146px; height:183px; bottom:28px; right:28px;
}

.foto-LaSegundaDiario5X2 {
	 width:147px; height:183px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario5X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LaSegundaDiario5X2 {
	position:absolute; width:84px; height:104px; bottom:16px; right:15px;
}
	
.foto-LaSegundaDiario5X2 {
	width:84px; height:105px; background:#fff;	
}
}
/* ---------------- */

/* ------ se6X3 ------ */
.aviso-LaSegundaDiario6X3 {
	position:absolute; width:220px; height:220px; bottom:27px; right:31px;
}

.foto-LaSegundaDiario6X3 {
	 width:225px; height:220px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario6X3  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LaSegundaDiario6X3 {
	position:absolute; width:125px; height:125px; bottom:16px; right:18px;
}
	
.foto-LaSegundaDiario6X3 {
	width:128px; height:125px; background:#fff;	
}
}
/* ---------------- */

/* ------ se12X4 ------ */
.aviso-LaSegundaDiario12X4 {
	position:absolute; width:301px; height:438px; bottom:28px; right:27px;
}

.foto-LaSegundaDiario12X4 {
	width:301px; height:438px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario12X4  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LaSegundaDiario12X4 {
	position:absolute; width:172px; height:250px; bottom:16px; right:15px;
}
	
.foto-LaSegundaDiario12X4 {
	width:172px; height:250px; background:#fff;	
}
}
/* ---------------- */


/* ------ se12X5 ------ */
.aviso-LaSegundaDiario12X5 {
	position:absolute; width:376px; height:436px; bottom:30px; right:29px;
}

.foto-LaSegundaDiario12X5 {
	width:377px; height:439px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario12X5  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LaSegundaDiario12X5 {
	position:absolute; width:214px; height:248px; bottom:17px; right:17px;
}
	
.foto-LaSegundaDiario12X5 {
	width:215px; height:250px; background:#fff;	
}
}
/* ---------------- */

/* ------ se16X2 ------ */
.aviso-LaSegundaDiario16X2 {
	position:absolute; width:137px; height:572px; bottom:22px; right:22px;
}

.foto-LaSegundaDiario16X2 {
	width:130px; height:570px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario16X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LaSegundaDiario16X2 {
	position:absolute; width:78px; height:326px; bottom:12px; right:15px;
}
	
.foto-LaSegundaDiario16X2 {
	width:77px; height:326px; background:#fff;	
}
}
/* ---------------- */

/* ------ se10X4 ------ */
.aviso-LaSegundaDiario10X4 {
	position:absolute; width:301px; height:368px; bottom:25px; right:27px;
}

.foto-LaSegundaDiario10X4 {
	width:302px; height:368px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario10X4  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LaSegundaDiario10X4 {
	position:absolute; width:171px; height:209px; bottom:15px; right:16px;
}
	
.foto-LaSegundaDiario10X4 {
	width:172px; height:209px; background:#fff;	
}
}
/* ---------------- */

/* ------ se3X1 ------ */
.aviso-LaSegundaDiario3X1 {
	position:absolute; width:70px; height:74px; bottom:58px; right:62px;
}

.foto-LaSegundaDiario3X1 {
	 position:absolute; width:71px; height:105px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario3X1  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LaSegundaDiario3X1 {
	position:absolute; width:39px; height:42px; bottom:32px; right:36px;
}
	
.foto-LaSegundaDiario3X1 {
	width:40px; height:58px; background:#fff;	
}
}
/* ---------------- */


/* ------ se5X1 ------ */
.aviso-LaSegundaDiario5X1 {
	position:absolute; width:70px; height:183px; bottom:28px; right:413px;
}

.foto-LaSegundaDiario5X1 {
	 width:70px; height:183px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario5X1  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LaSegundaDiario5X1 {
	position:absolute; width:41px; height:104px; bottom:16px; right:235px;
}
	
.foto-LaSegundaDiario5X1 {
	width:41px; height:105px; background:#fff;	
}
}
/* ---------------- */

/* ------ se3X1 ------ */
.aviso-LaSegundaDiario3X1 {
	position:absolute; width:70px; height:74px; bottom:58px; right:62px;
}

.foto-LaSegundaDiario3X1 {
	 position:absolute; width:71px; height:105px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario3X1  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LaSegundaDiario3X1 {
	position:absolute; width:39px; height:42px; bottom:32px; right:36px;
}
	
.foto-LaSegundaDiario3X1 {
	width:40px; height:58px; background:#fff;	
}
}
/* ---------------- */


/* ------ se4X2 ------ */
.aviso-LaSegundaDiario4X2 {
	position:absolute; width:149px; height:146px; bottom:28px; right:28px;
}

.foto-LaSegundaDiario4X2 {
	 width:149px; height:146px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario4X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LaSegundaDiario4X2 {
	position:absolute; width:85px; height:83px; bottom:16px; right:15px;
}
	
.foto-LaSegundaDiario4X2 {
	width:85px; height:83px; background:#fff;	
}
}
/* ---------------- */


/* ------ se5X3 ------ */
.aviso-LaSegundaDiario5X3 {
	position:absolute; width:225px; height:186px; bottom:27px; right:259px;
}

.foto-LaSegundaDiario5X3 {
	 width:225px; height:186px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario5X3  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LaSegundaDiario5X3 {
	position:absolute; width:130px; height:106px; bottom:15px; right:147px;
}
	
.foto-LaSegundaDiario5X3 {
	width:130px; height:106px; background:#fff;	
}
}
/* ---------------- */


/* ------ se4X6 ------ */
.aviso-LaSegundaDiario4X6 {
	position:absolute; width:456px; height:146px; bottom:28px; right:27px;
}

.foto-LaSegundaDiario4X6 {
	 width:456px; height:146px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario4X6  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LaSegundaDiario4X6 {
	position:absolute; width:260px; height:83px; bottom:16px; right:15px;
}
	
.foto-LaSegundaDiario4X6 {
	width:260px; height:83px; background:#fff;	
}
}
/* ---------------- */


/* ------ se16X1 ------ */
.aviso-LaSegundaDiario16X1 {
	position:absolute; width:70px; height:572px; bottom:23px; right:26px;
}

.foto-LaSegundaDiario16X1 {
	width:70px; height:572px; background:#fff;	
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario16X1 {
	width:290px;
    height:369px;
    margin:0 auto; 
}
	
.aviso-LaSegundaDiario16X1 {
	width:39px; height:327px;  bottom:13px; right:14px;
}
	
.foto-LaSegundaDiario16X1 {
	width:39px; height:327px;  background:#fff;	
}
}
/* ---------------- */


/* ------ se6X2 ------ */
.aviso-LaSegundaDiario6X2 {
	position:absolute; width:147px; height:220px; bottom:28px; right:335px;
}

.foto-LaSegundaDiario6X2 {
	 width:147px; height:220px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario6X2  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LaSegundaDiario6X2 {
	position:absolute; width:84px; height:126px; bottom:16px; right:191px;
}
	
.foto-LaSegundaDiario6X2 {
	width:84px; height:126px; background:#fff;	
}
}
/* ---------------- */


/* ------ se16X4 ------ */
.aviso-LaSegundaDiario16X4 {
	position:absolute; width:295px;	height:570px; bottom:25px; right:26px;
}

.foto-LaSegundaDiario16X4 {
	width:295px; height:570px; background:#fff;	
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario16X4 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-LaSegundaDiario16X4 {
	width:166px; height:328px;  bottom:15px; right:14px;
}
	
.foto-LaSegundaDiario16X4 {
	width:166px; height:328px;  background:#fff;	
}
}
/* ---------------- */


/* ------ se2X6 ------ */
.aviso-LaSegundaDiario2X6 {
	position:absolute; width:456px; height:70px; bottom:20px; right:27px;
}

.foto-LaSegundaDiario2X6 {
	 width:456px; height:70px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-LaSegundaDiario, .bg-LaSegundaDiario2X6  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-LaSegundaDiario2X6 {
	position:absolute; width:260px; height:37px; bottom:15px; right:15px;
}
	
.foto-LaSegundaDiario2X6 {
	width:260px; height:37px; background:#fff;	
}
}
/* ---------------- */



/* ---------------------------------------------  
				
	EDICIONES ESPECIALES LA SEGUNDA

------------------------------------------------ */

.preview-EdicionesEspecialesLS {
	position:relative; width:509px; height:648px; margin:0 auto; background:white;	
}


/* ------ EdicionesEspecialesLS16X6 ------ */
.aviso-EdicionesEspecialesLS16X6 {
	position:absolute; width:452px; height:579px; bottom:39px; right:38px;
}

.foto-EdicionesEspecialesLS16X6 {
	width:452px; height:579px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesLS, .bg-EdicionesEspecialesLS16X6  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-EdicionesEspecialesLS16X6 {
	position:absolute; width:257px; height:330px; bottom:16px; right:18px;
}
	
.foto-EdicionesEspecialesLS16X6 {
	width:257px; height:330px;  background:#fff;	
}
}
/* ---------------- */



/* ------ EdicionesEspecialesLS16X3 ------ */
.aviso-EdicionesEspecialesLS16X3 {
	position:absolute;
	width:221px;
	height:572px;
	bottom:40px;
	right:30px;
}

.foto-EdicionesEspecialesLS16X3 {
	width:225px; height:585px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesLS, .bg-EdicionesEspecialesLS16X3 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesLS16X3 {
	width:126px; height:325px;  bottom:24px; right:17px;
}
	
.foto-EdicionesEspecialesLS16X3 {
	width:129px; height:334px;  background:#fff;	
}
}
/* ---------------- */


/* ------ EdicionesEspecialesLS8X6 ------ */
.aviso-EdicionesEspecialesLS8X6 {
	position:absolute;
	width:456px;
	height:292px;
	bottom:29px;
	right:27px;
}

.foto-EdicionesEspecialesLS8X6 {
	width:456px; height:292px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesLS, .bg-EdicionesEspecialesLS8X6 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesLS8X6 {
	width:260px; height:166px;  bottom:17px; right:15px;
}
	
.foto-EdicionesEspecialesLS8X6 {
	width:260px; height:167px; background:#fff;	
}
}
/* ---------------- */


/* ------ EdicionesEspeciales7X6 ------ */

.aviso-EdicionesEspecialesLS7X6 {
	position:absolute;
	width:456px;
	height:255px;
	bottom:39px;
	right:18px;
}

.foto-EdicionesEspecialesLS7X6 {
	width:456px; height:255px; background:#fff;	
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesLS, .bg-EdicionesEspecialesLS7X6 {
	width:290px;
	height:369px;
	margin:0 auto;
}
	
.aviso-EdicionesEspecialesLS7X6 {
	width:260px; height:145px;  bottom:22px; right:10px;
}
	
.foto-EdicionesEspecialesLS7X6 {
	width:260px; height:145px; background:#fff;	
}
}
/* ---------------- */



/* ------ EdicionesEspecialesLS8X3 ------ */
.aviso-EdicionesEspecialesLS8X3 {
	position:absolute; width:228px; height:292px; bottom:28px; right:25px;
}

.foto-EdicionesEspecialesLS8X3 {
	 width:225px; height:292px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesLS, .bg-EdicionesEspecialesLS8X3  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-EdicionesEspecialesLS8X3 {
	position:absolute; width:128px; height:166px; bottom:17px; right:15px;
}
	
.foto-EdicionesEspecialesLS8X3 {
	width:128px; height:167px; background:#fff;	
}
}
/* ---------------- */


/* ------ EdicionesEspecialesLS3X6 ------ */
.aviso-EdicionesEspecialesLS3X6 {
	position:absolute; width:456px; height:108px; bottom:30px; right:27px;
}

.foto-EdicionesEspecialesLS3X6 {
	 width:456px; height:110px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesLS, .bg-EdicionesEspecialesLS3X6  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-EdicionesEspecialesLS3X6 {
	position:absolute; width:260px; height:62px; bottom:17px; right:15px;
}
	
.foto-EdicionesEspecialesLS3X6 {
	width:260px; height:63px; background:#fff;	
}
}
/* ---------------- */


/* ------ EdicionesEspecialesLS5X6 ------ */
.aviso-EdicionesEspecialesLS5X6 {
	position:absolute; width:456px; height:182px; bottom:30px; right:27px;
}

.foto-EdicionesEspecialesLS5X6 {
	 width:457px; height:185px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesLS, .bg-EdicionesEspecialesLS5X6  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-EdicionesEspecialesLS5X6 {
	position:absolute; width:260px; height:105px; bottom:15px; right:15px;
}
	
.foto-EdicionesEspecialesLS5X6 {
	width:260px; height:106px; background:#fff;	
}
}
/* ---------------- */



/* ------ EdicionesEspecialesLS4X6 ------ */
.aviso-EdicionesEspecialesLS4X6 {
	position:absolute; width:456px; height:146px; bottom:28px; right:27px;
}

.foto-EdicionesEspecialesLS4X6 {
	 width:456px; height:146px; background:#fff; 		
}

@media (max-width: 380px) {
.preview-EdicionesEspecialesLS, .bg-EdicionesEspecialesLS4X6  {
	width:290px;
	height:369px;
	display:block;
}
	
.aviso-EdicionesEspecialesLS4X6 {
	position:absolute; width:260px; height:83px; bottom:16px; right:15px;
}
	
.foto-EdicionesEspecialesLS4X6 {
	width:260px; height:83px; background:#fff;	
}
}
/* ---------------- */

