<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Por Esto!</title>
<link href="estilo.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="imagenes/favicon.ico" type="image/x-icon" />

<style type="text/css">
/* hosted by inetlocker */		
			*{ padding:0px; margin:0px; }
			
			a{ color:#C8DCE5; }
			h3{ margin: 10px 10px 0 10px; color:#FFF; font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }
			
			.boxgrid{ 
				width: 400px; 
				height: 440px; 
				
				 	
				background:#161613; 
				
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 920px;
	opacity: .8;
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}
				
		</style>
		
<script type="text/javascript" src="scripts/jquery-1.3.1.js"></script>
		<script type="text/javascript">
			$(document).ready(function(){
				//To switch directions up/down and left/right just place a "-" in front of the top/left attribute
				//Vertical Sliding
				$('.boxgrid.slidedown').hover(function(){
					$(".cover", this).stop().animate({top:'-260px'},{queue:false,duration:300});
				}, function() {
					$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:300});
				});
				//Horizontal Sliding
				$('.boxgrid.slideright').hover(function(){
					$(".cover", this).stop().animate({left:'325px'},{queue:false,duration:300});
				}, function() {
					$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:300});
				});
				//Diagnal Sliding
				$('.boxgrid.thecombo').hover(function(){
					$(".cover", this).stop().animate({top:'260px', left:'325px'},{queue:false,duration:300});
				}, function() {
					$(".cover", this).stop().animate({top:'0px', left:'0px'},{queue:false,duration:300});
				});
				//Partial Sliding (Only show some of background)
				$('.boxgrid.peek').hover(function(){
					$(".cover", this).stop().animate({left:'350px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:160});
				});
				
				//Full Caption Sliding (Hidden to Visible)
				$('.boxgrid.captionfull').hover(function(){
					$(".cover", this).stop().animate({right:'90px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({right:'90px'},{queue:false,duration:160});
				});
				//Caption Sliding (Partially Hidden to Visible)
				$('.boxgrid.caption').hover(function(){
					$(".cover", this).stop().animate({top:'160px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({top:'220px'},{queue:false,duration:160});
				});
			});
		</script>
        
        
        
        
	
	
	
	
		
	
	
				
		

</head>

<body>

<div id="contenedorindex">
<div id="contenedorindex2">
<div id="cabeceraindex"><img src="imagenes/logo.png" width="397" height="85" /></div><!--fin cabeceraindex -->
<div id="contenedorportadas">

					<div id="yucatan">
                    
                    <div class="boxgrid peek">
                    				<a href="yucatan.php"><img src="admin/yucatan/foto_inicio/PORTADA YUCATAN 25 ABRIL.jpg"/></a>
				<a href="yucatan.php"><img class="cover" src="imagenes/yucatan.jpg"/></a>
			</div>
			                   
                    </div><!--fin yucatan -->
                    		
            <div id="quintanaroo">
            
            <div class="boxgrid peek">
            				<a href="quintanaroo.php"><img src="admin/quintana_roo/foto_inicio/PORTADA QROO 25 ABRIL.jpg"/></a>
				<a href="quintanaroo.php" target="_BLANK"><img class="cover" src="imagenes/quintana.jpg"/></a>
			</div>
			
</div><!--fin quintanaroo -->




<! puesto por didier montero -->


<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 970x90 primera pagina -->
<ins class="adsbygoogle"
     style="display:inline-block;width:970px;height:90px"
     data-ad-client="ca-pub-2088049815813625"
     data-ad-slot="7434914398"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>








</div><!--fin contenedorportadas -->


</div><!--fin contenedorindex2 -->

<div id="contenedorpieindex">
<div id="direccion"></div>
<!--fin direccion -->
<div id="efecto"><!--<a href="http://www.efectocorporativo.com"><img src="imagenes/efecto.png" width="125" height="50" border="0" /></a>--></div>


</div><!--fin contenedorpieindex -->


</div><!--fin contenedorindex -->










</body>








</html>
