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


body {
	margin:0;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#57585a;
	font-size:11px;
}

a {color:#006f95;text-decoration:none}
a:hover {color:#006f95;text-decoration:underline}
.wrapper {
	width:880px;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px	
}
.clear {
	float:none;
	clear:both;
}

#header {
	float:none;
	clear:both;
	width:880px;
	height:133px;
	margin:auto;
	/*background-image:url(../images/header_dots.gif);*/
	background-repeat:no-repeat;
	background-position:right;
}
	#header #logo {
		float:left; 
		width:300px; 
		position:absolute;
	}
	

	
	#header #links {float:right; width:300px; margin-top:85px;text-align:right; margin-right:30px;}
/************* MENU TOP *********************/
#menu-wrapper {
	float:none;
	clear:both;
	height:28px;
	background-color:#006f95;
	margin-bottom:4px;
}

	#menu {
		width:880px;
		margin:auto;
		height:28px;
		font-size:12px;
	}
	
		#menu ul {
			margin:0; padding:0;
			list-style:none;
		}
		#menu ul li {
			float:left;
			display:inline;
			line-height:28px;
			padding-right:15px;
			padding-left:15px;
			background-image:url(../images/border_menu.gif);
			background-repeat:no-repeat;
			background-position:right;
		}
		#menu ul li a {
			color:#ffffff;
			text-decoration:none;
		}
		#menu ul li a:hover {
			color:#80b7ca;
			text-decoration:none;
		}		


/************* HOME *********************/



#text-home {
	float:none;
	clear:both;
	/*padding-top:30px;*/
	padding-bottom:30px;
}

#boxes-home { 
	float:none;
	clear:both;
	width:960px;
	height:195px;
	overflow:hidden;
	background-image:url(../images/bg_boxes.gif);
	background-repeat:no-repeat;
	/*position:relative;*/
	margin-bottom:5px;
}

	.box {
		float:left;
		width:266px;
		height:180px;
		padding-top:17px;
		padding-left:14px;
		padding-right:13px;
		position:relative;
	}
		.box .titulo {
			margin-bottom:5px;
		}
		.box .titulo a { text-decoration:none; }
		.box .titulo a:hover { text-decoration:underline }
		
		#box1 .titulo a, #box1 .view-more a { font-weight:bold; color:#006f95 }
		#box2 .titulo a, #box2 .view-more a { font-weight:bold; color:#6abc9f }
		#box3 .titulo a, #box3 .view-more a { font-weight:bold; color:#acca57 }
		
	
styles.css (línea 123)
.box .titulo a {
    text-decoration: none;
}
		
		.box .text {
			height:90px;
			overflow:hidden;
		}
		
		.box .view-more  {
			position:absolute;
			width:68px;
			top: 140px;
			left: 213px;
		}
		
		.box .view-more {
    left: 213px;
    position: absolute;
    top: 140px;
    width: 68px;
}
/****PRINT AND FONT ICONS ********/
#icons {float:none; clear:both; text-align:right; margin-bottom:10px}

/* div.addthis_toolbox {display: inline;} */
div.addthis_toolbox a {
	border-left:1px solid #d4d4bc; text-align:center; padding:0px 7px !important; float:right !important
}
	div.addthis_toolbox a.addthis_button_email  { border:0px !important  }

div.addthis_toolbox a span {
	padding: 0 !important;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
} 
a.addthis_button_email span {
	background: url(images/ico_mail.gif) no-repeat !important;
	width: 16px; height: 16px;
}

a.addthis_button_print span {
	background: url(images/ico_print.gif) no-repeat !important;
	width: 16px; height: 16px;
}
a.font-big span   { width: 24px; height: 16px;background-image:url(images/ico_a_mas.gif) }
	a.font-big:hover span   { width: 24px; height: 16px;background-image:url(images/ico_a_mas_on.gif) }
a.font-small span { width: 24px; height: 16px;background-image:url(images/ico_a_menos.gif) }
	a.font-small:hover span { width: 24px; height: 16px;background-image:url(images/ico_a_menos_on.gif) }
