/* resolucion menores de 600 pixeles de ancho */
@media screen and (max-width:600px) {
  /* reglas CSS */
  div{
		align:center;
        width:100%;
        height:auto;
        margin-left:1px;		
    }

  img {
		width: 100%;		
		border: 2px;
		border-color: #667767;
	}

.avisotitle {
		font-weight: bold;
		text-align: center;
		font-size: 15px;	
		color: #000000;
	}
.aviso {
		font-weight: normal;
		text-align: center;
		font-size: 8px;
		margin-top: 10px;
		color: #000000;
		
	}
a:link, a:visited { 
	font-weight: normal;
	text-align: center;
	font-size: 8px;
	margin-top: 8px;
	text-decoration: none;
	color: #000000;
	}
#loginForm button[type="submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
	}	
#loginForm button[type="submit"] {
    cursor: pointer;
    width: 35%;
    border: none;
    background: #4CAF50;
    color: #FFFBBB;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#loginForm button[type="submit"]:hover {
    background: #43A047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#loginForm button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
	}
}
/* resolucion mayores de 600 pixeles de ancho */
@media screen and (min-width:601px) {
  /* reglas CSS */
  div{
		align:center;
        width:100%;
        height:auto;
        margin-left:5px;		
    }

  img {
		width: 100%;
		align: center;
	}

.avisotitle {
		font-weight: bold;
		text-align: center;
		font-size: 24px;
		color: #000000;		
	}
.aviso {
		font-weight: normal;
		text-align: center;
		font-size: 12px;
		margin-top: 10px;
		color: #000000;
		
	}
a:link, a:visited { 
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	color: #000000;
	text-decoration: none;
	}
#loginForm button[type="submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
	}
#loginForm button[type="submit"] {
    cursor: pointer;
    width: 35%;
    border: none;
    background: #4CAF50;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#loginForm button[type="submit"]:hover {
    background: #43A047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#loginForm button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
	}
}