/* html5reset.css - 01/11/2011 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

#bottoms {
	bottom: 0;
    position: fixed;
    z-index: 100;
    width: 17%;
    margin-bottom: 0px; 
}

#pie {
	background-color: #999;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
	margin-bottom: 0px;
    height: 60px;
    width: 70%;
    box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.62);
}


#cliente {
	font-family: Verdana, Geneva, sans-serif;
font-style: italic;
font-size: 1.3em;
color: #333;
text-align:center;
margin: 20px;
padding-top: 10px;
line-height: 1.6em;
font-weight: 400;
}

#privacy {
	width: 57%;
height: 30px;
border:1px;
border-top-color: rgb(102, 0, 0);
padding: 5px;
position: relative;
float: left;
margin: 10px;
margin-left: 94px;
}

#privacy a{
	color: rgb(179, 95, 95);
text-decoration: none;
font-family: "Patua One";
font-size: 1em;
text-align: center;
padding-left: 47px;
}

#privacy a:hover{
	color:#333;
	text-decoration:none;
}


#submenu {
	color:#933;
	text-decoration:none;
}

#submenu ul {
	list-style:none;
	line-height:2em;
	padding-left:0px;
}

#submenu ul li {
	text-decoration:none;
}

#submenu a {
	text-decoration:none;
	color:#600;
	font-size:1.1em;
}

#submenu a:hover {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

#submenu a:active {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

.activo {
	color:#333;
	font-weight:bold;
	background-color:#CCC;
	padding:5px;
}



article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}



blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


nav {
	width: 100%;
	font-size:1.3em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	position: relative;
	background-color:rgb(204, 204, 204);
    }
nav ul { 
     list-style:none;
	 padding:0;
	 width:727px;
	 height:20px; 
     }
nav li {
	display:inline;
	float:left;
	
    }
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

nav a {
    color: #747373;
display: inline-block;
width: auto;
padding: 1.5em;
padding-left: 2.5em;
text-align: center;
text-decoration: none;
line-height: 20px;
background-color:#CCC;
	}
	
nav li a {
	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 {
	color:#FFF;
	background-color:#000;
	-webkit-transition: background-color 1000ms linear;
     -moz-transition: background-color 1000ms linear;
     -o-transition: background-color 1000ms linear;
     -ms-transition: background-color 1000ms linear;
     transition: background-color 1000ms linear;
	  margin-top:-.5em;
	  margin-bottom:-1em;
    }
	
nav a#pull {
	display: none;
	padding-top:5px;
	padding-bottom:5px;
}	

@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}



@media screen and (max-width: 768px) {
	nav { 
  		height: auto;
		width:auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 10px;
  	}
	
}


	

@media only screen and (max-width : 320px) {
	nav { 
	font-size:1.2em;
  	}
	
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	
	nav a#pull {
		padding-right:0px;
}

nav a:hover {
	color:#FFF;
	background-color:#000;
	-webkit-transition: background-color 1000ms linear;
     -moz-transition: background-color 1000ms linear;
     -o-transition: background-color 1000ms linear;
     -ms-transition: background-color 1000ms linear;
     transition: background-color 1000ms linear;
	  margin-top:0em;
	  margin-bottom:0em;
    }
	
	
	
	
}


/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration:  line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}