*: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: 'Open Sans', Arial, Helvetica;
	font-weight: 400;
	font-size: 26px;
	/*	font-size: 2.5vw; */
	color: #069;
	text-align:left;
	}
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: 100%;
	max-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: 100%;
	m ax-width: 1200px;
	m in-width:320px;
	height: auto;
	m ax-height: 150px;
	b ox-shadow:#aaa 0px 1px 2px;
	padding-top:10px;
	margin-bottom:10px;	

/*	border-bottom:5px solid #98C448; */
}

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

	width:100%;
	min-width:320px;
	h eight:120px;
	float:left;
	margin-bottom:10px;
	padding-bottom:10px;
	text-align:center;
	b order:solid 2px #ccc;
	background-color:#fff;

	d isplay:none;
}
#barratop-logo::after {
	clear: both;
}

#barratop-menu {
	width:100%;
	min-width:320px;
	float:left;
	text-align:right;
	padding-top:5px;
	b order:solid 1px #ccc;
}
#barratop-menu ul li, #barratop-menu ul li ul li {
/*	width:100%;
	text-align:center;
	font-size:16px;
	display:block; */
}
#barratop-face {
	display:none;
/*	width:100%;
	float:left;
	text-align:center;
	border:solid 1px #ccc; */
}

#barratop-shadow {
	display:none;
	height:20px;
	margin-top:1px;

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

#mobilemenubutton::before {
	c lear:both;
}
#mobilemenubutton {
	width:95%;
	w idth:320px;
	height:auto;
	background-color:#06c;
	font-family: 'Open Sans', Arial, Helvetica;
	color:#fff;
	border:#CCC 1px solid;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	margin:auto;
	margin-bottom:-20px;
	display: compact;
}
#mobilemenubutton a {
	font-size:21px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display: compact;
}



#menu {
	width: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;
}

 
#contenidos {
/*	width: 1200px; */
	width: 100%;
	max-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 {
	d isplay:none;
	overflow:auto;
	w idth:100%;
	width: 320px;
	height: auto;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 14px;
	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: left 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: 95%;
	h eight: 42px;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 15px;
	line-height: 23px;
	color: #FFF;
	margin-left: 20px;
	margin-top: 20px;
	m argin-right: 20px;
	text-align:center;
}
.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;
}
#barrabottom2-oficinas {
	width:95%;
	d isplay:none;
	b order: 1px solid #f00;	
}
#barrabottom2-20anos {
	display:none;
}


#Papyros {
	float: left;
	width: 90%;
	m in-width:320px;
	max-height: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	padding:1px;
	color:#CCC;
	font-size:9px;
}
#contador { display:none}

.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  ----- */


#home-tips {
	f loat: left;
	o verflow: visible;
	width: 100%;
	min-width:320px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	padding:1px;

	font-family: 'Open Sans', Arial, Helvetica;
	text-align: center;
	b order:dotted 1px #f00;
}
#contenidos #home-tips h1 {
	font-family: 'Open Sans', Arial, Helvetica;
	font-weight: 600;
	font-size: 20px;
	line-height:26px;
	letter-spacing: 0em;
	color: #555;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0px;
	text-shadow: -2px 2px 1px #eee;
	text-decoration: none;
	text-align:center;
}
#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;
	text-align:center;
}
#contenidos #home-tips 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;
	text-align:center;
}

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

#home-tips img {
	width:90%;
	height:auto;
	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 {
	width:95%;
	margin-bottom: -5px;
	margin-left: auto;
	margin-right: auto;
	font-size:17px;
	line-height: 21px;
	text-align: center;
	color: #333;
	b ackground-color:#ddd;
}

#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 {
	width:90%;
/*	width: 320px; */
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left:-15px;
	color: #444;
	font-size:17px;
	line-height:21px;
}
#home-tips ul li {
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	list-style-image: url(imagenes/iconos/tick.png);
	margin-bottom: 4px;
	font-size:18px;
	line-height:21px;
}
#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; */
}






.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;

}




.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 {
	width:90%;
	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;
}


/*
.TB_Wrapper {
	visibility: hidden;
	border: 3px solid #0f0;
	height:400px;
	padding-bottom:0px;
}
/*
.TB_Wrapper-M {
	display:none;
}
*/

#Slide-D {
	d isplay:none;
	background-color:#06F;
}
#Slide-M {
	display:none;	
	background-color:#F00
}














/*
@media screen and (max-width:500px) {
#contenedor {
	width:100%;
	background-color:#eee;
	}
#contenidos {
	width:100%;
	height:auto;
	background-color:#ccc;
	}

#barratop {
	width: 100%;
	height: auto;
	overflow:auto;
	m ax-height: 150px;
	background-image: url(imagenes/template/barratop-logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;	z-index:5;
	padding-top:10px;
	margin-bottom:10px;	
}

#barratop-logo {
	width: 100%;
	float:left;
}
#barratop-menu {
	width: 100%;
	float:left;
}
#barratop-face {
	width: 100%;
	float:left;
}



.ddsmoothmenu ul li {
	width: 100%;
	float:left;
}
.ddsmoothmenu ul li {
	width: 100%;
	float:left;
}



#Slide-D {
	display:none;
	background-color:#06F;
}

.TB_Wrapper {
	width: 100%;
	p adding-bottom:33%;
	h eight:auto;
	border: 2px solid #09F;
}
.TB_Wrapper .Slide img {
	width:100%; 
	padding-bottom:33%;
}	


#Slide-M {
	v isibility:visible;
	background-color:#F00
}
.TB_Wrapper-M {
	border: 3px solid #F00;

	width: 100%;
	h eight: 0;
	min-height:200px;
	padding-bottom:33%;

	background: url(trans_banner/cargando.gif) center center no-repeat;	
	position: relative;
	overflow: auto;
	box-shadow: 0px 2px 4px #a99;
}
.TB_Wrapper-M .Slide {
	background: #ffffff url(cargando.gif) center center no-repeat;
}	
.TB_Wrapper-M .Slide img {
	width:100%; 
	padding-bottom:33%;
}	



#home-tips {
	float: left;
	overflow: visible;
	width: 33%;
	min-width:360px;
	height: auto;
	margin: 1em;
	font-family: 'Open Sans', Arial, Helvetica;
	text-align: center;
	l ine-height: 30px;
}
#home-tips img {
	width:100%;
	height:auto;
	border: 1px solid #fff;
	box-shadow: 0px 2px 3px #ccc;
	border-radius: 20px;
	margin-top:-15px;
}
#contenidos #home-tips h1 {
	font-size:16px;
	text-align: center;
}
#contenidos #home-tips p {
	width:100%;
}
#home-tips ul {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left:-25px;
	width: 100%;
}
#home-tips ul li {
	width: 85%;
	font-size:14px;
	color: #000;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	list-style-image: url(imagenes/iconos/tick.png);
	margin-bottom: 4px;
}

.barrabottom {
	width:100%;
	border:#F00 3px solid;
	d isplay:none;
}
.Papyros {
	display:none;
}
.Papyros-M {
	width:100%;
	border:#F00 3px solid;

	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 12px;
	color: #CCC;
	text-align:center;
}





}

*/
	
