@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% 5%;
}

.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;
}

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

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

.contenido {
	padding: 2% 5%;
	width: 100%;
	box-sizing: border-box;
}

#galeria {
	box-sizing: border-box;
	width: 100%;
}

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

}

.title2 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	margin: 30px 0px 40px 0px;
	color:#222;
	text-align: center;
}

.box {
	width: 33%;
	margin: 20px 0px;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	background: rgba(230,230,230,1);
	background: -moz-linear-gradient(45deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(230,230,230,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(45deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(45deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(45deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=1 );
	padding: 20px;
	min-width: 280px;

}

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

.info {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 10px 0px;

}

.box p {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.2em;
	text-align: left;
	color:#5e5e5e;
	text-align: justify;

}

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

.svinculo {
	width: 100%;
	text-decoration: none;
	box-sizing: border-box;
	color: #fff;
	background-color: #103254;
	padding: 3px 20px;
	margin: 5px 0px;
	font-size: 13px;
}

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

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

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