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

/************************ ELEMENTS ENVOLVENTS ************************/

* {margin:0;padding:0;}

html, body {
	height: 100%;
}

body{
	background: #a8ffff url(../../img/1/fondo.png) repeat-x left top;
}

#wrapper {
	margin: auto;
	width: 1001px;
	height: 100%;
	background: transparent url(../../img/1/actricesdelporno-header.jpg) no-repeat left top;
}

#aux {
	float: left;
	background: transparent url(../../img/1/actricesdelporno-footer.jpg) no-repeat left bottom;
}

#main {
	float: left;
}

/************************ ELEMENTS CONTENIDORS ************************/

#head{
	float:left;
	
	width: 1001px;
	height: 613px;
}

#body{
	float: left;
	margin: -50px 0 0 0;
}

#foot{
	float: left;
	width: 1001px;
	height: 275px;
	background: transparent url(../../img/1/bg-footer.jpg) no-repeat right top;
}

#legal{
	float: left;
	width: 1001px;
	height: 30px;
	text-align:center;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 15px 0 0 0;
}

#legal a{
	color: #000;
	text-decoration:none;
}
#legal a:hover{
	color: #ff6d00;
}

/*********************** HEAD ****************************/

#link{
	float: left;
	width: 400px;
	height: 560px;
	margin: 0 0 0 30px;
	cursor: pointer;
}

#video{
	float: right;
	background: transparent url(../../img/1/video.jpg) no-repeat left top;
	width: 428px;
	height: 277px;
	margin: 130px 131px 0 0;
}

#texto{
	float: right;
	background: transparent url(../../img/1/texto-fondo.png) no-repeat left top;
	width: 442px;
	height: 110px;
	margin: 1px 123px 0 0;
}

#texto p{
	color: #ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 20px;
	text-align:justify;
}

#head img{
	float: right;
	border: 0;
	margin: 1px 138px 0 0;
}

/*********************** BODY ****************************/

div.galeria{
	float: left;
	margin: auto;
	width: 666px;
	margin: 0 0 0 167px;
}

div.galeria img{
	margin: 10px;
	border: 1px solid #cf0
}

/*********************** FOOT ****************************/

#texto-footer{
	float: left;
	margin: 57px 0 0 92px;
}

#foot a img{
	float: left;
	border: 0;
	margin: 160px 0 0 0;
}


