body  {
	
	font-family:Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;  /*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#454545;
	/*background:#ced4c0;*/
	font-size:11px;
	/*behavior: url("../css/csshover3.htc");*/
}
a:link {
	color: #005698;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #005698;
}
a:hover {
	text-decoration: underline;
	color: #002949;
}
a:active {
	text-decoration: none;
	color: #005698;
}

p{
	font-size:12px;
	line-height:18px;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:16px;
	margin-bottom:-10px;
	padding:0px;
}
select{
	width:180px;	
}

.calendario {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
	border:#729d0f 1px solid;
	background:#fff;
}
.calendario th {
	background-color:#9acf1f;
	color:#384d07;
	padding:3px;
	
}
.calendario td {
	padding:3px;
	color:#5f830c;
	background:url(../img/fondo_cell.gif);
	background-repeat:repeat-x;
	border:1px solid #E0F1B4;
}

.calendario td.selected  {
	background-color:#9acf1f;
}
.salida {
	background-color:#729d0f;
	border:#729d0f 1px solid;
}
.salida a:link, .salida a:visited {
	color:#fff;
	text-decoration:none;
}
.salida a:hover {
	color:#729d0f;
	background-color:#EAF9C6;
}

.salida:hover { 
	color:#729d0f;
	background-color:#EAF9C6;
}

.tdweek {
	background:#fff;
	border-bottom:1px #660 dotted;
}


#supercontainer {
	width: 960px;  
	margin:auto;
	background:url(../img/fondo-mar.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#supercontainer_zona {
	width: 960px;  
	margin:auto;
	background:#fff;
	background-position:bottom center;
	background-repeat:no-repeat;
}
#supercontainer_eco {
	width: 960px;  
	margin:auto;
	background:#fff url(../img/fondo-mar.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;	
}
.thrColFixHdr #container { 	
	position:relative;
	width: 960px;  
/*	background:url(../img/fondo-tortuga.jpg);
	background-repeat:no-repeat;*/
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 	
	position:relative;
	height:230px;
	margin-bottom:15px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 187px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding:10px;
	padding-top:0px;


}
.thrColFixHdr #sidebar2 {
		position:absolute;
	/* float: right; since this element is floated, a width must be given */
	width: 185px; 
	_width: 185px;
	left:766px;
}
.thrColFixHdr #sidebar3 {
	position:absolute;
	/* float: right; since this element is floated, a width must be given */
	width: 185px;
	_width: 185px;
	left:770px;
	top: 231px;
}

.thrColFixHdr #mainContent {
	margin-left:217px;
	padding:0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #mainContent2 {
	margin-left:100px;
	padding:0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer { 
	margin-top:25px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navcontainer {
	position:absolute;
	left: 4px;
	top: 195px;
	_top:207px;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}
ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	
}

#navlist li
{
	display: inline;
	list-style-type: none;
	font-size:12px;
	font-weight:bold;
	border-right:#005698 1px solid;
	letter-spacing:-0.03em;
}
#navlist li.sinborde
{

	border:#005698 0px solid;
}
#navlist li.izq
{

	border-left:#005698 0px solid;
}


#navlist a { 
	padding: 8px; 
	padding-bottom:0px;
	color:#005698;
}

#navlist a:link, #navlist a:visited
{
	color: #005698;
	text-decoration: none;
}

#navlist a:hover
{
	color: #002949;
	text-decoration: none;
	/*border-bottom:#002949 2px solid;*/
}
 #navlist #active
{
	color: #000;
	font-weight:bolder;
	text-decoration: none;
	/*border-bottom:#002949 2px solid;*/
}
#relajate {
	/*margin-left:-10px;
	_margin-top:-30px;*/
}
#buscar {
	margin-left:-10px;
	margin-right:-10px;
	_margin-right:-15px;
	_margin-top:-30px;
/*	background-image:url(../img/fondo_left.png);*/
	background-repeat:repeat-x;
	
}
#buscar p{
	padding:0px;
}
.error{
	font-size:13px;
	color: #A00;	
}
.grande{
	font-size:16px;	
	color: #005698;
}

