*:focus { outline: none; }


body {
	margin: 0;
	background-image: url(imagenes/template/fondo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100%;
	}



/* -----  ESTILOS  ----- */

h1 {
	font-family: M ichroma, 'Open Sans', Arial, Helvetica;
	font-weight: 400;
	font-size: 26px;
	/*	font-size: 2.5vw; */
	color: #069;
	}
h1 em {
	font-family: 'Open Sans', Arial, Helvetica;
	font-weight: 400;
	font-size: 26px;
/*	font-size: 2.5vw; */
	color: #960;
	font-style:normal;
	}

h2 {
	font-family: 'Open Sans', Arial, Helvetica;
	font-weight: 400;
	font-size: 21px;
	/*	font-size: 2.5vw; */
	color: #09C;
	}

h3 {
	font-family: 'Open Sans', Arial, Helvetica;
	font-weight: 400;
	font-size: 18px;
	/*	font-size: 2.5vw; */
	color: #270;
	padding-top: 15px;
	}

h4 {
	font-family: 'Open Sans', Arial, Helvetica;
	font-weight: 700;
	font-size: 15px;
	/*	font-size: 2.5vw; */
	color: #930;
	padding-top: 15px;
	}

/* -----  ESTRUCTURA  ----- */

#contenedor {
	width:1200px;
	margin: 0px auto;
	b ox-shadow:#300 0px 0px 15px;
	margin-left:auto;
	margin-right:auto;
	}

/*
#barrasky {
	width: 100%;
	height: 40px;
	max-height: 50px;
	background-image: url(imagenes/template/redbar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;	z-index:5;
	box-shadow:#aaa 0px 1px 2px;
}
#barrasky2 {
	width:1140px;
	padding-top:5px;
	padding-bottom:15px;
	
	text-align: right;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 13px;
	color: #BEAE9E;
}
#barrasky2 em {
	color: #9C8978;
}

#barrasky2 a:link, #barrasky2 a:visited {
	color: #BEAE9E;
	text-decoration:none;

}
#barrasky2 a:hover {
	color: #FFCC99;
	text-decoration: none;	
}
#barrasky2 img {
	vertical-align:middle;
	opacity:0.85;
}
#barrasky2 img:hover {
	vertical-align:middle;
	opacity:1;
}
*/

#barratop {
	width: 1200px;
/*	h eight: 100px;
	max-height: 150px;
	b ox-shadow:#aaa 0px 1px 2px;
	padding-top:10px; */
	m argin-bottom:10px;	

/*	border-bottom:5px solid #98C448; */
	b order:dotted 1px #ccc;
}

#barratop-logo {
/*	background-image: url(/imagenes/template/barratop-logo.jpg);
	background-repeat: no-repeat;
	background-position: left center; */

	width:29%;
	float:left;
	text-align:center;
	padding-top:20px;
	b order:solid 1px #ccc;
}
#barratop-menu {
	width:70%;
	h eight:100px;
	float:left;
	text-align:right;
	v ertical-align:bottom;
	padding-top:70px;
	padding-bottom:-40px;
	b order:solid 1px #ccc;
}
#barratop-face {
	width:115px;
	float:right;
	text-align:right;
	margin-top:-60px;
	margin-right:20px;
	b order:solid 1px #ccc;
}
#barratop-shadow {
	d isplay:none;
	height:10px;
	margin-top:1px;

	position:relative;
	z-index:0;
	opacity:0.2; 
}


#menu {
	w idth:100%;
	background-image: url(imagenes/template/menu.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
	text-align:right;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size:16px;
	font-weight:600;
	color:#930;
	text-decoration:none;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;

	position:relative;	z-index:4;
	b ox-shadow:#777 0px 1px 4px;
	}

#menu a:link, #menu a:visited {
	color: #360;
	text-decoration: none;
	margin-left: 32px;
	margin-right: 32px;
}
#menu a:hover {
	color: #8b0;
	text-decoration: none;
	font-weight: bold;
}
#mobilemenubutton {
	display:none;
}
 
