html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }


body
{

 font-family:arial,helvetica,sans-serif;

}

h1{
    
	color:#000;
	font-size: 0.8em;
    padding-left: 15px;
}

h2{
    color:#e6002f;
    margin-left: 15px;

}

h3{
      margin-left: 15px;
	  font-weight:bold;


}

p{
    margin-left: 15px;

}

header{
           float:left;
           background:#fff;
	 
           

}

hr{
    color:#e6002f;
	height: 2px;
	width:284px;
    margin-left: 15px;
}



nav{
       
	   margin: auto;
        background-color:#fff;
        padding-top: 75px;
		padding-bottom:10px;
		padding-left:55px;
		
		overflow: hidden;
		
	   
}

a{
  text-decoration:none;
  color:#999;
}
ul{

}

li{
    
    background-color:#fff;
	display:inline;
	
	padding: 2px;
	color:#999;
	border: 1px solid #fff;

}

li:hover{
               
			   border: 1px solid #d9d9d9;

			
			   
}

#cabec{
             width: 100%;
			 background:#000;
          
			
}

#contac{
           font-size: 0.8em
}


footer{
            background:#000;
			color:#fff;
			padding-top: 5px;
			padding-left:20px;
			padding-bottom:5px;
			font-size:0.8em;
			
          
}
/**************************  cookies ***********************************/
#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    height: 58px;
    width: 100%;
    text-align:center;
    background-color: #605356;
}
#infobox3 p {
    line-height:58px;
    font-size:12px;
    text-align:center;
	color:#dfdfdf;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: underline;
	}
	
#infobox3  a {
                          color:#fff;   
}