﻿/* ------------ /// ------------ /// ------------ /// ------------ RESETEOS ------------ */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

ul {
list-style-image:none;
list-style-position:relative;
list-style-type:none;
}

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}

ul {
	list-style: none;
}

p {
	margin: 2px 0px;
	line-height: 15px;
}

textarea, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 4px 5px 3px 5px;
}


/* ------------ /// ------------ /// ------------ /// ------------ LAYOUT ------------ */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FAB5D4;
	background-repeat: no-repeat;
	background-position: center 170px ;
	color: #666;
}
.head_back {
	width: 100%;
	height: 163px;
	background: url(header_back.gif) center top repeat-x #FF3291;
}
#header {
	width: 100%;
	height: 163px;
	background: url(header_dibujos.jpg) center top no-repeat;
}

#header .head_center {
	width: 980px;
	height: 163px;
	margin: 0px auto;
	position: relative;
}

#header .head_center .logo {
	width: 220px;
	height: 163px;
	float: left;
}

#header .head_center .intro {
	width: 315px;
	height: 55px;
	top: 40px;
	left: 155px;
	position: absolute;
}

#header .head_center .banner {
	width: 608px;
	height: 137px;
	float: right;
}

#header .head_center .header_barra {
	width: 800px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 10px;
	color: #fff;
	padding-bottom: 3px;
}

.head_buscar {
	width: 200px;
	float: right;
}

.head_buscar input {
	border: 1px solid #FDAFE1;
	width: 116px;
	height: 16px;
	padding: 2px 3px 0px 3px;
	font-size: 12px;
	float: left;
	margin-right: 3px;
}

/* Datos del usuario */
#header .head_center .header_barra .datos_user {
	width: 500px;
	float: right;
	border-right: 1px solid #fff;
	margin-right: 5px;
}

#header .head_center .header_barra .datos_user p {
	float: right;
	font-size: 11px;
	margin-right: 5px;
}

#header .head_center .header_barra .datos_user .btn_rosa {
	float: right;
	margin-right: 5px;
}

/* Menú comunidad */
#header .head_center .menu_comunidad {
height:137px;
left:170px;
position:absolute;
top:0px;
width:300px;
}

#header .head_center .menu_comunidad .topbar {
	width: 270px;
	height: 55px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#header .head_center .menu_comunidad .topbar .fondo {
	position: absolute;
	left: 0px;
	top: 0px;

}

#header .head_center .menu_comunidad .topbar ul {
	width: 245px;
left:7px;
	top: 16px;
position:absolute;
	overflow:hidden;
}

#header .head_center .menu_comunidad .topbar ul li {
	float: left;
	overflow:hidden;
	padding-left:12px;
}

#header .head_center .menu_comunidad .topbar ul li a {
	height: 13px;
	display: block;
	float: left;
	margin: 0px 0px 0px 12px;
	
}

#header .head_center .menu_comunidad .topbar ul li a.amigos {
	width: 56px;
	background-position: left top;
	overflow:hidden;
	margin-left:0px;
}

#header .head_center .menu_comunidad .topbar ul li a.amigos:hover {
	background-position: left bottom;
	overflow:hidden;
}

#header .head_center .menu_comunidad .topbar ul li a.fotos {
	width: 41px;
	background-position: -57px top;
	overflow:hidden;
	margin-left:0px;
}

#header .head_center .menu_comunidad .topbar ul li a.fotos:hover {
	background-position: -57px bottom;
	overflow:hidden;
}

#header .head_center .menu_comunidad .topbar ul li a.videos {
	width: 49px;
	background-position: -99px top;
	overflow:hidden;
	margin-left:0px;
}

#header .head_center .menu_comunidad .topbar ul li a.videos:hover {
	background-position: -99px bottom;
}

#header .head_center .menu_comunidad .topbar ul li a.notas {
	width: 44px;
	background-position: right top;
	overflow:hidden;
	margin-left:0px;
}

#header .head_center .menu_comunidad .topbar ul li a.notas:hover {
	background-position: right bottom;
}

#header .head_center .menu_comunidad .topbar_logo {
	position: absolute;
	left: 0px;
	top: 44px;
}

#header .head_center .menu_comunidad .btn_topbar {
bottom:0px;
right:91px;
width:121px;
}



#header .head_center .menu_comunidad .btn_topbar a:hover {
	text-decoration: underline;
}

#header .head_center .menu_comunidad .btn_topbar .fondo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:1;
	overflow:hidden;
}

.btn_rosa {
	height: 17px;
	background: url(btn_rosa_back.gif) repeat-x;
	padding: 3px 10px 0px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	float: left;
}

/* ------------ /// ------------ /// ------------ /// ------------ MENU DE LA COMUNIDAD ------------ */


#header .head_center .menu_comunidad .topbar ul li a {
	background-image: url(populares_topbar_btn.gif);
}

#header .head_center .menu_comunidad .btn_topbar {
	width: 104px;
}

#header .head_center .menu_comunidad .btn_topbar a {
	top:8px;
	color: #FD5605;
	position:relative;
}

/* ------------ /// ------------ /// ------------ /// ------------ MENU DEL USUARIO ------------ */