<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	18;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

#full-screen-background-image {	z-index: -999;
	min-height: 100%;
	min-width: 393px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0px;
	max-width:none
}

.float_left {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.float_right {

float: right;

margin-left: 15px;

}
.nobr  { white-space:nowrap; }
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 91.2%;
	padding-left: 2.4%;
	padding-right: 2.4%;
	clear: none;
	float: none;
}
#div1 {
	width: 100%;
	margin-left: 0;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
#full-screen-background-image {	z-index: -999;
	min-height: 100%;
	min-width: 393px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0px;
	max-width:none
/* hacemos el fondo más grande */
        transform : scale(2.3);
        -moz-transform : scale(2.3);      /* Firefox */
        -webkit-transform : scale(2.3);   /* Chrome - Safari */
        -o-transform : scale(2.3);        /* Opera */
}
#cab {}
.zeroMargin_mobile {margin-left: 0;}
.hide_mobile {display: none;}
.carta_texto {
	font-size: 1.2em;
	background-color: #EFD6D6;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	border: 1px solid #639;
	color: #000000;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.posiatitulo1 {
	font-family: 'Tangerine', serif;
	font-size: 3em;
	text-shadow: 4px 4px 4px #aaa;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 95.55%;
	padding-left: 1.225%;
	padding-right: 1.225%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
width: 74.3589%;
margin-left: 25.641%;
}
#full-screen-background-image {	z-index: -999;
	min-height: 100%;
	min-width: 393px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0px;
	max-width:none
/* hacemos el fondo más grande */
        transform : scale(1.3);
        -moz-transform : scale(1.3);      /* Firefox */
        -webkit-transform : scale(1.3);   /* Chrome - Safari */
        -o-transform : scale(1.3);        /* Opera */
}
#cab {}
.hide_tablet {display: none;}
.zeroMargin_tablet {margin-left: 0;}
.carta_texto {
	font-size: 1.2em;
	background-color: transparent;
	padding-top: 0px;
	/* [disabled]padding-right: 0px; */
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	border: 0px;
	color: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
Amano br { display:none}
.posiatitulo1 {
	font-family: 'Tangerine', serif;
	font-size: 4em;
	text-shadow: 4px 4px 4px #aaa;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 97.9%;
	max-width: 1232px;
	padding-left: 0.55%;
	padding-right: 0.55%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
width: 66.2921%;
margin-left: 28.0898%;
}
#full-screen-background-image {	z-index: -999;
	min-height: 100%;
	min-width: 393px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0px;
	max-width:none
/* hacemos el fondo más grande */
        transform : scale(1);
        -moz-transform : scale(1);      /* Firefox */
        -webkit-transform : scale(1);   /* Chrome - Safari */
        -o-transform : scale(1);        /* Opera */
		}
#cab {		}
.zeroMargin_desktop {		margin-left: 0;		}
.hide_desktop {		display: none;		}
.posiatitulo1 {
	font-family: 'Tangerine', serif;
	font-size: 5em;
	text-shadow: 4px 4px 4px #aaa;
}
}
</pre></body></html>