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

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

* {margin:0;padding:0;}

html, body {
	height: 100%;
}

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

#wrapper {
	margin: auto;
	height: 100%;
	width: 1003px;
}

#main {
	float: left;
}

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

#head{
	float:left;
	background: transparent url(../../img/1/bg-header.jpg) no-repeat right top;
	width: 1003px;
	height: 205px;
}

#body{
	float: left;
	width: 1003px;
	text-align: center;
}

#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 ****************************/

#head a img{
	float: left;
	margin: 85px 0 0 52px;
	border: 0;
}


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

#body p{
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 20px;
	border: 1px solid #40b7ee;
	background: #fff;
	margin: 40px 50px 0 50px;
}

#body p strong{
	color: #0283f5;
	letter-spacing:1px;
}

img{border:0;}

img.thumb{
	float: left;
	margin: 90px 30px 0 225px;
}

iframe{float: left;
	margin: 50px 0 100px 0}
	
div.little-box{
	float: left;
	color: #ffffff;
	text-align: center;
	background: #39aae1;
	margin: 10px;
	padding: 3px;
}

#actrices{
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0 0 0 115px;
}

#actrices div.little-box img{
	margin: 0;
}
