html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{background: transparent;border: 0;margin: 0;padding: 0; list-style: none;}
a{text-decoration:none;}
.oc{display:none}

 a, a:link, a:visited {color:#fff;

outline: none;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	background: url(img/fondo.jpg)  top center;
	background-color: #1e1e1e;
}
.contenedor{
	width: 90%;
	max-width:1000px;
	margin: 0 auto;
	overflow:hidden;
}
header{
	max-width: 1000px;
	height: 286px;
	margin: 0 auto;
}
.logo{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	height:296px;
	width: 286px;
}
.paypal{
	float: left;
	margin: 3%;
	width: 80px;
	height: auto;
	position: relative;
}
.business{
	float: right;
	margin: 3% 2% 0 0;
	width: 63px;
	height: auto;
	position: relative;
	z-index: 5;
}
.base{
	margin-top: 10px;
	background: url(img/base.png)  no-repeat center bottom;
	height: 30px;
	width: 100%;
}
.navmedida{
	width: 100%;
	height: auto;
	background: #1e1e1e;
}
nav {
	font-family: 'PT Sans', Arial, sans-serif;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 11pt;
	border-bottom: 1px solid #1e1e1e;
	border-radius:7px;
	overflow:hidden;
}
nav ul {
	padding: 0;
	margin: 0 auto;
}
nav li {
	float: left;
	width: 16.66%;
}
nav a {
	font-family: 'PT Sans', Arial, sans-serif;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}
nav li a {
	border-right: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background:rgba(0,0,0,.3);
}
nav a#pull {
	display: none;
}

footer{
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	width: 100%;
	height: 150px;
	color: #7a7a7a;
	background: #1e1e1e;
}
footer .medida{
	margin: 0 auto;
	height: 100%;
	max-width: 1000px;
	height: auto;
}
footer .medida .mail{
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0 5px 0;
}
footer .medida .botones{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 auto;
}
footer .medida .copy{
	width: 100%;
	height: auto;
	float: left;
	margin: 5px 0;
	padding: 0 10px;
	box-sizing:border-box;
}
footer .medida .contador{
	margin:10px 0;
	width: 100%;
	height: auto;
	float: left;
}
/***********botones***********************/
ul#m-soc7{margin:10px auto; padding:0; width:150px; height:32px;}
ul#m-soc7 li{list-style:none; margin:0px; padding:0; float:left; border:none;}
ul#m-soc7 li a{background:url(img/sprite7-compartidisimo.png) no-repeat 0 0; margin:0; padding:0; display:block; position:relative; width:36px; height:36px; overflow:visible}
ul#m-soc7 li a.facebook{background:url(img/sprite-face.png) no-repeat 0 0; margin:-2px 0; padding:0 3px; display:block; position:relative; width:36px; height:36px; overflow:visible}
ul#m-soc7 li a.twitter{background-position:0 0}
ul#m-soc7 li a.facebook{background-position:0px 0px;}
ul#m-soc7 li a.google{background-position:-72px 0}
ul#m-soc7 li a.youtube{background-position:-108px 0}
/*ul#m-soc7 li a.rss{background-position:-192px 0}*/
ul#m-soc7 li a.twitter:hover{background-position:0 -36px}
ul#m-soc7 li a.facebook:hover{background-position:0px -43px}
ul#m-soc7 li a.google:hover{background-position:-72px -36px}
ul#m-soc7 li a.youtube:hover{background-position:-108px -36px}
/*ul#m-soc7 li a.rss:hover{background-position:-192px -48px}*/
ul#m-soc7 li a span{background:#555; position:absolute; top:-10px; width:auto; left:0;opacity:0; padding:3px; text-align:left;text-decoration:none; color:#fff; filter:alpha(opacity=0); white-space:nowrap; border-radius:3px; font-size:12px; -webkit-transition:all 0.25s ease-in-out; -moz-transition:all 0.25s ease-in-out; -o-transition:all 0.25s ease-in-out; -ms-transition:all 0.25s ease-in-out; transition:all 0.25s ease-in-out}ul#m-soc7 li a:hover{text-decoration:none}
ul#m-soc7 li a:hover span{opacity:.8; filter:alpha(opacity=80); top:-24px;}


/*Styles for screen 800px and lower*/
@media screen and (max-width: 800px) {
	.contenedor{
		width:100%;
	}
	nav{
		width: 100%;
	}
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}

  	nav li a {
  		min-width: 80px;
		border-bottom: 1px solid #222222;
		border-right: 1px solid #222222;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	.contenedor{
		width:100%;
	}
	nav {
		width: 100%;
		border-bottom: 0;
		border-radius:0px;
	}
	  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background:#1e1e1e;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	section .letras{
		height: auto;
		width: 100%;
	}
}
@media only screen and (max-width : 355px) {
	.logo{
	height:auto;
	width: 275px;
	}

}

