@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
h2{
	height: 38px;
	width: 290px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/reconstruccion/h2-header.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 13px;
	padding-left: 10px;
	color: #568fc3;
	margin-bottom: 4px;
}
a img{
	height: 182px;
	width: 300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
article{
	float: left;
	width: 300px;
	margin: 10px;
}
body {
	background-color: #e5e5e5;
}
#top, #bottom {
	background-image: url(../img/reconstruccion/line-gob.png);
	background-repeat: no-repeat;
	background-position: 20% 0px;
	display: block;
	float: left;
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 0;
}
#bottom{
	bottom: 0px;
}
#content {
	float: left;
	width: 960px;
	height: 257px;
	margin-top: -128px;
	margin-left: -480px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9999;
}
@media only screen and (max-height:300px) {
	#top, #bottom{
		display:none;
	}
}
@media only screen and (max-width:960px) {
	#content {
		float: left;
		width: 640px;
		height: auto;
		margin-top: 0;
		margin-left: -320px;
		position: absolute;
		left: 50%;
		top: 25px;
		z-index: 9999;
	}
}
@media only screen and (max-width:640px) {
	#content {
	float: left;
	width: 320px;
	margin-left: -160px;
	}
	
	#top{
	background-image: url(../img/reconstruccion/line-gob.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	display: block;
	float: left;
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 0;
}
	
	#bottom{
		display:none;
	}
}
