body {
	margin:0;
	o verflow: hidden;
	background-color:#fafafa;
	font-family: 'Open Sans', Arial, Helvetica;
	}

div { /* Para evitar que el PADDING mueva los MARGIN laterales */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	}


h1 {
	font-size:26px;
	font-weight:400;
	color:#0072cb;
	text-align:left;
	}


/* ADS * /
#ads-top {
	width:100%;
	background-color:#ee9;
	text-align:center;
	margin-bottom:10px;
	}
#ads-bottom {
	width:100%;
	background-color:#ee9;
	text-align:center;
	margin-bottom:10px;
	display: inline-block;
	}
#ads-rightcol {
	width: 90%;
	background-color: #ee9;
	text-align: center;
	margin: 10px auto;
	}
*/

/*
#barratop {
	width: 100%;
	padding:10px;
	border-top:#C00 10px solid;
	}
*/
#barratop {
	w idth: 960px;
	height:130px;
	o verflow:auto;
	padding: 5px 10px 15px 0px;
	margin:auto;
	box-shadow:#999 0px 0px 5px;
	border-top:#C00 10px solid;
	background-color:#fff;
	}
#barratop-logo {
	width:37%;
	float:left;
	padding:10px 0px 0px 30px;
	text-align:justify;
	vertical-align:middle;
	b order:#03F 1px solid;
	b ackground: #0CF;
	}
	
#barratop-fono {
	width:70%;
	float:left;
	padding:50px 0 0px 0;

	o verflow:visible;
	text-align:right;
	vertical-align:middle;
	border:#f3F 1px solid;
	b ackground: orange;
	}	

#menu {
	width:100%;
	height:48px;
	o verflow:auto;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;

	b ackground-color:#0CC;
	border-bottom:solid 5px #eee;
	b order:#EEE 1px solid;
	}

#contenedor {
	width:960px;
	margin: 0px auto;
	}


#contenidos {
	width:100%;
	float:left;
	p adding:20px;
	padding-left:%;
	font-size:15px;
	color:#333;
	text-align:justify;

	/* Para evitar que el PADDING mueva los MARGIN laterales */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

	b ackground: #0CF;
	b order:#EEE 1px solid;
	
	}

#contenidos a:link, #contenidos a:visited {
	color:#06F;
	font-weight:bold;
}
#contenidos a:link, #contenidos a:visited {
	color:#09F;
	font-weight:bold;
}

#contenidos ul li {
	list-style-position: outside;
	list-style-image: url(imagenes/iconos/tick.png);
}
#rightcol {
	width:28%;
	float:left;
	background: orange;
	padding-left:%;
	margin-left:2%;

	}	
#rightcol:after {

}

.slide {
	max-width:960px;
	h eight:353px;
	b order:#FFF 3px solid;
	b ox-shadow:#ccc 0px 0px 5px;
	}

.marco {
	f loat:right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:5px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 4px #aaa;
	-moz-box-shadow: 2px 2px 4px #aaa;
	-webkit-box-shadow: 2px 2px 4px #aaa;
}

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




.productos {
	height:auto;
	overflow:auto;
	b order:#F0f 1px solid;
}
.productos div {
	float:left;
	width:300px;
	margin-left:9px;
	margin-right:9px;
	margin-bottom:20px;
	p adding: 10px;
	padding-bottom:10px;

	font-weight: 400;
	font-size: 15px;
/*	font-size: 2.5vw; */
	color: #555;
	
	w hite-space:nowrap;
	text-align:center;

	box-shadow:#ddd 0px 0px 7px;
	background-color:#FFF;
	b order:#ddd 1px solid;
}
.productos div strong {
	font-weight: 400;
	font-size: 21px;
	color: #06C;
}
.productos div img {
	m ax-width:300px;
	m ax-height:300px;
	height:auto;
}
.productos div div {
	margin:0;
	padding:0;
	box-shadow:none;
	
}
/*
.productos div:first-of-row {
	m argin-left:0px;	
	text-align:center;
	b order:#F6f 2px solid;
	b ackground-color:#069;
}
*/

#barrabottom {
	width: 100%;
	background-color: #eee;
	border-top: 1px solid #CCC;
	display: inline-block;
	font-size: 13px;
	color: #555;
	text-align: justify;
	text-align: center;
	}