#contenidos {
	width: 1200px;
	background-image: url(imagenes/template/textura3.jpg);
	background-repeat: repeat;
	b ackground-color: #FFF;
	position: relative;
	z-index: 3;
	margin-top: 0px;
	padding-top: 1px; /* para que no se separe #contenidos de #menu al usar blockquote, si se puede, quitar luego */
	padding-bottom: 1px; /* para que no se separe #contenidos de #barrabottom al usar blockquote, si se puede, quitar luego */
	font-family: 'Open Sans', Arial, Helvetica;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	text-align: justify;
	}
#contenidos a:link, #contenidos a:visited {
	color: #0066CC;
}
#contenidos a:hover {
	color: #09F;
}
#contenidos ul li {
	list-style-image: url(imagenes/iconos/tick.png);
	list-style-position: outside;
	line-height: 21px;
	padding-left: 3px;
	padding-right: 20px;
}

#info {
	width: 90%;
	margin-left:auto;
	margin-right:auto;

}

/*
#barrabottom {
	width: 100%;
	display: inline-block;

	h eight:30px;
	max-height: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 13px;
	color: #BEAE9E;
	text-align: center;
	background-image: url(imagenes/template/redbar.jpg);
	background-repeat: no-repeat;
	background-position: 0% bottom;
	margin-top:-10px;
	}
#barrabottom a:link, #barrabottom a:visited {
	color: #BEAE9E;
	text-decoration:none;
	font-weight:bold;
}
#barrabottom a:hover {
	color: #fff;
	text-decoration: none;
}
*/

.barrabottom {
	width: 1200px;
	height: 310px;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 11px;
	color: #666;
	border-top: 1px solid #eee;
	line-height: 25px;
	padding-top: 20px;
	m argin-top: 20px;
	background-image: url(imagenes/template/barrabottom-.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
.barrabottom tr td table {
	margin-top: 7px;
	margin-bottom: 12px;
}
.barrabottom a:link, .barrabottom a:visited {
	color: #eee;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}
.barrabottom a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #390;
}

.barrabottom tr td table tr td h1 {
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 24px;
	color: #a1c300;
	font-weight: normal;
	margin-top: 14px;
}


.barrabottom2 {
	width: 1055px;
	height: 42px;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 14px;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	line-height: 23px;
	margin-top: 15px;
}
.barrabottom2 a:link, .barrabottom2 a:visited {
	color: #eee;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}
.barrabottom2 a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #6b0;
	font-weight: bold;
}


#Papyros {
	float: left;
	width: 33%;
	min-width:320px;
	max-height: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	padding:1px;
	color:#CCC;
	f ont-size:9px;
	b order:#ccc solid 1px;
}


.Papyros {
	width: 1050px;
	height: 45px;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 12px;
	color: #CCC;
	margin-left: auto;
	margin-right: auto;
}
.Papyros tr td {
	padding: 7px 7px 7px 4px;
	font-size: 12px;
}

.Papyros a:link, .Papyros a:visited {
	color: #CCC;
	font-weight: bold;
}
.Papyros a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	border: none;
}



/* -----  SECCIONES  ----- */

#cabanias {
	float: left;
	overflow: auto;
	width: 230px;
	height: auto;
	margin: 0.65em;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 28px;
	font-weight: 300;
	color: #963;
	text-align: center;
	line-height: 30px;
}
#cabanias a:link, #cabanias a:visited {
	font-weight:300;
	color: #963;
	text-align:center;
	text-decoration:none;
}
#cabanias em {
	font-size: 15px;
	font-style:normal;	
	font-weight:bold;
	color: #900;
	text-decoration: underline;
	}
.cabanias-img {
	margin-top:10px;
	margin-bottom:10px;
	border-radius:120px;
	b ox-shadow:#fff 2px 4px 4px;
}
.cabanias-img:hover {
	margin-top:10px;
	border-radius:50px;
	box-shadow:#FFd 2px 4px 4px;
}

#after-cabanias {
  clear: left;
}




.dos-column {
  padding: 1em;
  -moz-column-count: 2;
  -moz-column-gap: 1em;
  -webkit-column-count: 2;
  -webkit-column-gap: 1em;
  column-count: 2;
  column-gap: 1em;
}

