html,body {
	margin:0;
	padding:0;
	width:100%;
	height:100%; /* needed for container min-height */
	background-color: #30434F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}


h1 {
	font-size: 14px;
	font-weight:normal;
	color:#ff0066;
	text-align:center;
}

h2 {
	font-size: 11px;
	font-weight:normal;
	position: relative;
}

#background{
	width: 100%;
	height: 100%;
	position: fixed;
	padding: 0;
	margin: 0;
	z-index: auto;
	top: 0;
	left: 0;
}
#contenedor{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	z-index:1;
}

#center {
	width:600px; 
	height:300px; 
	position:absolute; 
	top:20px; 
	left:50%; 
	margin:0 auto auto -300px; 
	text-align:center;
}

#box{
	text-align:center;
	width:490px; 
	height:54px;
	position:absolute;
	top: 329px;
	left: 68px;
	z-index: 2;
	font-size: 20px;
	color: #c1d72e;
	border-bottom: #1f3949 dashed 1px;
}

#box a{
	color: #FFF;
	text-decoration: none;
	border-bottom: #F03 dotted 1px;
}

#box a:hover{	
	text-decoration: none;
	border-bottom: #09F double 1px;
	color:# 09F;
}


.info{
	width: 490px;
	height: 260px;
	background:#162934;
	margin:0 auto auto 50px; 
	padding: 100px 20px 32px 20px;
	text-align: left;
	line-height:16px;
	color: #CCC;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	-khtml-border-radius: 20px; 
	border-radius: 20px;
}

.info a{ color:#F03; text-decoration:underline;}
.info a:hover{ color:#09F; text-decoration:underline;}

#footer{
	top:50px;
	float:left;
	left: 50%;
	margin:26px auto 26px 106px;
}

#contacto{
	width:530px;
	min-height:220px;
	top:90px;
	float:left;
	left: 50%;
	margin:0 auto auto 50px;
}

#interno{
	background:#162934;
	height:100px; 
	width: 300px; 
	padding:10px;  
	text-align:center;
	margin:5px auto 5px 100px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px; 
	border-radius: 8px;">	
}


#contacto a{
	color:#000;
	text-decoration:none;
}

#contacto a:hover{
	color:#c1d72e;
	text-decoration:underline;
}
