/* Plantilla para Portadilla de Esthetic */

* {
	margin:0;
	padding:0;
	}	
body {
	font-family: Tahoma, Arial;
	background:#EDEBE9 url(images/bg.gif) repeat-x top left;
	font-size:11px;
	color:#999;
	}	
a {
	text-decoration:none;
	color:#02A1E2;
	}
img {
	border:0;
	}
p {
	padding-bottom:10px;
	}
.clear {
	clear:both;
	}
	
/*** ESTRUCTURA ***/

#page {
	margin:0 auto;
	width:783px;
	overflow:hidden;
	}
	#leftpage, #rightpage, #centerpage {
		display:inline;
		float:left;
		}
	#leftpage {
		background:url(images/lat-izq.jpg) no-repeat;
		width:36px;
		height:800px;
		}
	#rightpage {
		background:url(images/lat-der.jpg) no-repeat;
		width:36px;
		height:800px;
		}
	#centerpage {
		width:711px;
		background:#F5F3F4;
		}
		#header {
			height:105px;
			background:url(images/header.jpg) no-repeat;
			}
		#footer {
			height:52px;
			padding-top:15px;
			background:url(images/footer.jpg) no-repeat;
			}
		#content {
			overflow:hidden;
			}
			#leftcontent, #rightcontent {
				display:inline;
				float:left;
				}
			#leftcontent {
				width:309px;
				background:url(images/bg-leftcontent.jpg) no-repeat;
				}
			#rightcontent {
				width:402px;
				overflow:hidden;
				}
				#rightcontent-1 {
					float:left;
					display:inline;
					width:198px;
					background:#FBFBFB url(images/bg-centercontent.jpg) no-repeat;
					}
				#rightcontent-2 {
					float:left;
					display:inline;
					width:204px;
					background:#FBFBFB url(images/bg-rightcontent.jpg) no-repeat;
					}
				.rightcontent-3 {
					float:left;
					display:inline;
					width:198px;
					}
				#footer-content {
					width:402px;
					background:#FFF url(images/bg-content-footer.jpg) repeat-x bottom left;
					padding-top:7px;
					overflow:hidden;
					padding:9px 0;
					}
				
/*** LINKS PARA ENTRAR ***/

.btn-entrar-look a {
	background:url(images/bg-btn-look.jpg) no-repeat;
	line-height:22px;
	width:276px;
	display:block;
	text-transform:uppercase;
	color:#942740;
	font-size:13px;
	text-align:center;
	font-weight:bold;
	margin-top:8px;
	}
.btn-entrar-look a:hover {
	color:#EA3651;
	}
	
.btn-entrar-revista a {
	background:url(images/bg-btn-revistas.jpg) no-repeat;
	line-height:22px;
	width:155px;
	display:block;
	text-transform:uppercase;
	color:#942740;
	font-size:13px;
	text-align:center;
	font-weight:bold;
	margin:3px auto;
	}
.btn-entrar-revista a:hover {
	color:#EA3651;
	}
.btn-entrar-ESPA a {
	background:url(images/bg-btn-revistas.jpg) no-repeat;
	line-height:22px;
	width:155px;
	display:block;
	text-transform:uppercase;
	color:#0160A4;
	font-size:13px;
	text-align:center;
	font-weight:bold;
	margin:3px auto;
	}
.btn-entrar-ESPA a:hover {
	color:#1990D8;
	}
						
/*** CONTENIDO PARA EL LEFTCONTENT ***/

.box-logo {
	width:264px;
	margin:34px auto 0 auto;
	}
.box-look {
	width:276px;
	margin:20px auto 0 auto;
	}
.box-look-contorno {
	border:4px solid #EA2F4E;
	}
.revista-EWORLD, .revista-ENAILS {
	width:159px;
	margin:0 auto;
	}
.texto-EWORLD, .texto-ENAILS  {
	width:159px;
	margin:90px auto 0 auto;
	}
.texto-ESPA  {
	width:159px;
	margin:10px auto 0 auto;
	}
/*** CONTENIDO PARA EL CONTENTFOOTER ***/

.sombra-top-content-footer {
	background:url(images/top-banner-zona-spa.jpg) no-repeat top left;
	height:15px;
	}

/*** CONTENIDO FOOTER ***/

#footer {
	text-align:center;
	font-weight:bold;
	letter-spacing:-1px;
	color:#98928D;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	}
#footer a {
	color:#706862;
	}
#footer a:hover {
	border-bottom:1px dashed #98928D;
	}
	

