@charset "utf-8";
@media all and (orientation: landscape)
{
.pagina1 
	{
	position:fixed;
	width:100%;
	height:100%;
	margin: 0px;
	top: 0px;
	left: 0px;
	
	border:#000;
	border-style:hidden;
	border-width:thin;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
	
	background-image: url(./programador660x800.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position:center;
	
	text-align:center;
    }

.pagina2 
	{
	position:relative;
	width:100%;
	height:200%;
	top: 0 px;
	left: 0 px;
	
	margin:0;
		
	border:#000;
	border-style:hidden;
	border-width:thin;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
	
	text-align:center;
	}
.pagina2a
	{
	position:relative;
	width:100%;
	height:50%;
	/*top: 0 px;
	left: 0 px;*/
	
	margin:0px;
		
	border:#000;
	border-style:hidden;
	border-width:thin;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
	
	background-image: url(hendiduraH.png);
	background-position:bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	
	text-align:center;
	}
.pagina2b
	{
	position:relative;
	width:100%;
	height:50%;
	
	margin:0px;
		
	border:#000;
	border-style:hidden;
	border-width:thin;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
	
	background-image: url(textura.jpg);
	background-position:top center;
	background-repeat: repeat;
	
	text-align:center;
	}
}
@media all and (orientation: portrait)
{
.pagina1 
	{
	position:fixed;
	width:100%;
	height:100%;
	margin: 0px;
	top: 0px;
	left: 0px;
	
	border:#000;
	border-style:hidden;
	border-width:thin;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
	
	background-image: url(./programador660x800.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position:center;
	
	text-align:center;
    }

.pagina2 
	{
	position:relative;
	width:100%;
	height:200%;
	top:0;
	left:0;
	
	margin:0;
		
	border:#000;
	border-style:hidden;
	border-width:thin;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
	
	background-image: url(hendiduraH640.png),url(textura.jpg);
	background-position:center center,bottom center;
	background-repeat: no-repeat,repeat-x;
	background-size: contain,50%;
	
	text-align:center;
	}
.pagina2a
	{
	position:relative;
	width:100%;
	height:50%;
	/*top: 0 px;
	left: 0 px;*/
	
	margin:0px;
		
	border:#000;
	border-style:hidden;
	border-width:thin;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
	
	background-image: url(hendiduraH.png);
	background-position:bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	text-align:center;
	}
.pagina2b
	{
	position:relative;
	width:100%;
	height:50%;
	
	margin:0px;
		
	border:#000;
	border-style:hidden;
	border-width:thin;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
	
	background-image: url(textura.jpg);
	background-position:top center;
	background-repeat: repeat;
			
	text-align:center;
	}
}