.dos-columnas {
  padding: 1em;
  -moz-column-count: 2;
  -moz-column-gap: 1em;
  -webkit-column-count: 2;
  -webkit-column-gap: 1em;
  column-count: 2;
  column-gap: 1em;
}
.dos-columnas ul {
  margin-top:0px;
}
.tres-columns {
  padding: 1em;
  -moz-column-count: 3;
  -moz-column-gap: 1em;
  -webkit-column-count: 3;
  -webkit-column-gap: 1em;
  column-count: 3;
  column-gap: 1em;
}
.tres-columns ul {
  margin-top:0px;
}

.tres-columnas {
	height: auto;
	overflow: auto;
	padding: 20px 10px 10px;
	b order:#F0f 1px solid;
}
.tres-columnas div {
	float:left;
	width:285px;
	margin-left:20px;
	margin-right:1px;
	margin-bottom:0px;
	p adding: 10px;
	padding-bottom:10px;

	font-weight: 400;
	font-size: 13px;
	color: #555;
	
	w hite-space:nowrap;
	text-align:center;

	b ackground-color:#FFF;
	b order:#ddd 1px solid;
}
.tres-columnas div a:link, .tres-columnas div a:visited {
	color:#666;
}
.tres-columnas div a:hover {
	color:#06F;
}




#papyros {
	width:100%;
	background-color:#;
	b order-top:#CCC 1px solid;
	display: inline-block;
	text-align:center;
	font-weight: 400;
	font-size: 12px;
	color: #777;
	}


.contacto {	
text-decoration:none;
}
.contacto tr th {
	text-align:right;
	color:#666;
}

.contacto tr td input {
	width:400px;
	font-family: 'Open sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fff;
	padding: 6px;
	border:solid;
	border-width:1px;
	border-color:#ccc;
}

.contacto tr td input:focus {
	background-color: #eefcfF;
	border:solid;
	border-width:1px;
	border-color:#09F;
}
.contacto tr td textarea {
	width:400px;
	font-family: 'Open sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fff;
	padding: 6px;
	border:solid;
	border-width:1px;
	border-color:#ccc;
}
.contacto tr td textarea:focus {
	background-color: #eefcfF;
	border:solid;
	border-width:1px;
	border-color:#09F;
}
.contacto tr td input#button  {
	font-family: 'Open sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 0.3px;
	width: 250px;
	background-color: #06C;
	color: #FFF;
	font-weight: bold;
	padding: 6px;
	box-shadow: 2px 2px 3px #aaa;
	text-shadow: #444 1px 1px 1px;
	cursor: pointer;
	text-decoration:none;
}



/*	
@media screen and (max-width:640px) {
#contenedor {
	width:100%;
	}

#leftcol {
	width:70%;
	background: gray;
	}
	
#rightcol {
	width:20%;
	background: yellow;
	}	
	
	}
*/	
	























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

#contenedor {
	width:100%;
	text-align:center
	}

#contenidos {
	width:100%;
	padding-left:20px;
	padding-right:20px;

	/* Para evitar que el PADDING mueva los MARGIN laterales */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}


/*
#leftcol {
	width:100%;
	background: gray;
	}
	
#rightcol {
	width:100%;
	background: yellow;
	}	
*/

#barratop {
	height:135px;
	}

#barratop-logo {
	width:100%;
	text-align: center;
	padding:20px 0px 20px 0px;
	
	b order:#03F 1px solid;
	b ackground: #0CF;
	}
	
#barratop-fono {
	width:100%;
	text-align: center;

	b order:#f3F 1px solid;
	b ackground: orange;
	}	
.productos div {
	width:98%;
	margin-left:3px;
	margin-right:3px;
	text-align:center;
	b order:#F6f 2px solid;
	b ackground-color:#069;
}
.productos div img{
	max-width:90%;
}

.tres-columnas div {
	width:90%;
	margin-bottom:10px;
}

.contacto {	
text-decoration:none;
}

.contacto tr th {
	text-align:left;
	color:#666;
}

.dos-columnas {
  padding: 1em;
  -moz-column-count: 1;
  -moz-column-gap: 1em;
  -webkit-column-count: 1;
  -webkit-column-gap: 1em;
  column-count: 1;
  column-gap: 1em;
}
.dos-columnas ul {
	margin-left:-30px;
	margin-top:-20px;
	margin-bottom:0px;
}
.tres-columns {
  padding: 1em;
  -moz-column-count: 1;
  -moz-column-gap: 1em;
  -webkit-column-count: 1;
  -webkit-column-gap: 1em;
  column-count: 1;
  column-gap: 1em;
}
.tres-columns ul {
  margin-top:0px;
}

}



/*
@media screen and (max-width:320px) {
#contenedor {
	width:320px;
	}
#rightcol {
	display:none;

}
}
*/
