@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
a:active, a:focus{
	outline:0; 
}
#wrapper{
	margin:auto;
	width:100%;
	height:auto;
	margin-top:10px;
	margin-bottom:100px;
	text-align:center;
}
#imageWrapper{
	background-image:url(../images/jm28.jpg);
	height:351px;
	width:575px;
	margin:0 auto;
}
#infoWrapper, #certificados{
	height:140px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	background:#a8cf42;
	padding:10px 0px;
}
#info1{
	float:left;
	width:48%;
	text-align:right;
}
#info1 a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
#info1 a:hover{
	text-decoration:underline;
	color:#3d555d;
}
#info2{
	float:right;
	width:48%;
	padding-left:2%;
	text-align:left;
	border-left-style:solid;
	border-left-color:#8aad36;
	border-left-width:1px;
	
}
#certificados{
	padding-top:30px;
	clear:both;
	text-align:center;
	background:#fff;
	color:#8aad36;
}
/*iphone portrait*/
@media all and (max-width: 480px) and (orientation : portrait) { 
	html, body{
		width: 100%;
	}
	#imageWrapper{
		width: 320px;
		height: 195px;
		background-size: contain; 
	}
	#infoWrapper{
		height: 234px;
	}
	#info1{
		float:left;
		width:100%;
		text-align:center;
		padding-bottom:10px;
	}
	#info2{
		float:left;
		width:100%;
		text-align:center;
		border-top:1px solid #8aad36;
		padding-top:10px;
		
	}
}