/* CSS classes */
body
{
	margin:0;
	padding:0;
	background: #dfdfdf url('../i/bg.png') repeat-x;
	font-family:"Myriad Pro", helvetica, Verdana,Arial, sans-serif;
}

td { vertical-align:top; }

a img { border: none; }

.clr { font-size:0; clear:both; }

#main
{
	position:relative;
	width:955px;
	margin:0 auto;
}

#header
{		
	/*background:#3e3c41;*/
	background: #EE2304;	
}

#header_superior{
	padding: 5px 0px 0px 0px;
	text-align: center;
}

#header_inferior{    
}

.top_menu
{
    padding-top: 20px;		
	text-align: right;

	/*background:#3e3c41 url('../i/header_bg.gif') repeat-x bottom left;*/
	
	font-size:12pt;
	line-height:0;
}

* html .top_menu
{
	top:98px;
	padding-bottom:6px;
}

.top_menu a
{
	text-align:center;
	-moz-box-orient: vertical;/* (options are vertical | horizontal)*/
	-moz-box-align: center;/* (options are start | end | center | end | baseline | stretch*/
	display: -moz-inline-box; /* ff2 */
	display:inline-block;
	height:18px;
	width:95px;
	background: url('../i/tm.png') no-repeat center top;

	padding:5px 0 0;
	margin:0;

	color:#525252;
	font-size:11px;
	line-height:12px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}

.top_menu a:hover, .top_menu a#active
{
	background-image:url('../i/tma.png');
}

.reserva2plaza
{
	right:5px;
	top:0px;
	position:absolute;
}

.logo_text
{
	left:270px;
	top:74px;
	position:absolute;
	color:#fff;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}

#cnt
{
	background:#fff;
	min-height: 350px;
}

.top_banner
{
	font-size:0;
}

.greybar
{
	position:relative;
	height:30px;
	width:955px;
	overflow:hidden;
	margin-top:-30px;
	background:url('../i/grey.png') repeat;
	color:#fff;
}

.banners
{
	position:relative;
	width:955px;
	overflow:hidden;
	margin-top:-30px;
	background:url('../i/grey.png') repeat-x;
}

.title25
{
	margin:0;
	text-align:left;
	height:27px;
	padding:7px 0 0 10px;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	text-align:left;
	width:200px;
}
.banner25
{
	float:left;
	display:inline;
	margin:0;
	padding:0px 0px 10px 1px;
	text-align:center;
}

.dots
{
	height:2px;
	width:926px;
	margin:0px auto;
	padding:10px 0 0;
	background:url('../i/y-dots.gif') repeat-x;
	font-size:0;
}

.sponsors
{
	vertical-align:middle;
	text-align:center;
}

.sponsors img
{
	vertical-align:middle;
}

.sponsor
{
	margin:0 12px;
}

#footer
{
	height:15px;
	padding:5px 0 0 0;
	background:#f96611;
	color:#fff;
	font-size:11px;
	text-align:center;
	font-weight:bold;
}

#footer a
{
	color:#fff;
	text-decoration:none;
}

#footer a:hover
{
	color:#3e3c41;
}

.top_image
{
	margin-bottom:0px;
	padding-bottom:10px;
	background:#fff url('../i/tpbg.gif') repeat-x bottom left;
	font-size:0;
	text-align:center;
}

.cnt
{
	font-size:12px;
	margin:0 10px;
	padding:10px;
	border-left:2px dashed #5f6072;
	border-right:2px dashed #5f6072;
	color:#333;
}

.cnt h1
{
	color:#f4831d;
	margin:0 0 10px;
}

.photocell
{
	border:2px solid #909090;
	padding:2px 3px;
	text-align:center;
	color:#909090;
	width:194px;
}

.photocell a
{
	color:#555;
	text-decoration:none;
	font-weight:bold;
}

.imggal
{
	border:1px solid #909090;
	padding:2px 2px 4px 2px;
	margin:5px;
}

/* contact */
.inp_cont, .textarea_cont
{
	width:318px;
	border:1px solid #666;
	background:#fff;
}

input.title
{
	border:1px solid #666;
	background:#fff;
}

.field_cont
{
	font-size:12px;
	font-family:"Myriad Pro",Helvetica,Verdana,Arial,sans-serif;
	color:#666;
	text-align:center;
}

td.field_cont
{ width: 115px; }

.btn, .btn_reset
{
	width:70px;
	border:none;
    font-family:"Myriad Pro",Helvetica,Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:lowercase;
	padding-top:0px;
	padding-bottom:3px;
	height:30px;
	background:url('../i/btn.gif') no-repeat;
	text-align:center;
	color:#fff;
	cursor:pointer;
}
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../i/info.gif');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../i/success.gif');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../i/warning.gif');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../i/error.gif');
}
/* contact */

.contacto_donkey
{
	float:left;
	width:221px;
	height:292px;
	background:url('../i/contacto_donkey.png') no-repeat;
	position:relative;
}

