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/public_html/headerint.php
<!DOCTYPE html>
<html lang="es">
<head>
	<!-- Required meta tags -->
	<meta charset="utf-8">
	<meta charset="iso-8859-1">
	<meta http-equiv="X-UA-Compatible" content="IE=8; IE=9; IE=edge" />
	<meta http-equiv=Content-Type content="text/html; charset=utf-8">
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	<!--<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">-->
	<meta name="viewport" content="width=device-width, user-scalable=yes">
	
	<title>Interasjudinet LTDA</title>

<style>

	*{
		margin: 0;
	}
	
header {
    /*background-color: #dedede;*/
    width: 100%;
    background-color: #B3241A;
    margin: 0 auto;
    text-align: center;
	
	
    /*display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;*/
}

.header{
	margin: 0 auto;
	width: 700px;
	height: 70px;
	background-image: url(../ELEMENTS/bannerInterasjudinet.jpg);
	background-size: 700px 70px;
	content: '';
}

@media only screen and (max-width: 768px){
	.header{
		margin: 0 auto;
		background-image: url(../ELEMENTS/intermovil.png);
		background-repeat: no-repeat;
		width: auto;
		background-position: center left;
	}
	header img{width:100%; height:auto;}
}	
	
</style>
 
</head>


<body>

<header>
    <div class="header"></div>
</header>




</body>
</html>