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

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

* {margin:0;padding:0;}

html, body {
	height: 100%;
}

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

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

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

#main {
	float: left;
}

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

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

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

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

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

#legal a{
	color: #fff;
	text-decoration:none;
}
#legal a:hover{
	color: #ff833d;
}

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

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

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

#texto{
	float: right;
	background: transparent url(../../img/2/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: 19px;
	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 #99ffff
}

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

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