/**********************************/
#content {
	float:left;
	width:694px;
	border-left:1px solid #d7d1bd;
	padding-left:22px;
	min-height:200px;
	line-height:130%;
}

	#content .img-right {
		float:right;
		background-color:#f1eee5;
		border:1px solid #d7d1bd;
		padding:6px;
		margin-left:10px;
		margin-top:3px;
		margin-bottom:10px;		
	}	
	
		#content .img-right-events {
		float:right;
		background-color:#f1eee5;
		border:1px solid #d7d1bd;
		padding:6px;
		margin-left:10px;
		margin-top:50px;
		margin-bottom:10px;		
	}	
	
	
	
	#content .img-all {
		background-color:#f1eee5;
		border:1px solid #d7d1bd;
		padding:6px;
		margin-top:10px;
		margin-bottom:5px;		
	}	
	
	#content .img-all2 {
		float:right;
		background-color:#f1eee5;
		border:1px solid #d7d1bd;
		padding:6px;
		margin-top:0px;
		margin-bottom:0px;		
	}		
		
/**********************************/

#footer-wrapper {
	border-top:1px solid #d7d1bd;
	background-color:#f4f1ea;
	padding-top:12px;
	padding-bottom:10px;
	clear:both;	
}
	#footer {
		width:880px;
		margin:auto;
		color:#939495;
		font-size:10px;
		line-height:13px;
	}
	
	#footer #left {
		float:left;
		width:400px;
		padding-left:10px;
		/* background-image:url(../images/footer_dots.gif);
		background-repeat:no-repeat;
		background-position:left 2px;		*/

	}
	
	#footer #right {
		float:right;
		text-align:right;
		width:400px;
	}


/**********************************/

.div-sep {
	float:none;
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	border-bottom:1px solid #d7d1bd;
}

.div-sep-blue {
	float:none;
	clear:both;
	height:3px;
	line-height:1px;
	font-size:1px;
	background-image:url(../images/div_blue.gif);
}

.titcolor1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#006f95;
	
}

.titcolor2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#6abc9f;
	font-weight:bold;
	
}

.titcolor3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#adcb56;
	font-weight:bold;
	
}

.img-events2 {
	float:right;
	background-color:#f1eee5;
	padding:6px;
	border:1px solid #d7d1bd;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:50px;
}


.titleevents2 {
	color:#00658a;
	height:29px;
	font-weight:bold;
	padding-top: 7px;
	background-image:url(../images/fondo_tit_events.gif);
	background-repeat:no-repeat;
	text-indent:25px;
	width:692px;

	}


.news {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#57585a;
	text-decoration:none;
}
.news:hover {
	color:#9bb64d;
	text-decoration:underline;
}
.INPUT { font-size: 11px; font-family: Verdana,  Arial, Helvetica, sanserif; color: #006f95; border:solid; border-color: #d7d1bd; border-width : 1px 1px 1px 1px;background-color : #FFFFFF} 
.textarea { font-size: 11px; font-family: Verdana,  Arial, Helvetica, sanserif; color: #006f95; border:solid; border-color: #d7d1bd; border-width : 1px 1px 1px 1px; background-color : #FFFFFF} 



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	border: 1px solid #555;
	-moz-box-shadow: rgba(0,0,0,1) 0 4px 30px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 4px 30px;
	-khtml-box-shadow: rgba(0,0,0,1) 0 4px 30px;
	box-shadow: rgba(0,0,0,1) 0 4px 30px;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:6px 10px 0;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:6px 10px 0;
}

#TB_title{
	background-color:#fff;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	z-index:103;
	top: 50%;
	left: 50%;
	background-color: #E8E8E8;
	border: 1px solid #555;
	margin: -45px 0pt 0pt -125px;
	padding: 40px 15px 15px;
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	_margin-bottom:1px;
}

/*CECI*/

.wrapper2 {
	width:960px;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px	
}

