*{ margin:0px; padding:0px; border:0px; outline:none;}

body {
	margin: 0;
	padding: 0;
	background-color: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

strong {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

a {
	color: #C03;
	text-decoration: none;
}

a:hover {
	color: #F60;
}

#contenedor1{
    position: absolute; 
    left: 50%; 
    top: 50%; 
    width: 500px; 
    height: 370px;
	margin-left: -250px; 
    margin-top: -185px; 
}

#contenedor-gr{
    position: absolute; 
    left: 50%; 
    top: 50%; 
    width: 800px; 
    height: 450px;
	margin-left: -400px; 
    margin-top: -175px; 
}

#contenedor2{
    width: 800px; 
    height: 350px;
}

#enlaces{ text-align:center; border-top:1px solid #ccc; clear:both; font-size:12px; font-weight:bold; padding:10px 0 0 0;}

h1{
	font-size:0px;
	text-indent:-9000px;
	line-height: 0px;
}
