* {
	margin: 0px;
	padding: 0px;
}


body {
	background-color: #000000;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

DIV.header_menu {
	position:absolute;
	top:160px;
	right:0px;
	height:212px;
	width:750px;
	width:100%;
	border:0px;
	text-align:center;
	font:Arial 12px white;
	z-index:2;
}

DIV.header_menu_links {
	position:absolute;
	top:170px;
	left:550px;
	text-align:justify;
	z-index:3;
	width:auto;
}

A.menu_link {
	background-image:url(../images/MenuFlecha.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding-left:27px;
	height:13px;
	line-height:13px;
	display:block;
}

A.menu_link:hover{
	background-image:url(../images/MenuFlecha_.gif);
}

DIV.header_bubbles {
	position:absolute;
	top:0px;
	right:0px;
	height:152px;
	width:750px;
	width:100%;
	border:0px;
	text-align:center;
	font:Arial 12px white;
	z-index:2;
}

DIV.header_kiss {
	position:absolute;
	top:50px;
	left:30px;
	z-index:1;
}

DIV.content_rainbow {
	position:absolute;
	top:281px;
	left:1px;
	z-index:1;
	width:118px;
	height:499px;
	background-image:url(../images/rainbow.jpg);
	background-repeat:repeat-y;
}

DIV.content {
	position:absolute;
	top:375px;
	height:340px;
	left:119px;
	padding-top:15px;
	padding-left:21px;
	padding-right:20px;
	z-index:2;
	width:483px;
	background-image:url('../images/content_bkg.png');
	background-repeat:repeat-y;
	padding-bottom:50px;
}

DIV.content_verfoto {
	position:absolute;
	top:170px;
	left:0px;
	z-index:2;
	width:750px;
	text-align:justify;
}

DIV.content_volver {
	position:absolute;
	top:100px;
	left:25px;
	z-index:3;
	width:200px;
}

DIV.content_chat {
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
	width:200px;
}

DIV.content_volver a, SPAN.otras_paginas, SPAN.otras_paginas a{
	text-align:justify;
	font-family:Arial;
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
}

DIV.content_background_top {
	position:absolute;
	top:300px;
	left:119px;
	z-index:1;
}

/******* FOOTER *****/

A.footer_link {
	color:#FFFFFF;
	font-weight:500;
	font:Arial 12px white;
	text-decoration:none;
}

A.footer_link:hover {
	color:#FFFFFA;
	text-decoration:underline;
	font-weight:bold;
}

DIV.menu_footer {
	height:40px;
	width:100%;
	border:0px;
	background-image:url(../images/menu_footer_bkg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	padding-top:10px;
}



/******************COMENTARIOS************************/

span.link_nombre {
	color:#FF0000;
	text-decoration:none;
	font-size:18px;
	text-align:justify;
}
/******************PNG FIX****************************/
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "../images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
/***************************************************/
