﻿*	{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	}

html
	{
	background-color: #333;
	}

html, body
	{
     margin: 0;
     padding: 0;
     height: 100%;
 	}

#container {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
	}

#content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
	}

/* \*/
 * html #content {
     top: 50%;
     left: 0;
     height: 1px;
}

* html #content #inner {
     position: relative;
     top: -50%;
}
  /* */

#construccion
	{
	font-size: 12px;
	}

#correo
	{
	color: #444;
	}