#cuatro_dias, #tres_dias{
	padding:3px;
	cursor:pointer;
	width:494px;
}
#cuatro_dias:hover,  #tres_dias:hover{ 
	background-color:#EAF9C6;
}

.small {
	font-size:10px;
	letter-spacing:-1px;
}
.small2 {
	font-size:9px;
	/*letter-spacing:-0.05em;*/
}
.peque {
	font-size:16px;
}
.peque2 {
	font-size:12px;
}
#socialcom {
	position:absolute;
	left:665px;
	top:34px;
	_top:20px;
	width:160px;
	height:30px;
	z-index:160;
	background-color: #DFF1F5;
	filter:alpha(opacity=90); /* IE's opacity*/
	opacity: 0.90;
	padding:10px;
	paddin-right:5px;
}
#nuestro_barco {
	position:absolute;
	left:531px;
	top:34px;
	_top:20px;
	width:110px;
	height:40px;
	z-index:160;
	background-color: #DFF1F5;
	filter:alpha(opacity=90); /* IE's opacity*/
	opacity: 0.90;
	padding:10px;
	paddin-right:5px;
}
#tarifas {
	position:absolute;
	left:248px;
	top:32px;
	_top:20px;
	width:80px;
	height:30px;
	z-index:160;
	background-color: #DFF1F5;
	filter:alpha(opacity=90); /* IE's opacity*/
	opacity: 0.90;
	padding:10px;
	paddin-right:5px;
}
#activi {
	position:absolute;
	left:390px;
	top:34px;
	_top:20px;
	width:110px;
	height:30px;
	z-index:150;
	background-color: #DFF1F5;
	filter:alpha(opacity=90); /* IE's opacity*/
	opacity: 0.90;
	padding:10px;
	paddin-right:5px;
}
#contacto_menu {
	position:absolute;
	left:765px;
	top:34px;
	_top:20px;
	width:110px;
	height:30px;
	z-index:150;
	background-color: #DFF1F5;
	filter:alpha(opacity=90); /* IE's opacity*/
	opacity: 0.90;
	padding:10px;
	paddin-right:5px;
}
#habitaciones {
	position:absolute;
	left:552px;
	top:34px;
	_top:20px;
	width:110px;
	height:30px;
	z-index:155;
	background-color: #DFF1F5;
	filter:alpha(opacity=90); /* IE's opacity*/
	opacity: 0.90;
	padding:10px;
	paddin-right:5px;
}
.img_link2{
	margin:5px;
}
.precio {
	border-left:1px #576b90 solid;
	/*border-bottom:1px #576b90 solid;*/
	font-size:13px;
}
.precio_h {
	border-left:1px #576b90 solid;
	border-bottom:1px #576b90 solid;
}
.precio_b2 {
	border-bottom:1px #576b90 solid;
}
.precio_b {
	border-left:1px #576b90 solid;
	font-size:13px;
	border-bottom:1px #576b90 solid;
}
.preciox {
	border-right:1px #576b90 solid;
}
.precio2 {
	background-color:#FFF;
	border-right:1px #576b90 solid;
	border-top:1px #576b90 solid;
	text-align: center;
}
.precio22 {
	background-color:#FFF;
	border-left:1px #576b90 solid;
	border-top:1px #576b90 solid;
	border-bottom:1px #576b90 solid;
	text-align: center;
}
.precio3 {
	border-left:0px #576b90 solid;
	border-top:0px #576b90 solid;
	border-bottom:1px #576b90 solid;
}
.box_servicios {
	background-image:url(../img/top_servicio.png); 
	background-repeat:no-repeat; 
	background-position:top left; width:526px;
	margin-bottom:10px;
}
.inner_box_servicios {
	margin-top:-8px; 
	margin-bottom:15px;
}
.inner2_box_servicios {
	padding:10px; background-color:#eff9fb; border-right:1px #00366b solid; border-left:1px #00366b solid;

}
.lnk_box_servicios {
 padding-top:5px; padding-left:10px; color:#FFF;
}
.blanco {
	color:#FFF;	
}
.boxys {
	color:#FFF;	
	color:#FFF; font-size:18px; 
	background-image:url(../img/nuestro_compromiso/fondos_azules.png);
	height:28px; 
	padding-left:15px; 
	padding-top:5px;
	 background-repeat:no-repeat;
	 margin-bottom:8px;
}
.boxys a{
	color:#FFF;
}
.boxys a:hover{
	color:#F0F8FF;
	text-decoration:none;
}
.cajita_feliz {
	color:#414042;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	padding:7px;
		background-color:#edf0f2;
	border:3px #dbdfe1 solid;
}
.cajita_feliz p {
	color:#414042;
}
.cajita_feliz h3{
	margin:0px;
	padding:0px;
	color:#092f71;
	font-size:14px;
}
.cajita_feliz h2{
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:14px;
}
.marco_foto {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border:3px #dbdfe1 solid;
	background-color:#dbdfe1;
	margin-right:0px;
}
.marco_foto2 {
	float:left;
	margin-right:4px;
	margin-left:5px;
}
.marco_foto3 {
	color:#001c47;
	float:left;
	margin-right:155px;
	font-size:12px;
	width:210px;
}
div.fotin 