.three-column {
	width:90%;
/*	padding: 1em; */
	-moz-column-count: 3;
	-moz-column-gap: 5em;
	-webkit-column-count: 3;
	-webkit-column-gap: 5em;
	column-count: 3;
	column-gap: 5em;
	w hite-space:nowrap;
}
.three-column ul {
	margin-top:0px;

}



.Home_Servicios {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom:00px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Home_Servicios tr td {
	width: 333px;
	padding-bottom: 0px;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 14px;
	line-height: 17px;
	color: #555;
	text-align: center;
}
#contenidos .Home_Servicios tr td h1 {
	font-family: 'Open Sans', Arial, Helvetica;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0em;
	color: #555;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 18px;
	text-shadow: -2px 2px 1px #eee;
	text-decoration: none;
}
#contenidos .Home_Servicios tr td h1 a:link, #contenidos .Home_Servicios tr td h1 a:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	color: #069;
}
#contenidos .Home_Servicios tr td h1 a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	color: #06C;
}

.Home_Servicios tr td p {
	margin-bottom: -5px;
	width: 330px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 135%;
}
.Home_Servicios tr td p a:link, .Home_Servicios tr td p a:visited {
	color: #099;
}
.Home_Servicios tr td p a:hover {
	color: #066;
}

.Home_Servicios tr td img {
	border: 1px solid #fff;
	box-shadow: 0px 2px 3px #ccc;
	border-radius: 20px;
}
.Home_Servicios tr td img:hover{
	border: 1px solid #fff;
	box-shadow: 0px 2px 5px #aaa;
}

.Home_Servicios tr td ul {
	margin-top: 7px;
	margin-bottom: 7px;
	width: 270px;
	line-height: normal;
}
.Home_Servicios tr td ul li {
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	list-style-image: url(imagenes/iconos/tick.png);
	margin-left: -16px;
	color: #555;
	margin-bottom: 4px;
}
.Home_Servicios tr td ul li a:link {
	color: #390;
	text-decoration: none;
}
.Home_Servicios tr td ul li a:visited {
	color: #888;
	text-decoration: none;
}
.Home_Servicios tr td ul li a:hover {
	color: #333;
	text-decoration: none;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999; */
}




.contacto tr td {
	font-family: 'Open sans', Arial, Helvetica, sans-serif;
	color: #333;
	padding:4px;
}
.contacto tr th {
	text-align: right;
	color: #300;
}
.contacto tr td input {
	width:330px;
	font-family: 'Open sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px;

	background-color: #fcfcfc;
	border:solid;
	border-width:1px;
	border-color:#bbb;
}
.contacto tr td input:focus {
	background-color: #fff;
	border: 1px solid #09C;
	padding: 6px;
}
.contacto tr td textarea {
	width:330px;
	font-family: 'Open sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fff;
	padding: 6px;
	background-color: #fafafa;
	border:solid;
	border-width:1px;
	border-color:#bbb;
}
.contacto tr td textarea:focus {
	background-color: #fff;
	border: 1px solid #09C;
	padding: 6px;
}
.contacto tr td input#button  {
	font-family: 'Open sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 210px;
	background-color: #058;
	color: #FFF;
	font-weight: bold;
	padding: 6px;
	box-shadow: 2px 2px 2px #ccc;
	text-shadow: #444 1px 1px 1px;
	cursor: pointer;
}
.contacto tr td input#button:hover  {
	box-shadow: 2px 2px 3px #777;
	background-color: #0066CC;
}
.contacto tr td h3 {
	margin-top:-15px;
}



.contacto .requerimientos tr th {
	text-align: right;
	color: #300;
}
.contacto .requerimientos tr td input {
	width:90px;
	font-family: 'Open sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px;

	background-color: #fcfcfc;
	border:solid;
	border-width:1px;
	border-color:#bbb;
}
.contacto .requerimientos tr td input:focus {
	background-color: #fff;
	border: 1px solid #09C;
	padding: 6px;
}
.contacto .requerimientos tr td select {
	width:120px;
	font-family: 'Open sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px;

	background-color: #fcfcfc;
	border:solid;
	border-width:1px;
	border-color:#bbb;
}