#header2 {
	float:none;
	clear:both;
	width:960px;
	height:133px;
	margin:auto;
	/*background-image:url(../images/header_dots.gif);*/
	background-repeat:no-repeat;
	background-position:right;
}

#menu2 {
		width:960px;
		margin:auto;
		height:28px;
		font-size:12px;
	}
#menu2 ul {
			margin:0; padding:0;
			list-style:none;
		}
		#menu2 ul li {
			float:left;
			display:inline;
			line-height:28px;
			padding-right:11px;
			padding-left:11px;
			background-image:url(../images/border_menu.gif);
			background-repeat:no-repeat;
			background-position:right;
		}
		#menu2 ul li a {
			color:#ffffff;
			text-decoration:none;
		}
		#menu2 ul li a:hover {
			color:#80b7ca;
			text-decoration:none;
		}		
	
	#footer2 {
		width:960px;
		margin:auto;
		color:#939495;
		font-size:10px;
		line-height:13px;
	}
#footer2 #left {
		float:left;
		width:400px;
		padding-left:10px;
		/* background-image:url(../images/footer_dots.gif);
		background-repeat:no-repeat;
		background-position:left 2px;		*/

	}
	
	#footer2 #right {
		float:right;
		text-align:right;
		width:400px;
	}

#forms_top {
	width:300px;
	color:#006f95;
	float:right;
	margin-top:20px;
}
#forms_top input{
	width:57px;
	padding:0;
	margin:0px;	
}

#forms_top #search input{
	width:228px;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
	height:20px;
	float:left;
	padding-left:5px;
	color:#999;
}

#loginform .bt_login{
	background:#006f95;
	border:none;
	color:#FFF;
	height:20px;
	cursor:pointer;
}


#search{
	margin:10px 0 0 0;
	
}

#forms_top #search .bt_login{
	background:url(../images/glass.gif) no-repeat;
	width:30px;
	border:none;
	float:left;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	height:22px;
	cursor:pointer;
}


#home_left{
	width:590px;
	min-height:300px;
	float:left;
	margin-right:20px;
	background: url(../images/base_letter.gif) no-repeat 0 0;
	font-size:12px;	
	line-height:18px;
	color:#8c8c8c;
	padding:20px 20px 0 20px;
}

#home_right{
	width:310px;
	min-height:300px;
	float:left;
	
}


.banner_ch{
width:284px;
	background:#FFF;
	height:46px;
	border-top:3px solid #f6f4ef;
	border-right:3px solid #f6f4ef;
	border-left:3px solid #f6f4ef;
	clear:both;
	padding:12px; 
}
.banner_ch a{
	display:block;
	height:47px;
	overflow:hidden;
	line-height:300px;
	
}

.banner_ch a.banner_tres{
	background:url(../images/be_the_first_to_know.jpg) no-repeat 0 0 ;
}

.banner_ch a.banner_dos{
	background:url(../images/register_upcoming_events.jpg) no-repeat 0 0 ;
}

.banner_ch a.banner_uno{
	background:url(../images/make_an_appointment.jpg) no-repeat 0 0 ;
}

.banner_ch a:hover{
	background-position: 0 -47px;	
}
.end{
	border-bottom:3px solid #f6f4ef;
}

#testimonials{
	width:310px;
	clear:both;
	margin-top:20px;
}

#top_testimonials{
	width:306px;
	background:#f6f4ef;
	border:1px solid #dfddd3;
	padding:3px;	
}

#top_testimonials #title{
	background:#FFF;
	width:306px;
	height:47px;
	border-bottom:1px solid #dfddd3;
}

#top_testimonials #title span{
	width:45px;
	color:#006f95;
	padding:15px 0 0 10px;
	font-size:14px;
	font-weight:bold;
	float:left;	
}

#title ul{
	float:right;
	width:210px;
	list-style:none;
}

#title li a{
	padding:10px 10px 0 10px;
	float: right;
	background:#e9e7de;
	height:25px;
	
	border-top:1px solid #dfddd3;
	border-left:1px solid #dfddd3;
	border-right:1px solid #dfddd3;
	border-bottom:1px solid #dfddd3;
	color:#9e9c93;
	font-weight:bold;
	font-size:12px;
	margin-right:5px;

}

