/* CSS Document */
/*---------------  RESETEO  ---------------   */
html, body, div, span, applet, object, iframe,
h1, h3, h4, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline;
}

body {
     line-height: 1.1;
	 text-align:center;
}


/*---------------------   INDEX.PHP   ---------------------   */

html, body{
	background-color: #251e1e; 
	height: 98%;
	font-family:Futura, "microsoft sans serif",Geneva, Verdana;
}

#todo{
	height: 100%;
	width: 100%;
	display: table; 
	#position: relative;
	overflow: hidden;
}

#contenedorGeneral{
	  #position: absolute; 
	  #top: 50%; 
	  #left: 50%;
	  display: table-cell; 
	  vertical-align: middle; width:900px;  
}

#general{
	width: 900px;
	height: 600px;
	margin: auto;
}

