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

body {
    font: 100% Georgia, serif;
    background-color: #fefefe;
    color: #333;
    }

p {
    font-size: 14px;
	line-height: 150%;
    }

h1 {
    color: #C00;
	text-shadow: #000 1px 1px 2px;
    }

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

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

#inner {
    border: 1px dashed #F00;
    width: 50%;
    margin: 0 auto;
    padding: 0 20px;
    }

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

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


.yeah {
	text-align: center;
}

body,td,th {
	color: #CCC;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
body {
	background-color: #FFF;
	margin-left: 30px;
	margin-top: 30px;
}
.textito {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
.contenedor {
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;}
	
.contenedor[class] {
	position: fixed; 
	display: table;}
	
.centrado {
	position: absolute; 
	top: 50%;}

.centrado[class] {
	display: table-cell; 
	vertical-align: middle;
	text-align: center; 
	position: static;
	}
	
.contenido {
	width: 950px;
	height: 550px;
	
	margin: 0 auto;
	position: relative;
	top: -50%;
	}	
a:link {
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
}