#title li a.activo{
	
	background:#f6f4ee;
	border-bottom:none;
	color:#7bab96;
	height:26px;
}

.content_testimonial{
	padding:10px;
	width:280px;
	min-height:80px;
}

.content_testimonial .title{
	font-size:12px;
	color:#7bab96;
	font-weight:bold;	
}
.content_testimonial  a img{
	float:left;
	border:1px solid #e8e6de;
	background:#FFF;
	padding:2px;
	margin:5px 10px 5px 0;
}
#survey{
	width:306px;
	border-top:5px solid #d7d1bd;
	border-left:1px solid #d7d1bd;
	border-right:1px solid #d7d1bd;
	margin-top:20px;
	padding:2px;
}



#survey_bottom{
	background: url(../images/bottom_curve.gif) no-repeat 0 0;
	width:312px;
	height:11px;
}

#survey #title{
	background:#f6f4ee;
	width:306px;
	height:40px;
}

#survey  #title span{
	width:45px;
	color:#938f7d;
	padding:15px 0 0 10px;
	font-size:14px;
	font-weight:bold;
	float:left;	
}

#content_survey{
	padding:0 10px;
	font-size:14px;
	color:#928e7c;	
}

#form_survey{
	margin:20px 0 0 10px;	
}

#form_survey label{
	margin:0 0 0 10px;	
}
#form_survey .bt_send{
	background:url(../images/bot_send.gif) no-repeat 0 -3px;
	border:none;
	cursor:pointer;
	width:71px;
	height:41px;
	position:relative;
	left:210px;
}

#back_news{
	width:960px;
	min-height:306px;
	clear:both;
	float:left;
	margin:20px 0;
	background:#f6f4ef;
	border:1px solid #d7d1bd;	
}

#news_left{
	width:629px;
	float:left;	
	border-right: 1px solid #d7d1bd;
	padding:0 10px 0 0;
	margin-top:5px;
}

#news_right{
	width:310px;
	float:right;	
}

#tit_news_left{
	background:url(../images/back_tit_news.gif) repeat-x;
	width:590px;
	float:left;
	border-top:solid 5px #006e95;
	font-size:13px;
	font-weight:bold;
	color:#006e95;
	height:43px;
	padding:10px 19px 0 19px ;	
}

#tit_news_right{
	background:url(../images/back_tit_news.gif) repeat-x;
	width:296px;
	float:right;
	border-top:solid 5px #acca57;
	font-size:13px;
	font-weight:bold;
	color:#76902d;
	margin-top:6px;
	height:48px;
	padding:5px 0 0 14px ;	
}
.box_home{
	width:270px;
	float:left;
	margin-left:20px;
}

#home_box2{
	margin-left:58px;
}

.box_home .title{
	font-size:12px;
	color:#8c8c8c;
	font-weight:bold;
	line-height:15px;
	display:block;
	clear:both;
	height:50px;
	padding:5px 0;
	vertical-align: top;
	display:table-cell;
}

.box_home p{
	font-size:11px;
	color:#57585a;
	
}
.img_news{
	width:258px;
	height:83px;
	border:solid 1px #d7d1bd;
	padding:5px;
	background:#f1eee5;	
}
.view_more {
	float:right;
	background:url(../images/bullet.gif) no-repeat 0 3px;
	padding-left:30px;
	margin-bottom:20px;
	width:70px;
	text-align:right;
	font-weight:bold;
}

.green a{
	color:#acca57;	
}

.green{
	color:#5a9f82;
	font-size:12px;
	font-weight:bold;
}

.blue{
	font-size:13px;
	font-weight:bold;
	color:#006e95;	
}


#banner {
	border-top:1px solid #d7d1bd;
	border-bottom:1px solid #d7d1bd;
	text-align:center;
	background-color:#f4f1ea;
}

