/* ------------ /// ------------ /// ------------ /// ------------ RESETEOS ------------ */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

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;
}

.contenido {
	width: 980px;
	margin: 10px auto 0px auto;
}

/* Textos */
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

h2 span{
	font-weight: normal;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

p.clarito {
	font-size: 11px;
	color: #999999;
}

/* Links */
.link {
	font-size: 11px;
	font-weight: bold;
	color: #C80693;
}

.link:hover {
	text-decoration: underline;
}

.link span {
	font-weight: normal;
}

.corner {
	float: right;
	margin-left: 15px;
}

.link_small {
	font-size: 10px;
	color: #C80693;
}

.link_small:hover {
	text-decoration: underline;
}

.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;
}

.btn_rosa:hover {
	color: #E6006D;
}


/* ------------ /// ------------ /// ------------ /// ------------ HEADER ------------ */

.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;
}

#header .head_center .header_barra #head_buscar {
	width: 191px;
	float: right;
}

#header .head_center .header_barra #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: 600px;
	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 {
	width: 275px;
	height: 104px;
	position: absolute;
	top: 15px;
	left: 185px;
}

#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: 270px;
	position: absolute;
	top: 16px;
	left: 12px;
}

#header .head_center .menu_comunidad .topbar ul li {
	float: left;
}

#header .head_center .menu_comunidad .topbar ul li a {
	height: 13px;
	display: block;
	float: left;
	margin: 0px 7px;
}

#header .head_center .menu_comunidad .topbar ul li a.amigos {
	width: 56px;
	background-position: left top;
}

#header .head_center .menu_comunidad .topbar ul li a.amigos:hover {
	background-position: left bottom;
}

#header .head_center .menu_comunidad .topbar ul li a.fotos {
	width: 41px;
	background-position: -57px top;
}

#header .head_center .menu_comunidad .topbar ul li a.fotos:hover {
	background-position: -57px bottom;
}

#header .head_center .menu_comunidad .topbar ul li a.videos {
	width: 49px;
	background-position: -99px top;
}

#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;
}

#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 {
	position: absolute;
	bottom: -7px;
	height: 33px;
	right: 6px;	
}

#header .head_center .menu_comunidad .btn_topbar a {
	position: absolute;
	top:10px;
	z-index:2;
	font-size: 10px;
	font-weight: bold;
}

#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;
}



/* ------------ /// ------------ /// ------------ /// ------------ FOOTER ------------ */

#footer {
	width: 100%;
	float: left;
	background: url(footer_dibujitos.jpg) no-repeat bottom center #ff3291;
	border-top: 4px;
	padding: 25px 0px 65px 0px;
	border-top: 4px solid #fff;
	margin-top: 30px;
	text-align: center;	
	font-size: 11px;
}

#footer .footer_contenido {
	width: 980px;
	text-align: center;	
	margin: 0px auto;
}

#footer .footer_contenido .logos {
	width: 297px;
	height: 60px;
	margin: 0px auto;
}

#footer .footer_contenido .logos a {
	float: left;
	margin: 0px 10px;
}

#footer .footer_contenido p {
	color: #fff;
}

#footer .footer_contenido .legal {
	width: 584px;
	height: 10px;
	margin: 15px auto 0px auto;
}

#footer .footer_contenido .legal p {
	color: #fff;
	float: left;
	margin-top: 0px;
}

#footer .footer_contenido .legal a {
	color: #fff;
	float: left;
	margin-top: 0px;
	margin-left: 20px;
	text-decoration: underline;
}

#footer .footer_contenido .legal a:hover {
	color: #AB057D;
}

#footer .footer_contenido .legal .looppa {
	margin-top: 15px;
	margin-left: -8px;
}

#footer .footer_contenido .legal .looppa a {
	float:none;
	margin-left: 0;
}




