@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
}
ol, ul {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
}
/*construccion*/
body {
	background-color:#fff;
	color:#3db7e4;
	font:bold 36px Arial, Helvetica, sans-serif;
	text-align:center;
}
p#contrucc_txt {
	margin:0 auto;
	margin-top:15%;
	width:100%;
	text-align:center;
	padding-bottom:20px;
}
div#contrucc_img{
	width:100%;
	height:146px;
	background-color:#fff;
	margin:0 auto;
	text-align:center;
}