.contacto fieldset {
	background-color:#fcfcfc ;
	
}




.marco_right {
	float:right;
	border: 8px solid #FFF;
	box-shadow: 0px 5px 5px #ccc;
	-moz-box-shadow: 0px 5px 5px #777;
	-webkit-box-shadow: 0px 5px 5px #777;
	margin-left: 60px;
	margin-bottom: 30px;
/*	z-index: 1;
	position: relative; */
}

.foto_right {
	float:right;
/*	border: 9px solid #FFF;
	box-shadow: 0px 5px 5px #777;
	-moz-box-shadow: 0px 5px 5px #777;
	-webkit-box-shadow: 0px 5px 5px #777; */
	margin-left: 60px;
	margin-bottom: 40px;
/*	z-index: 1;
	position: relative; */
}


.tabla_estilo {
	border:#999 1px solid;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #444;
/*	margin-left:auto;
	margin-right:auto;*/
}
.tabla_estilo tr th {
/*	border: #fff 1px solid;
	font-size: 14px;
	padding: 3px;
	background-color: #EeE;
	font-style: normal;
	padding: 8px;
	text-align: center;
*/
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 16px;
	color: #fff;

	background-color: #EeE;
	font-style: normal;
	text-align: center;
	padding: 11px;

	border-top: 1px solid #eee;
	line-height: 25px;
	p adding-top: 20px;
	m argin-top: 20px;

	background-image: url(imagenes/template/barrabottom-.jpg);
	background-repeat: repeat;
	background-position: center bottom;

	margin-left: auto;
	margin-right: auto;
}
.tabla_estilo tr:hover {
	background-color:#FFe
}
.tabla_estilo tr td {
	border:#fff 1px solid;
	padding:5px;
	font-size: 13px;
	text-align:left;
}



#home-tips {
	float: left;
	overflow: visible;
	width: 33%;
	height: auto;
	m argin: 1em;
	font-family: 'Open Sans', Arial, Helvetica;
	text-align: center;
	l ine-height: 30px;
}
#contenidos #home-tips h1 {
	font-family: 'Open Sans', Arial, Helvetica;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0em;
	color: #555;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0px;
	text-shadow: -2px 2px 1px #eee;
	text-decoration: none;
}
#contenidos #home-tips h1 a:link, #contenidos #home-tips h1 a:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	color: #069;
	font-weight: 600;
}
#contenidos #home-tips tr td h1 a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	color: #06C;
	font-weight: 600;
}

#home-tips a:link, #home-tips a:visited {
	font-weight:300;
	color: #963;
	text-align:center;
	text-decoration:none;
}
#home-tips em {
	font-size: 15px;
	font-style:normal;	
	font-weight:bold;
	color: #900;
	text-decoration: underline;
	}

#home-tips img {
	border: 1px solid #fff;
	box-shadow: 0px 2px 3px #ccc;
	border-radius: 20px;
	margin-top:-15px;
}
#home-tips img:hover{
	border: 1px solid #fff;
	box-shadow: 0px 2px 5px #aaa;
}

#home-tips p {
	margin-bottom: -5px;
	max-width: 330px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 135%;
	font-size:14px;
	color: #444;
}

#home-tips p a:link, #home-tips p a:visited {
	color: #099;
}
#home-tips p a:hover {
	color: #066;
}

#after-home-tips {
  clear: left;
}

#home-tips ul {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left:-15px;
/*	width: 320px; */
	line-height: normal;
}
#home-tips ul li {
	font-size:14px;
	color: #444;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	list-style-image: url(imagenes/iconos/tick.png);
	margin-bottom: 4px;
}
#home-tips ul li a:link {
	color: #390;
	text-decoration: none;
}
#home-tips ul li a:visited {
	color: #888;
	text-decoration: none;
}
#home-tips ul li a:hover {
	color: #333;
	text-decoration: none;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999; */
}


















@media screen and (max-width:900px) {

#contenedor {
	width:100%;
	min-width:320px;
	}

#contenidos p, #contenidos li {
	width:100%;
	b ackground: lightblue;
	font-size: 18px;
	}
	
}
