/* 
    Document   : default
    Created on : 07/01/2011, 04:42:35
    Author     : Gabriel
    Description:
        Styles for Géne-Sis Web.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body { 
    display: block;
    background: url('/imagenes/fondo.jpg') repeat left top #0a0a0a ;
    font-size: 12px;
    color: white;
	min-width:960px;
	max-width:1920px;
	margin:0px;
}

div.content{
    display: block;
    background: url('/imagenes/UnderConstruction.png') no-repeat 50% 0%;
    min-width: 800px;
    height: 545px;
	margin: 0% 10%;
}

div.footer{
    display: block;
    min-width: 800px;
    height: 97px;
    margin: 3.4% 2% 0% 2%;
    text-align: center;
}

div.footer p.contact{
	text-align: center;
	padding-top:50px;
	display:block;
	font-weight: bold;
	font-size: 13px;
	margin:0px;
}

div.footer p.contact a{
	font-family: Calligraffitti;
	color: white;
	text-decoration: none;
}
div.footer p.contact a:hover{
	color: cyan;
	text-decoration: underline;
}

.sitio-proximamente {
	font-size: 16px;
}

