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

body {
	margin:0px; padding:0px;
	background-image:url(img/background.jpg);
	background-repeat:repeat-x;
	background-color:4e4c4d;
	background-position:center;
}


A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration: none;}

.container {
	position:relative;
	height:1477px;
	width:1030px;
	margin:0 auto;
	padding:0px;
}

.container_logo{
	position:absolute;
	top:0px;
	left:0px;
	width:493px;
	height:426px;
	background-image:url(img/logo_pareja.png);
	background-repeat:no-repeat;
}

.container_menu{
	position:absolute;
	top:226px;
	left:538px;
	height:57px;
}

.container_pic1_video{
	position:absolute;
	top:362px;
	left:40px;
	width:488px;
}

.container_gallery{
	position:absolute;
	top:483px;
	left:15px;
	width:1000px;
}

.footer{
	position:absolute;
	top:1440px;
	left:68px;
	width:80px;
}


.container_pics_der{
	position:absolute;
	top:352px;
	left:750px;
	width:80px;
}

.container_flash{
	position:absolute;
	top:5px;
	left:5px;
	width:681px;
	height:337px;
	background-image:url(img/video.jpg);
	background-repeat:no-repeat;
}

.logo_footer{
	position:absolute;
	top:1325px;
	left:662px;
	width:80px;
}

