File: /home/asjudine/www/acalidad/css/global.css
/* Import Fonts
----------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url('https://fonts.googleapis.com/css?family=Oswald|PT+Sans');
html{
box-sizing: border-box;
}
*, *::before, *::after{
box-sizing: inherit;
}
*{
margin: 0;
padding: 0;
}
body{
background-image:url(../img/blanco.jpg);
font-family: 'Roboto', sans-serif;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
header {
background-color: #B7271F;
text-align: center;
}
.header{
margin: 0 auto;
width: 700px;
height: 70px;
background-image: url(../../ELEMENTS/bannerInterasjudinet.png);
background-size: 700px 70px;
content: '';
}
@media only screen and (max-width: 700px){
.header{
margin: 0 auto;
background-image: url(../../ELEMENTS/intermovil.png);
background-repeat: no-repeat;
width: auto;
background-position: center left;
}
}
.cerrarsesion{
width: auto;height: 20px;
background-color: #DBD8C9;
color: #000;
font-size: 13px;
position:absolute;
top: 15px;right:10px;
z-index:0;
padding: 10px;
border-radius: 10px;
cursor: pointer;
}
.divirmenu{
text-align: center;
}
.irmenu{
width: 200px;
background-color: #1c4fa0;
color: #fff;
padding: 4px;
border-radius: 3px;
}
.irmenu:hover{
background-color: #67a0d9;
}
.titulo{
width: 100%;
text-align: center;
background-color: #dbd8c9;
color: #B7271F;
padding: 6px 0;font-size: 18px;
text-transform: uppercase;
}
.fecha{
background-color: #d6e08b;
padding: 2px;
color: #000;
font-size: 15px;
text-align: center;
}