/* CSS Document */
html {
  height: 100%;
}

body {
    height: 100%;
/*	background: transparent url(images/bg.jpg) top repeat-x;*/
	background: #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
}

table.centrar {
     width: 100%;
	 height:100%;
}

td.centrar {
	 vertical-align:middle;
}

.construccion {
     max-width: 400px;
     margin-left: auto;
     margin-right: auto;
}

img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

a:link, a:visited {
	color: #999999;
	text-decoration:none
}

a:hover {
	color: #8C1D02;
}

@media (max-width: 979px) {
	
	.construccion{
		max-width: 250px;
	}
}