@charset "utf-8";


/*CONTENIDO*/

body {
	margin: 0px;
	background-color: #000403;
}

#wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 20;
}
#content {
	height: 400px;
	width: 700px;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: none;
	float: none;
}

#contacto {
	text-align: center;
	color: #595959;
	margin-top: 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

#contacto a {
	width: auto;
	margin-top: 5px;
	float: none;
	text-align: center;
	font-weight: normal;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
	color: #595959;
	text-decoration: none;
}

#contacto a:hover {
	color: #FFFFFF;
}

#rmstudio_site a {
	position: fixed;
	bottom:15px;
	right:28px;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
	color: #595959;
	text-decoration: none;
}
#rmstudio_site a:hover {
	color: #FFFFFF;
}

/*ESTILOS*/

  .transparent {
	filter:alpha(opacity=50); /* IE, propiedad de filtro para la transparencia  */
	-moz-opacity:0.5; /* Mayores para el uso con navegadores Mozilla como Netscape Navigator */
	-khtml-opacity: 0.5; /* Utilizada para versiones anteriores de Safari */
	opacity: 0.5; /* El actual estándar.  Firefox, Safari y Opera */
}
