@charset "utf-8"

/*css document*/

*{	 
	margin: 0px; 
	padding: 0px;
} 

@import url(http://meyerweb.com/eric/tools/css/reset/reset.css);

body {	
	margin: 0 auto;
}

header {
	box-sizing:border-box;
	width: 100%;
	padding: 2% 3%;
}

.box1 {
	width: 48%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	min-width: 300px;
}

#logo{
	display:inline-block;
	box-sizing:border-box;
	min-width: 300px;
}

img {
	max-height: auto;
	max-width:100%;
}

.botonbanner {
	background-color: orange;
	padding: 5px 10px;
	text-decoration: none;
	color: white;
	font-family: 'Open Sans', sans-serif;
}

.bann {
	width: 100%;
	display: inline-block;
	padding: 6% 5%;
	box-sizing: border-box;
}

.bann h1 {
	font-size: 35px;
	font-family: 'Open Sans', sans-serif;
	color: #5e5e5e;
	font-weight: bold;
}

.bann h2 {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	color:#5e5e5e;
	font-weight: bold;
}

.bann h3 {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color:#5e5e5e;
}

.head {
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	color: #222;
	vertical-align: bottom;
	padding: 10px 0;
	line-height: 1.1em;
	font-weight: bold;
}

.contenido {
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	box-sizing: border-box;
	vertical-align: top;
	background-size: 100%;
	background-position: center;
}

.ico {
    padding: 0 20px 0 5px;
}

footer {
	width: 100%;
	padding: 2% 5% 0% 5%;
	box-sizing: border-box;
}

.title {
	text-align: center;
	margin: 40px 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #222;
}

.credits {
	width: 100%;
	margin: 20px auto;
	padding: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: #222;
	font-family: Arial;
	font-size: 11px;
	text-align: right;
	line-height: 15px;
	box-sizing: border-box;
}

.footer {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
	font-size: 15px;
	color: #222;
	margin: 20px 0px 0px 0px;
	box-sizing: border-box;
}