@charset "utf-8";
/* CSS Document */

* { padding:0; margin:0;}
ul{ list-style:none;}

a{ text-decoration:none;}

.clr { clear:both;}


body { 
	background-color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:14px;
}

h1, h2, h3, h5 { font-weight:normal;}

h1{ font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	letter-spacing:-2px;
}

h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#ce925c;
	line-height:26px;
	letter-spacing:-0.5px;}
h2{ 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#ce925c;
	line-height:24px;
	max-height:50px;
	overflow:hidden;
	}
h3 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin-bottom:12px;
	line-height:17px;
}

h4 { font:Tahoma, Geneva, sans-serif bold ;
	font-size:11px;
	
}
.color { color:#ce925c;}
.grey { color:#666;}

.link { font-size:11px; font-family:Tahoma, Geneva, sans-serif; color:#ce925c; padding-top:5px;}

a {color:#ce925c;}
a:hover { text-decoration:underline;}
a.ttl { color:#FFF;}


#wrapper {
/*	background:url(../img/background.jpg) no-repeat; */
	text-align:left; 
	/*min-height:792px; */
	width:940px; 
	/*padding:0 180px;*/
	position:relative;
	display:table-cell;
}
.header {
	background:url(../img/header_img.jpg) no-repeat; 
	height:95px; 
	padding:10px 245px;
}
.menu { 
	height:44px; 
	border-top:1px dotted #ce925c;
	border-bottom:1px dotted #ce925c;
	background:url(../img/menu_bg.png);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	letter-spacing:-0.02em;
}
.menu li { 
	float:left; 
	padding:8px 7px 0 7px;
	background:url(../img/bt_right.png) no-repeat right;
	display:inline-block;
	
	
}
.menu a { 
	color:#FFF;
	padding:2px 2px;
	background-color:#e09048;
}

.menu a:hover { text-decoration:none;}

.menu a.home:hover {
	background:url(../img/bt_75px.png) no-repeat;
}
.menu a.home_sel {
	background:url(../img/bt_75px.png) no-repeat;
}
.menu a.med:hover {
	background:url(../img/bt_100px.png) no-repeat;
}
.menu a.med_sel {
	background:url(../img/bt_100px.png) no-repeat;
}
.menu a.bt_blog:hover {
	background:url(../img/bt_120px.png) no-repeat;
}
.menu a.bt_blog_sel {
	background:url(../img/bt_120px.png) no-repeat;
}
.menu a.inst:hover {
	background:url(../img/bt_140px.png) no-repeat;
}
.menu a.inst_sel {
	background:url(../img/bt_140px.png) no-repeat;
}


/*CONTENIDO*/
#content {
	width:900px;
	padding:20px;
	padding-bottom:5px;
	/*background:url(../img/content_bg.png) no-repeat ;*/
	background:transparent url(../img/content_bg.png) no-repeat scroll 0 0 ;
	position:relative;
}

/*HOME*/
/*COL IZQUIERDA*/
#left_col { 
	float:left;
	width:460px;
	padding-right:20px;
}

.left { float:left;}
.right { float:right;}

.dest { 
	width:216px; 
	border-bottom:1px dotted #ce925c;
	
	margin-right:10px;
	
}
.dest img { border:1px dotted #ce925c; margin-bottom:5px;}
.desc { 
	color:#CCC;
	padding-bottom:10px}
.dest .desc_tit { color:#FFF; font-weight:800;}


/*COL DERECHA*/
#right_col { 
	float:left;
	width:475px;
	background:url(../img/right_col_bg.png) no-repeat 0 28px;
}
.blog_entry {width:360px; font-family:Georgia, "Times New Roman", Times, serif; }
.blog_int, .blog_entry { padding:0px 10px; font-family:Georgia, "Times New Roman", Times, serif;}
.blog {width:366px; font-style:italic; border-bottom:1px dotted #ce925c; padding-bottom:10px;}

.comments { width:366px; font-style:italic; font-size:12px; padding-top:0px; font-family:Georgia, "Times New Roman", Times, serif; }
.comments div { float:left; margin-top:8px;}
.comments div.comentarios { padding-right:5px; padding-left:3px;}
.comments div.date { float:right; }

.comments .num { background:url(../img/comments_num.png) no-repeat 0; padding:8px 9px 15px 5px; font-weight:bold;width:20px; height:20px; text-align:center}
.comments a { color:#666; }
.comments a.add { background:url(../img/comments_add.png) no-repeat right 8px; padding:10px 20px 5px 0;}
.comments a.add:hover { color:#FFF;}
.add, .comentarios, .date { padding-top:10px;}


.blog img { border:1px solid #ce925c; margin-bottom:5px;}
.blog .entry { line-height:14px; height:72px; overflow:hidden;}
.blog_ttl { margin-bottom:5px; padding-top:10px;}

.noticias { padding:30px 10px 10px 10px; font-family:Tahoma, Geneva, sans-serif; font-size:11px;}

.noticias .not_mod { margin-top:5px;}
.noticias img { border:1px dotted#ce925c; float:left;}
.noticias .not_entry { float:left; width:240px; padding-left:10px;}
.not_ttl { font-size:14px; color:#ce925c; font-weight:bold; height:35px; overflow:hidden;}
.not_desc { height:54px; overflow:hidden;}

a.desc  { color:#FFF;}

/*wellcome*/

.wellcome { 
	margin-top:2px; 
	margin-left:20px;
	background:url(../img/wellcome_img.png) no-repeat left !important;
	background-image: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/wellcome_img.png');
	padding-left:420px; 
	height:266px;
	width:500px;
	position:relative;
}
.wellcome p { padding-top:85px;}


/*SERVICIOS*/
.breadcrumb { font-size:11px; color:#999; padding-bottom:10px;}
.breadcrumb a { color:#999;}
#servicios { background:url(../img/servicios_bg.png) no-repeat right 30px; width:660px; padding-bottom:20px; float:left;}
.text { width:350px; margin-bottom:40px; color:#CCC;}

.blog_int { width:200px; margin-left:20px; float:right; background: url(../img/blog_int.png) no-repeat left 30px; font-size:14px; }
.blog_int_ttl{ overflow:hidden; padding-top:10px;}

.blog img, .blog_int img { border:1px solid #ce925c; margin-bottom:5px; margin-top:5px; width:198px}
.blog_int .entry { line-height:14px; max-height:135px; overflow:hidden; font-style:italic; border-bottom:1px dotted #ce925c; padding-bottom:10px;}
.blog_int .comments { width:200px; font-style:italic; font-size:12px;}



/*Escorts*/
#escorts { width:890px; font-family:Georgia, "Times New Roman", Times, serif; font-size:16px;}
.mod_esc {border:1px dotted #ce925c; width:213px; float:left; margin-right:10px; margin-bottom:30px;position:relative}
.mod_esc img {border-bottom:1px dotted #ce925c;}

.esc_name {background-color:#3d2412; height:33px; border:1px solid #000; padding-left:5px; overflow:hidden;}
.esc_name a:hover { color:#FFF;}
.escorts { width:520px; float:left;}
.text_escorts { width:350px; margin-bottom:40px; color:#CCC; float:left;}
.video_escorts { float: right; margin-bottom:10px;}

.escorts img { float:left; margin-right:2px; border:1px solid #FFF;}
.escorts .list { color:#ce925c; }

/*Ficha*/
#ficha {width:660px; padding-bottom:20px; min-height:500px; float:left;}
.f_text_escorts { width:270px; margin-bottom:40px; color:#CCC; float:left;}
.f_text_esc_dest {font-weight:bold; letter-spacing:1px;}
.video_ficha { width:361px; height:260px; border:1px solid #CCC; float:right;}
.video_ficha_blog { width:361px; height:260px; border:1px solid #CCC; margin:0 auto; margin-bottom:10px;margin-top:10px;}
#ficha img {border:1px dotted #ce925c; float:left; margin:0 8px 22px 0;}

/*Blog*/

#blog_content {position:relative; display:table-cell;}

/*
background-image: url(”pildora.png”) !important;
background-image: none;
filter: none !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’imagen/pildora.png’);
*/
#p_blog { 
	background:url(/img/right_col_bg.png) no-repeat !important;
	background-image: none; 
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/right_col_bg.png');
	padding:10px; 
	width:420px; 
	float:left; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:16px;
	/*display:table-cell;*/
}
#p_blog h2 { font-family:Georgia, "Times New Roman", Times, serif;}
.fecha { margin-top:20px;color:#666}
#p_blog img.p_blog_img { border:1px solid  #ce925c; margin:10px 0 0 0;}
.p_blog_entry { line-height:16px; font-style:italic;}

.tag { padding-top:10px; color:#ce925c; font-style:italic;}
.white { color:#FFF;}

.blog_mod {
	border-top:1px dotted #ce925c;
	padding-top:10px;
	margin-top:20px;}

.category {
	float:left; 
	margin-left:0px; 
	margin-top:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding-bottom:10px;
}
.category table { margin-bottom:10px;}
.category tr { 
	height:35px;
	background:url(/img/blog/category_bg.png) repeat-x !important;
	background-image: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/blog/category_bg.png');

	}
.category td {
	padding:0 10px;
	border-bottom:1px dotted #e09048;}
	
.category td.ttl { background:#e09048;}
.category td:hover { background-color:#2C1108;}
.category td.ttl:hover { background-color:#E09048;}

#blog_content .blog_int {padding-bottom:60px; padding-top:38px;display:table-cell;} 

.escorts_dest {position:relative; left:480px; top:0px; z-index:10; width:460px;}
/*Footer*/

.footer { font-size:11px; width:940px; margin-bottom:20px; text-align:left; font-family:Tahoma, Geneva, sans-serif;line-height:11px; height:225px; padding-left:0px}
.footer .ttl { border-bottom:1px dotted #3c3728; padding-bottom:5px; margin-bottom:5px; }



.data { float:right; text-align:right; }

.video2{
	background:transparent url(/img/video2.png) no-repeat scroll 0 0 !important;
	background-image: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/video2.png');
	cursor:pointer;
	height:58px;
	left:77px;
	position:absolute;
	top:122px;
	width:59px;
}