@charset "utf-8";
/* CSS Document */

#contenedor {
	background-color: #FFFFFF;
	height: 600px;
	width: 750px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#contenedor #logo_rm {
	background-image: url(../imagenes/logo_Rm.gif);
	background-repeat: no-repeat;
	height: 74px;
	width: 228px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#contenedor #figura_logo {
	background-image: url(../imagenes/figura_logo.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 560px;
	position: absolute;
	top: 0px;
	left: 189px;
	background-color: #001624;
}
#contenedor #base_sup {
	background-image: url(../imagenes/fondobarra.gif);
	background-repeat: repeat;
	height: 30px;
	width: 750px;
	position: absolute;
	top: 90px;
	border: 1.4px solid #FF0000;
	background-color: #E9E9EB;
}
#contenedor #foto_flash {
	background-color: #00CC66;
	height: 310px;
	width: 750px;
	top: 130px;
	position: absolute;
}
#contenedor #textin {
	height: 30px;
	width: 280px;
	position: absolute;
	left: 450px;
	top: 35px;
	background-image: url(../imagenes/mkt_texto.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#contenedor #base_inf {
	background-image: url(../imagenes/fondobarra.gif);
	height: 100px;
	width: 750px;
	position: absolute;
	top: 450px;
	border: 1.4px solid #FF0000;
}
#contenedor #inferior {
	height: 25px;
	width: 750px;
	position: absolute;
	top: 565px;
}
#contenedor #fotoportafolio {
	background-repeat: no-repeat;
	height: 119px;
	width: 750px;
	position: absolute;
	top: 130px;
}
#contenedor #texto_portafolio {
	background-image: url(../imagenes/fondobarra.gif);
	background-repeat: repeat;
	height: 280px;
	width: 750px;
	border: 1.4px solid #FF0000;
	position: absolute;
	top: 260px;
}
