html {
	font-size: 100%;
	width:100%;
	height:100%;
}

body {
    background-image:none;
	background-color:rgb(221, 221, 221);
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: normal;
}

#izquierdo {
	border: 0;
	width: 100%;
	height: 100%;
	text-align:center;
}

#izquierdo img {
	min-width: 96px;
	max-width: 285px;
}

h2 {
font-family: 'Caveat', cursive;	
color:rgb(46, 46, 46);
}

@media only screen and (max-width:480px){
	h2 {font-size: 16px;}
	}

	@media only screen and (min-width:481px) and (max-width:768px){
		h2 {font-size: 23px;}
		}

		@media only screen and (min-width:769px) and (max-width:1280px){
			h2 {font-size: 30px;}
			}

			@media only screen and (min-width:1281px) {
				h2 {font-size: 37px;}
				}
				
			