html, body, div, span, applet, object, iframe,
h2, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
        
* {
    box-sizing: border-box;
}      

body {background-color: #DB8666;
       font-family: 'Play', sans-serif;    
}

#header{
height:140px; 
}
#hiz {
float:left;
height:140px; 
width:22%;
background-image:url(img/LogoUBmono-AH.jpg);
background-color: #41281E;
background-size:contain;
background-repeat: no-repeat;
background-position: center;
}

#hder{
    float:right;
    width:78%;
}

h1, h2 {
            font-family: 'Russo One', sans-serif;
            margin:30px auto;
            font-size: 2em;
            text-align: center;
            color:#41281E;
            width:800px;
}
h2, h3 {
    font-family: 'Play', sans-serif;
    margin: 20px auto;
    font-size:1.5em;
    color:#DB8666
        }
h3 {
    font-style:italic;
    font-size:1.2em;
}


#menu{
       float:left;
       width:22%;
       border-top:6px solid #DB8666
    }        
.boto {
      float:left;
      width:100%;
	  padding: 5px 5px 5px 15px;
	  border-bottom: 6px solid #41281E;
      font-size:1.2em;      
	  font-weight: bold;
 
}
.actiu {
    color:#DB8666;
    background-color:#41281E;
        }    
.boto a, .declaracio a {
color:#41281E;   
text-decoration:none;
}
   
        
#wrap1 {
        float:right;
        color:#DB8666;
        background-color:#41281E;
        width:78%;
        min-height:700px;
        border-top:10px solid #41281E;
            text-align: center;
        }        
.text, p, ul{
    font-size:1em;
    line-height:120%;
    width:100%;
    padding:10px 5%;
    font-family: 'Ubuntu', sans-serif;
    color:#DB8666; 
    text-align:justify
    }      
#wrap2{
    width:70%;
    margin: 20px auto;
        }    
#foto{
        width: 70%;

        }
.declaracio{
    border-radius: 5px;
    margin:20px;
    background-color: rgb(255, 255, 255, 0.4);
}
.declaracio p{
        color:black;
        font-size:.8em;
        font-family: 'Ubuntu', sans-serif;
        padding:0 25px;
        }


#naveg{
        width:95%;
        height:30px;
        font-family: 'Ubuntu', sans-serif;
        font-weight:bold;
        text-align: center;
        color: #41281E;
        background-color: rgb(255, 255, 255, 0.4);
        border-radius: 5px;
        margin:0 10px 10px 10px
        }       
.flechas{
        display:inline;
        font-size:1.5em; 
        vertical-align:-0.1em;
        }  
.flechas a, li a{
    color: #41281E;
	text-decoration:none;        
        }          
   
@media screen and (min-width:1400px){
    
    .boto{
    font-size:1.4em;
    padding-left:30px
    }
    h1, h2{
        font-size:3em;
	width:1200px
    }
h2{
      font-size:2em
}

#hiz{
	height:174px
}
    .text{
        font-size:1.3em;
        line-height: 150%;
	padding: 10px 5%
    }
	#peuimg{font-size:1em}
}