#header_home{
	background:url(../images/base_header.jpg) no-repeat;
	height:251px;
	margin:auto;
	width:960px;
}

#parte_1 {
	background:url(../images/img_header1.jpg) no-repeat;
	float:left;
	width:960px;
	height:216px;
	margin:35px 0 0 20px;
}
#parte_2 {
	background:url(../images/img_header2.jpg) no-repeat;
	float:left;
	width:960px;
	height:216px;
	margin:35px 0 0 20px;
}
#parte_3 {
	background:url(../images/img_header3.jpg) no-repeat;
	float:left;
	width:960px;
	height:216px;
	margin:35px 0 0 20px;
}
#parte_4 {
	background:url(../images/img_header4.jpg) no-repeat;
	float:left;
	width:960px;
	height:216px;
	margin:35px 0 0 20px;
}

#parte_5 {
	background:url(../images/img_header5.jpg) no-repeat;
	float:left;
	width:960px;
	height:216px;
	margin:35px 0 0 20px;
}

.panel_header{
	width:960px;
}

.panel_control {
	margin: 10px 30px 0 0;
	float: right;
}

.control {
	cursor: pointer;
	background:url(../images/bt_blue.gif) no-repeat;
	width:17px;
	height:17px;
	float:left;
	margin-right:10px;
}

.panel_control a.activo{
	background:url(../images/bt_green.gif) no-repeat;

}

.texto_prueba {
	float: left;
	margin: 20px 0 0 400px;
	text-align:left;
	color:#00465f;
	font-size:14px;
	height:150px;
	width:520px;
}

.texto_prueba .title{
	font-size:20px;
}

#words, #videos { 
	cursor: pointer;
}

#content_testimonial_videos_1, 
#content_testimonial_videos_2, 
#content_testimonial_videos_3,
#content_testimonial_words_2,
#content_testimonial_words_3,
#parte_2, #parte_3, #parte_4, #parte_5{
	display:none;	
}

#bpopup_modal {
	width: 400px;
	height: auto;
	background-color: #FFFFFF;
	display:none;
	padding:20px;
}

#bpopup_close {
	font-size: 30px;
	cursor: pointer;
	float:right;
	margin:0 10px 0 0;
}

.ver_resultados{
	float:right;
	margin:15px 5px 0 0;
	cursor:pointer;
}
#title_res{
	margin:25px 0 0 10px;
	font-size:12px;
}

#header2 #logo2 {
		float:left; 
		width:300px; 
		margin:20px 0 0 0; 
		position:absolute;
	}
	
	#slogan { 
	 float:left; position:relative; z-index:200; top:80px; left:100px; color:#69bc9e; font-size:16px;
	}
	
	
.blue_title{
	color:#006f95;
	font-size:18px;
	border-bottom: 1px solid #006f95;
}
.green_subtitle{
	color:#acca57;
	font-size:16px;
	font-weight: bold;
}


/*TURNOS */


.line{
	border-bottom: solid 1px #e6e9ce;
	clear:both;
	width:100%;
	margin:10px 0;
	color:#545454;
	font-size:12px;
}

.linea{
	border-bottom: solid 1px #e6e9ce;
	padding-bottom:5px;
	padding-top:5px;
	height:25px;
}

.linea a{
	color:#F00;
}

.linea a.seleccionar{
	color:#006f95;
	font-weight:bold;
	font-size:10px;
}

#buscador{
	background-color:#f4f1ea;
	height:55px;
	padding:0px 0 0 15px;
	margin-bottom:20px;
	float:left;
	clear:both;
	width:680px;
}

.buscar{
	position:relative;
	left:10px;
	top: 12px;
}

.ocupado{
	background:#d72c40;
	color:#FFF;
}

.libre{
	background:#d3e99a;
}

td.borde{
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	height:20px;
	padding-left:5px;
}


.select { 
	font-size: 11px; 
	font-family: Verdana,  Arial, Helvetica, sanserif;
	color:#006f95;
	border: solid #d7d1bd 1px;
	background-color: #FFFFFF;
} 