{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	width:157px;
	height:118px;
	background-repeat:no-repeat;
	background-position:center;

}
div.fotin2 

{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	width:256px;
	height:184px;
	background-repeat:no-repeat;
	background-position:center;

}

/*aka********************************-**/
.tablin {
	padding-left:3px;
}
.fonx1 {
	padding:1px;
	padding-left:15px;
	height:22px;
	background: #F8D41C; /* old browsers */
	background: -moz-linear-gradient(top, #F7B961 0%, #F2A726 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7B961), color-stop(100%,#F2A726)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7B961', endColorstr='#F2A726',GradientType=0 ); /* ie */
	margin:0px;
	margin-right:180px;
	margin-top:10px;
	margin-bottom:5px;
}
.fonx1 h3 {
	margin:0px;
	margin-top:2px;
color:#223E6E;	
font-size:16px;
text-transform:uppercase;
}
.fonx1 a {
	color:#223E6E;	
	text-decoration:none;
}
.fonx1 a:hover {
	color:#000;	
	text-decoration:none;
}

.fonx2 {
	padding:1px;
	padding-left:15px;
	height:22px;
	background: #F8D41C; /* old browsers */
	background: -moz-linear-gradient(top, #BDDE37 0%, #A9CB21 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BDDE37), color-stop(100%,#A9CB21)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BDDE37', endColorstr='#A9CB21',GradientType=0 ); /* ie */
	margin:0px;
	margin-right:180px;
	margin-top:10px;
	margin-bottom:5px;
}
.fonx2 h3 {
	margin:0px;
	margin-top:2px;
color:#223E6E;	
font-size:16px;
text-transform:uppercase;
}
.fonx2 a {
	color:#223E6E;	
	text-decoration:none;
}
.fonx2 a:hover {
	color:#000;	
	text-decoration:none;
}

.fon1 {
	padding:1px;
	padding-left:15px;
	height:22px;
	background: #F8D41C; /* old browsers */
	background: -moz-linear-gradient(top, #F8D41C 0%, #F2A726 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8D41C), color-stop(100%,#F2A726)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8D41C', endColorstr='#F2A726',GradientType=0 ); /* ie */
	margin:0px;
	margin-right:180px;
	margin-top:10px;
	margin-bottom:5px;
}
.fon1 h3 {
	margin:0px;
	margin-top:2px;
color:#223E6E;	
font-size:16px;
text-transform:uppercase;
}
.fon1 a {
	color:#223E6E;	
	text-decoration:none;
}
.fon1 a:hover {
	color:#000;	
	text-decoration:none;
}
.fon2 {
	padding:1px;
	padding-left:15px;
	background: #53A7BF; /* old browsers */
	background: -moz-linear-gradient(top, #53A7BF 0%, #226475 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53A7BF), color-stop(100%,#226475)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53A7BF', endColorstr='#226475',GradientType=0 ); /* ie */
	margin:0px;
	margin-right:180px;
	height:22px;
	margin-top:10px;
	margin-bottom:5px;
}
.fon2 h3 {
	margin:0px;
	margin-top:2px;
color:#FFF;	
font-size:16px;
text-transform:uppercase;
}
.fon2 a {
	color:#fff;	
	text-decoration:none;
}
.fon2 a:hover {
	color:#000;	
	text-decoration:none;
}

.fonx {
	padding:1px;
	padding-left:15px;
	background: #53A7BF; /* old browsers */
	background: -moz-linear-gradient(top, #53A7BF 0%, #226475 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53A7BF), color-stop(100%,#226475)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53A7BF', endColorstr='#226475',GradientType=0 ); /* ie */
	margin:0px;
	margin-right:180px;
	height:22px;
	margin-top:10px;
	margin-bottom:5px;
}
.fonx h3 {
	margin:0px;
	margin-top:2px;
color:#FFF;	
font-size:16px;
}
.fonx a {
	color:#fff;	
	text-decoration:none;
}
.fonx a:hover {
	color:#000;	
	text-decoration:none;
}
.fechax{
border-bottom:1px solid #4d4d4f; width:300px; padding-top:5px; padding-bottom:5px; color:#004280;	
}

.taby {
width:539px;
background-image:url(../img/itinerarios/fondo.png);
background-repeat:repeat-x;
-webkit-box-shadow: 0px 3px 3px #424242;
-moz-box-shadow: 0px 3px 3px #424242;
box-shadow: 0px 3px 3px #424242; 
-webkit-border-radius: 12px 12px 0px 0px;
   -moz-border-radius: 12px 12px 0px 0px;
   border-radius: 12px 12px 0px 0px;
behavior: url(../pie/PIE.js);

}
.taby2 {
width:539px;
background-image:url(../img/itinerarios/fondo.png);
background-repeat:repeat-x;
-webkit-box-shadow: 0px 3px 3px #424242;
-moz-box-shadow: 0px 3px 3px #424242;
box-shadow: 0px 3px 3px #424242; 
-webkit-border-radius: 12px 12px 0px 0px;
   -moz-border-radius: 12px 12px 0px 0px;
   border-radius: 12px 12px 0px 0px;
behavior: url(../pie/PIE.htc);
}
.taby_up {
	background-image:url(../img/itinerarios/fondo.png);
background-repeat:repeat-x;
	-webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
	behavior: url(../pie/PIE.htc);

}
.taby_down {
-webkit-border-radius: 0px 0px 12px 12px;
   -moz-border-radius: 0px 0px 12px 12px;
   border-radius: 0px 0px 12px 12px;
   -webkit-box-shadow: 0px 3px 3px #A0A0A0;
-moz-box-shadow: 0px 3px 3px #A0A0A0;
box-shadow: 0px 3px 3px #A0A0A0; 
behavior: url(../pie/PIE.htc);
background-color:#fff;
width:539px;
}
th {
	color:#FFF;
	
}
td{
	border-top:4px #FFF solid;
	border-right:#4E7197 1px solid;
}
.nb td {
	border-right:#4E7197 0px solid;
}
.taby table {
	color: #243F6C;
}
.sinr {
	border-right:#006 0px solid;
	color: #243F6C;
}
.taby1 td, .taby1  th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color: #243F6C;
}
.taby1 {width:539px;
background-image:url(../img/itinerarios/fondo.png);
background-repeat:repeat-x;
-webkit-box-shadow: 0px 3px 3px #424242;
-moz-box-shadow: 0px 3px 3px #424242;
box-shadow: 0px 3px 3px #424242; 
-webkit-border-radius: 12px 12px 0px 0px;
   -moz-border-radius: 12px 12px 0px 0px;
   border-radius: 12px 12px 0px 0px;
/*   background-color:#2A5CA5;*/
behavior: url(../pie/PIE.htc);
}
.tabyx1 {width:529px;
background-image:url(../img/itinerarios/fondo.png);
background-repeat:repeat-x;
-webkit-box-shadow: 0px 3px 3px #424242;
-moz-box-shadow: 0px 3px 3px #424242;
box-shadow: 0px 3px 3px #424242; 
-webkit-border-radius: 12px 12px 0px 0px;
   -moz-border-radius: 12px 12px 0px 0px;
   border-radius: 12px 12px 0px 0px;
/*   background-color:#2A5CA5;*/
behavior: url(../pie/PIE.htc);
}
.tabyx1 th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
.tabyx1 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:600;
	color: #243F6C;
}
.taby_up1 {	-webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
	behavior: url(../pie/PIE.htc);
}
.taby_downx {
-webkit-border-radius: 0px 0px 12px 12px;
   -moz-border-radius: 0px 0px 12px 12px;
   border-radius: 0px 0px 12px 12px;
   -webkit-box-shadow: 0px 3px 3px #A0A0A0;
-moz-box-shadow: 0px 3px 3px #A0A0A0;
box-shadow: 0px 3px 3px #A0A0A0; 
behavior: url(../pie/PIE.htc);
background-color:#fff;
width:529px;
margin-bottom:15px;
}
.chiqu {
	font-size:11px;
	font-weight:lighter;
	line-height:8px;
}
.axxx {
background: #0a93b3; /* Old browsers */
background: -moz-linear-gradient(top, #0a93b3 1%, #0393b8 23%, #0d6595 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0a93b3), color-stop(23%,#0393b8), color-stop(100%,#0d6595)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0a93b3 1%,#0393b8 23%,#0d6595 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0a93b3 1%,#0393b8 23%,#0d6595 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #0a93b3 1%,#0393b8 23%,#0d6595 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a93b3', endColorstr='#0d6595',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #0a93b3 1%,#0393b8 23%,#0d6595 100%); /* W3C */	
width:536px;
height:31px;
font-family:Arial, Helvetica, sans-serif;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
letter-spacing:-1px;
padding-top:3px;
font-size:21px;
color:#FFF;
text-align:center;
}
.roxxx {
background: #ed0e3d; /* Old browsers */
background: -moz-linear-gradient(top, #ed0e3d 0%, #ed0b31 20%, #ed0b31 55%, #a30f29 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed0e3d), color-stop(20%,#ed0b31), color-stop(55%,#ed0b31), color-stop(100%,#a30f29)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ed0e3d 0%,#ed0b31 20%,#ed0b31 55%,#a30f29 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ed0e3d 0%,#ed0b31 20%,#ed0b31 55%,#a30f29 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ed0e3d 0%,#ed0b31 20%,#ed0b31 55%,#a30f29 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0e3d', endColorstr='#a30f29',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ed0e3d 0%,#ed0b31 20%,#ed0b31 55%,#a30f29 100%); /* W3C */
width:536px;
height:31px;
font-family:Arial, Helvetica, sans-serif;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
letter-spacing:-1px;
padding-top:3px;
font-size:21px;
color:#FFF;
text-align:center;	
}
.boxy1 {
background: #eff7ff; /* Old browsers */
background: -moz-linear-gradient(top, #eff7ff 20%, #dfefff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#eff7ff), color-stop(100%,#dfefff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eff7ff 20%,#dfefff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eff7ff 20%,#dfefff 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #eff7ff 20%,#dfefff 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7ff', endColorstr='#dfefff',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #eff7ff 20%,#dfefff 100%); /* W3C */
	padding:10px;
	margin:10px;
}
.boxy2 {
background: #ffffe8; /* Old browsers */
background: -moz-linear-gradient(top, #ffffe8 20%, #ffffb3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#ffffe8), color-stop(100%,#ffffb3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffe8 20%,#ffffb3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffe8 20%,#ffffb3 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffe8 20%,#ffffb3 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffe8', endColorstr='#ffffb3',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffe8 20%,#ffffb3 100%); /* W3C */
	padding:10px;
	margin:10px;
}
