@import url(http://fonts.googleapis.com/css?family=Radley);
/*Bentham
Almendra
Cinzel
family=Poller+One*/
article{
	display: inline-block;
}

span{
	/*color: #228B22;*/
	color: #804000;
	font-weight: bold;
}

body{
	background: white;
	margin:0px;
	padding:0px;
    height: auto;
}

#container{
	max-width: 1000px;
	height: auto;
	margin: 0px auto;
	text-align: center;
}

.mainimage{
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
}
.mainimage img{
	max-width: 100%;
	height: auto;
}


/*===============================================================*/
/** 
	Logo y titulo de la pagina web enmarcado
	en la etiqueta de html5 header. <img>, <h1>		
 */
header{
	width: 100%;
	min-height: 90px;
	margin: 0px;
	padding-top:0px;
	padding-bottom:0px;

}

header h1{
	color: #000000;
	text-align: center;
	display: inline-block;
	font-family: Radley;
	font-size: 30px;

}
.izq{
	float: left;
	max-width: 100%;
	margin-left: 80px;
	margin-right: 10px;

}

.der{
	float: left;
	max-width: 100%;
	margin-right: 10px;
	margin-left: 50px;
}
/*===============================================================*/

/*===============================================================*/
/* class para el contenedor de la informacion de la pagina*/
#information{
	width: 100%;
	margin-bottom: 10px;
}

/*===============================================================*/

/*===============================================================*/
/**
	Pie de pagina usando la etiqueta de html5 <footer>
 */
footer {
    width:100%;
    height:70px;
    text-align: center;
	/*background: #800000; rojo*/
	background: #06F;
	bottom: 0px;
	left: 0px;
}

footer p{
	color: white;
	font-size: 12px;
	font-family: Helvetica;
	text-align: center;
	margin: 0px;

}
footer a{
	text-decoration: none;
	color: white;
}

/*===============================================================*/

/*===============================================================*/
/**
 nav estilo para el social media en el footer
 */
nav{
	text-align: center;
}
nav ul{
	font-size:0;
	padding:0;
	
}
nav ul li{
	display: inline-block;
	width: 34px;
	line-height:20px;
	padding:5px 10px;
	vertical-align: top;
	
}

/*===============================================================*/

/*===============================================================*/
/**
	 cajas de texto de informacion
*/
#boxinformation{

	font-size:0;
	/*texboxinformationt-align:center;*/
}
#boxinformation article{
	/*background:white;*/
	border:0px solid #008F00;
	border-radius:15px;
	color: black;
	font-size:15px;
	/*font-weight: bold;*/
	margin:10px;
	padding:10px;
	width:150px;
}
#boxinformation img {
	max-width: 100%;
	height: auto;
	-webkit-transition:.2s;
}
#boxinformation a{
	text-decoration: none;
	color: black;
}
/*#boxinformation article:hover img{
	-webkit-transform:scale(1.1);
}*/

/*===============================================================*/

/*===============================================================*/
/**
 media screen para el responsive design 
 */
@media screen and (max-width: 480px) {	
	header h1{
		font-size: 17px;
		
	}
}

@media screen and (max-width: 800px) {
	.der{
		float: none;
		margin: 0px;
	}
	.izq{
		text-align: center;
		margin: 0px;
		float: inherit;
	}
	#boxinformation article{
		border:2px solid #008F00;
	}
}
/*===============================================================*/
