/*CSS by www.brny.com.mx*/
body {
	background:url(../images_02/pink_stripes.png) #e10469;
	font-family: "Helvetica", Times, serif;
	color: #CC0066;
	font-size:12px;
}
/*----------------------------------------------CABECERA----------------------------------------------*/
#header{
	height:120px;
	background:url(../images_02/header_bg.png) repeat-x;
}

#header h1{
	margin:0;
	padding:0;
	background: url(../images_02/logo.png) no-repeat;
}

#header h1 a{
	display: block; 
	width:159px;
	height:124px; 
	text-indent: -99999px;
}
/*----------------------------------------------MENU----------------------------------------------*/

/*
CAMBIOS POR MENU VAMPIRO
ul.menu {
list-style-type:none;
width:auto;
display:block;
font-size:1.2em;
background:#e10469;
margin:0;
padding:0;
}*/
ul.menu {
list-style-type:none;
width:auto;
display:block;
font-size:1.2em;
background:#e10469;
margin:0;
padding:10px 0 5px 0;
height:15px;
}
ul.menu li {
display:inline;
/*float:left;*/
margin:0;
padding:0 2% 10px 2%;
}

ul.menu li a {
/*float:left;*/
color: #FFF;
text-decoration:none;
}

ul.menu li a:hover {
color: #FF9900;

}
/*----------------------------------------------CONTENIDO----------------------------------------------*/
#container_top{
	background: url(../images_02/container_top.png) #e10469 no-repeat;
	height:21px;
}

#container_middle{
	background: url(../images_02/container_middle.png) #e10469 repeat-y;
}
/*----------------------------------------------PIE----------------------------------------------*/
#footer{
	width:100%;
	background: url(../images_02/footer_grad.png) repeat-x;
	height:53px;
}

#footer h1{
	width:397px;
	height:12px;
	margin-left:32%;
	padding:0;
	border:0;
	background: url(../images_02/footer_gloss.png) no-repeat;
	text-indent:-9999px;
}
/*----------------------------------------------LICENCIA----------------------------------------------*/
#licencia{
	font-size:80%;
	text-align:right;
	color:#FFF;
}
#licencia a:link, #licencia a:visited{
	color:#FFF;
	font-weight:bold;
}
#licencia a:hover{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}
/*----------------------------------------------LIGAS----------------------------------------------*/

a:link, a:visited{
	color:#FF6600;
	text-decoration:none;
}

a:hover{
	color:red;
	text-decoration:none;
}

h1{
	font-size:250%;
	line-height:1em;
	padding:0;
	margin:0  0 10px 0;
	color:#9a0448;
	border-bottom:solid 3px #9a0448;
}

/*----------------------------------------------------CAPTIONS----------------------------------------------------*/
.img-desc {
	position: relative;
	display: block;
	/*height:331px;*/
	width: 220px;
}

.img-desc ul {
	background: url(../images_02/urbano/blank_trans.png);
	position: absolute;
	text-align:right;
	bottom: 0;
	left: 0;
	width:200px;
	padding: 10px;
	border-top: 1px solid #999;
}

.img-desc ul li{color:#FFF;}
.img-desc  ul li b{color:#000;}
.img-desc  ul li b.pink{color:#e10469;}
/*----------------------------------------------------CREDITOS----------------------------------------------------*/
#creditos{
	
	}
#creditos ul li{
	color:#e10469;
	}
#creditos ul li b{
	color:#660332;
	}
#creditos_int ul li{
	margin-bottom:5px;color:#e10469;
	}
#creditos_int ul li b{
	color:#660332;
	}

/*----------------------------------------------COMENTARIOS----------------------------------------------*/
.editable textarea{
background: #660332;
color: #fff;
}

/*----------------------------------------------FOTO Y TXT PRINCIPAL----------------------------------------------*/
#foto_index{
	height:360px;
}
#perfil_index{
	line-height:1.5em;
	margin-bottom:20px;
	}
	
/*-----------------------------------------------------THUMBNAILS-----------------------------------------------------*/
#thumb_sesion img{
	padding:10px 0;
	}
	
/*----------------------------------------------FOTOS RECIENTES DEL MES----------------------------------------------*/

#mes_index{
	background:url(../images_02/grad_pics_bg.png);
	margin-bottom:20px;
}

#picme_avatar{
	padding:5px;
	background: url(../images_02/grad_pics.png);
	width:130px;
	height:219px;
	color:#FFF;
	margin:0 15px 0 0;
}

#picme_avatar h2{
	font-size:120%;
	color:#FFFFFF;
	padding
}

#picme_avatar a:link, #picme_avatar a:visited{
	color:#FFFFFF;
}
#picme_avatar a:hover{
	color:#FFF;
	text-decoration:underline;
}
input{
	background:#CC0066;
	border:0;
	color:#FFF;
	margin-top:5px;
	}
	
/*----------------------------------------------INVITA A UNA CHICA----------------------------------------------*/

#wrapper {}
.form {
	padding:0 5px 10px 10px; 
	background: url(../images_02/estemes/col_naranja_mid.png);
	}
.form label {
	float:left;
	width:60px;
	padding:10px 10px 0 0; 
	font-weight:bold;

	}
.form select {
	width:146px; 
	margin-top:10px
	}
.form input {
	margin-top:10px
	}
.form .submit {clear:both}

#msg {
	display:none; 
	position:absolute; 
	z-index:200; 
	background:url(../images_02/msg_arrow.gif) left center no-repeat; 
	padding-left:7px
	}
#msgcontent {
	display:block; 
	background:#f3e6e6;
	border:2px solid #924949; 
	border-left:none; 
	padding:5px; 
	min-width:150px; 
	max-width:250px
	}