.cd_city
{
	position:absolute;
	top:66px;
	left:5px;
	width:210px;

	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.cd_info
{
	position:absolute;
	top:208px;
	left:5px;
	width:210px;

	font-size:13px;
	text-align:center;
}

.cd_info strong
{
	font-size:14px;
}

.cd_site
{
	position:absolute;
	top:275px;
	left:5px;
	width:210px;

	font-size:9px;
	text-align:center;
	color:#fff;
}

.cont_cell
{
	width:50%;
	vertical-align:top;
}

h2.subtitle
{
	color:#555;
	font-size:12px;
	font-weight:bold;
}

.gymViewImg
{
	border:1px solid #909090;
}

.links
{
	border:0px solid #909090;
}

a.trans img
{
	opacity:1;
	filter:alpha(opacity=100);
}

a.trans:hover img
{
	opacity:0.4;
	filter:alpha(opacity=40);
}

.oferta_view_img_box
{
	position:relative;
	margin:0px 0 50px;
	text-align:left;
}

.big_star
{
	width:101px;
	height:74px;
	padding-top:30px;
	font-size:30px;
	position:absolute;
	right:-10px;
	bottom:-40px;
	background-repeat:no-repeat;
	background-image:url('../i/big_star.png');
	text-align:center;
	text-decoration:none;
	color:#fff;
}

.oferta_text
{
	text-align:justify;
	color:#333;
	line-height:28px;
	font-weight:normal;
	font-size:12px;
}

.oferta_dates
{
	position:relative;
	text-align:left;
	font-weight:bold;
	font-size:16px;
	color:#333;
	margin:10px 0 20px;
	/*word-spacing:2px;*/
}

.left_offer
{
	float:left;
	width:350px;
	margin-left:10px;
}

.right_offer
{
	float:left;
	padding:15px 0 0 30px;
	text-align:right;
}

.ourspa p
{
	padding-left:30px;
}

h2.offer_title
{
	background:#f58320;
	padding:3px 5px;
	text-align:left;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}

.offer_cell h2.offer_title
{
	text-align:center;
}

.offer_cell
{
	float:left;
	margin:0 8px;
	width:215px;
}

.tbl_offer
{
	overflow:visible;
}

.data
{
	padding:10px 10px 20px;
	position:relative;
}

.data p
{
	margin:10px 0;
}

h1 span.blue
{
	font-size:70%;
	color:#00367c;
}

.img_pages
{
	float:left;
	padding-left:10px;
}

.gallery_view
{
	float:left;
	padding-left:10px;
	width:310px;
	overflow:hidden;
}

.news_big_img
{
	float:left;
	width:590px;
	background:url('../i/gw_bg.gif') repeat-y;
	text-align:center;
	font-size:0;
}

.pages_box
{
	position:relative;
	float:left;
	width:840px;
	background:url('../i/pages_bg.gif') repeat-y top right;
}

.services_pages_box
{
	position:relative;
	float:left;
	width:683px;
	background:url('../i/services_papers_bg.png') repeat-y top right;
}

.pages
{
	padding:3px 84px 40px 30px;
	background:url('../i/pages.jpg') no-repeat bottom left;
}

.services_pages
{
	padding:10px 84px 40px 30px;
	background:url('../i/services_papers.png') no-repeat bottom left;
}

.dark
{
	background:#3e3c41;
	color:#fff;
	padding:10px;
	min-height:300px;
}

.dark a
{
	color:#fff;
}

.pages_top
{
	position:absolute;
	left:774px;
	top:-15px
}

.services_pages_top
{
	position:absolute;
	left:627px;
	top:-11px
}

.tmw_imgs
{
	float:right;
	margin-top:-10px;
}

.personal_info
{
	margin:0px 0 15px;
}

.personal_info td
{
	line-height:28px;
}

.personal_info strong
{
	display:block;
	margin:0 0 10px;
}

.services_left
{
	position:relative;
	float:left;
	width:145px;
}

.services_right
{
	position:relative;
	float:left;
	width:770px;
	margin-left:36px;
}

.left_menu
{
	margin:35px 0 0 0;
	padding:0;
	list-style-type:none;
}

.left_menu li 
{
	margin:0 0 5px 0;
	padding:0;
}

.left_menu li a
{
	padding:10px 0 0 7px;
	height:30px;
	display:block;
	position:relative;
	width:135px;
	background:url('../i/lm_bg.png') no-repeat;

	font-size:18px;
	color:#fff;
	text-decoration:none;
	letter-spacing:-1px;
	font-weight:bold;
}

.left_menu li a:hover, .left_menu li a.left_menu_active
{
	background-image:url('../i/lm_active.png');
}

/* slide show */
#rotator
{
	cursor: pointer;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	width: 535px;
	height: 356px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	height: 356px;
	/*height: 300px;*/
}

#rotator img
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}



#private_left
{
    position:relative;
    float:left;
    width:145px;
}

#private_right
{
    margin-top: 20px;
    padding-left: 25px;
    font-family:"Myriad Pro", helvetica, Verdana,Arial, sans-serif;
    position:relative;
    float: left;
    width: 730px;
    margin-left: 36px;
    font-size:12px;    
    border-left:2px dashed #5f6072;
    border-right:2px dashed #5f6072;
    color:#333;
    min-height: 320px;
}

#private_right h1
{
    color:#f4831d;
    margin:0 0 10px;
}

.tip_err{
    background-color: #F4F1B3;
    border: 1px #D8000C solid;
}

.msg_cap_err{
	padding: 2px;
	background-color: #F7866A;
	border: 1px dotted;
}

.msg_cap_ok{
	padding: 2px;
	background-color: #70EB9B;
	border: 1px dotted;
}