/*
 * @author 		Iván Gallego Sánchez	
 * @copyright	Copyright 2010, ivangs.com (http://www.ivangs.com)
*/

/* THE PERFECT CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100.01%;vertical-align: baseline;background: transparent;} body {line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; }  /* remember to define focus styles! */ :focus { 	outline: 0; }  /* remember to highlight inserts somehow! */ ins { 	text-decoration: none; } del { 	text-decoration: line-through; }  /* tables still need 'cellspacing="0"' in the markup */ table { 	border-collapse: collapse; 	border-spacing: 0; }  blockquote, q { 	quotes: none; }  /* Safari doesn't support the quotes attribute, so we do this instead. */ blockquote:before, blockquote:after, q:before, q:after { 	/* 	CSS 2; used to remove quotes in case "none" fails below. 	*/ 	content: ""; 	/* 	CSS 2.1; will remove quotes if supported, and override the above. 	User-agents that don't understand "none" should ignore it, and 	keep the above value. This is here for future compatibility, 	though I'm not 100% convinced that it's a good idea... 	*/ 	content: none; }  textarea { overflow: auto; } input { border: 0px solid white; margin: 0;  padding: 0; }
*{margin: 0; padding: 0; line-height: 14px;}



/* WEB */
body{
	/*background: rgb(235, 235, 235);*/
	color: #000; 
	font: 11px verdana, arial, sans-serif; 
}

#header{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 80px;
	background: url(../images/templates/default/header_top.png) bottom center no-repeat rgb(0, 0, 0);
	text-align: center;
	padding-top: 20px;
}

.header_logo{
	margin: 0 auto;
	position: relative;
	width: 300px;
	height: 85px;
}

#menu{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 30px;
	background: url(../images/templates/default/menu_noshadow_bg.png) repeat-x #dddddc;
}

#menu_padding{
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 30px;
	_height: 35px;
	background:  url(../images/templates/default/menu_shadow.png) top center no-repeat rgb(217, 160, 16);
}

#menu_left{
	position: relative;
	margin: 0 auto;
	width: 380px;
	_width: 360px;
	height: 35px;
	float:left;
	margin-left: 20px;
	z-index: 100;
}

#menu_left li{
	position: relative;
	margin: 0 auto;
	width: 166px;
	height: 34px;
	_height: 35px;
	float: left;
	padding-bottom: 7px;
	_padding-bottom: 0px;
}

#menu_right{
	position: relative;
	margin: 0 auto;
	width: 560px;
	height: 35px;
	float: right;
}

#menu_right li.menu_right_proaging{
	position: relative;
	margin: 0 auto;
	width: 150px;
	height: 22px;
	padding-top: 13px;
	float: left;
	text-align: center;
}

#menu_right li.menu_right_proaging_on{
	position: relative;
	margin: 0 auto;
	width: 150px;
	height: 22px;
	padding-top: 13px;
	float: left;
	background: url(../images/templates/default/menu_on.png) top center no-repeat;
	text-align: center;
}


#menu_right li.menu_right_treatments{
	position: relative;
	margin: 0 auto;
	width: 100px;
	height: 22px;
	padding-top: 13px;
	float: left;
	text-align: center;
}

#menu_right li.menu_right_treatments_on{
	position: relative;
	margin: 0 auto;
	width: 100px;
	height: 22px;
	padding-top: 13px;
	float: left;
	text-align: center;
	background: url(../images/templates/default/menu_on.png) top center no-repeat;
}

#menu_right li.menu_right_vip{
	position: relative;
	margin: 0 auto;
	width: 120px;
	height: 22px;
	padding-top: 13px;
	float: left;
	text-align: center;
}

#menu_right li.menu_right_vip_on{
	position: relative;
	margin: 0 auto;
	width: 120px;
	height: 22px;
	padding-top: 13px;
	float: left;
	text-align: center;
	background: url(../images/templates/default/menu_on.png) top center no-repeat;	
}


#menu_right li.menu_right_doctors{
	position: relative;
	margin: 0 auto;
	width: 90px;
	height: 22px;
	padding-top: 13px;
	float: left;
	text-align: center;
}

#menu_right li.menu_right_doctors_on{
	position: relative;
	margin: 0 auto;
	width: 90px;
	height: 22px;
	padding-top: 13px;
	float: left;
	text-align: center;
	background: url(../images/templates/default/menu_on.png) top center no-repeat;		
}

#menu_right li.menu_right_clinics{
	position: relative;
	margin: 0 auto;
	width: 100px;
	height: 22px;
	padding-top: 13px;
	float: left;
	text-align: center;
}

#menu_right li.menu_right_clinics_on{
	position: relative;
	margin: 0 auto;
	width: 100px;
	height: 22px;
	padding-top: 13px;
	float: left;
	text-align: center;
	background: url(../images/templates/default/menu_on.png) top center no-repeat;		
}

a.menu_right{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: rgb(0, 0, 0);
}

#main{
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-height: 488px;
	height: auto;
	/*background: rgb(234, 234, 234);*/
	background: url(../images/templates/default/main_noshadow_bg.png) repeat;
}

#main_wrapper{
	position: relative;
	margin: 0 auto;
	width: 960px;
	min-height: 488px;
	height: auto;
	background: rgb(255, 255, 255);
}


#showcase{
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 139px;
	background: url(../images/templates/default/main_shadow_bg.png) center center repeat;
}

#showcase_wrapper{
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 139px;
	background: url(../images/templates/default/showcase_bg.png) center center no-repeat;
}

/*#services{
	position: relative;
	margin: 0 auto;
	margin-top: 15px;
	margin-left: 26px;
	width: 320px;
	height: 109px;
}*/

#services_ul{
	position: relative;
	margin: 0 auto;
	padding-top: 15px;
	padding-left: 26px;
	width: 960px;
	height: 109px;
}

#services_ul li{
	position: relative;
	margin: 0 auto;
	float: left;
	height: 109px;
	width: 286px;
	margin-right: 22px;
	background: rgb(0, 0, 0);
}

#services_ul li.last{
	position: relative;
	margin: 0 auto;
	float: left;
	height: 109px;
	width: 296px;
	background: rgb(0, 0, 0);
}

#services_ul_left{
	position: relative;
	margin: 0 auto;
	width: 118px;
	height: 109px;
	float: left;
}

#services_ul_right{
	position: relative;
	margin: 0 auto;
	width: 160px;
	height: 109px;
	float: right;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: rgb(190, 190, 190);
	line-height: 12px;
	text-align: left;
}

#services_ul_left_last{
	position: relative;
	margin: 0 auto;
	width: 118px;
	height: 109px;
	float: left;
}

#services_ul_right_last{
	position: relative;
	margin: 0 auto;
	width: 170px;
	height: 109px;
	float: right;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: rgb(190, 190, 190);
	text-align: left;
	line-height: 12px;
}

h3.template_showcase_services_title_1{
	margin: 5px auto 11px 15px;
}

a.template_showcase_services_title_1{
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #f5b40e;
	text-decoration: none;
}

a.template_showcase_services_title_2{
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #86de27;
	text-decoration: none;
}

a.template_showcase_services_title_3{
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #5ac2e9;
	text-decoration: none;
}


h3.template_showcase_services_title_2{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #f5b40e;
	margin: 5px auto 5px auto;
}

h3.template_showcase_doctors_title_1{
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #86de27;
	margin: 5px auto 11px 15px;
}

h3.template_showcase_doctors_title_2{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #86de27;
	margin: 5px auto 5px auto;
}

h3.template_showcase_clinics_title_1{
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #5ac2e9;
	margin: 5px auto 11px 15px;
}

h3.template_showcase_clinics_title_2{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #5ac2e9;
	margin: 5px auto 5px auto;
}

#clear{
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 19px;
	background: url(../images/templates/default/bottom.png) center center no-repeat;
}

#footer{
	clear: left;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 420px;
	background: rgb(255, 255, 255);
}

#footer #footer_summary{
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 405px;
	text-align: left;
}

#footer_summary li.proaging{
	position: relative;
	float: left;
	width: 616px;
	_width: 620px;
	height: 300px;
	margin-left: 1px;
	margin-right: 15px;
	_margin: 0 0 0 0;
}

h3.proaging_footer_title{
	position: relative;
	margin: 0 auto;
	width: 616px;
	height: 23px;
	background: url(../images/templates/default/footer_left_title2.png) center bottom no-repeat;
	text-align: center;
	padding-top: 50px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 13px;
}

#footer_left_container{
	position: relative;
	margin: 0 auto;
	width: 616px;
	height: 330px;
	background: url(../images/templates/default/footer_left_container2.png) center top no-repeat;
}

ul.proaging_titles{
	position: relative;
	margin: 0 auto;
	padding-top: 15px;
	width: 585px;
	height: 220px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	padding-left: 13px;
}

ul.proaging_titles li.antiaging{
	position: relative;
	margin: 0 auto;
	width: 125px;
	margin-right: 5px;
	height: 220px;
	float: left;
}

ul.proaging_titles li.cirugia{
	position: relative;
	margin: 0 auto;
	width: 185px;
	margin-right: 5px;
	height: 220px;
	float: left;
}

ul.proaging_titles li.odontologia{
	position: relative;
	margin: 0 auto;
	width: 120px;
	margin-right: 5px;
	height: 220px;
	float: left;
}

ul.proaging_titles li.last_title{
	position: relative;
	margin: 0 auto;
	width: 120px;
	height: 220px;
	float: left;
	margin-left: 15px;
}

p.normal{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	padding-top: 7px;
}

#footer_summary li.budget{
	position: relative;
	margin: 0 auto;
	float: left;
	width: 165px;
	_width: 170px;
	height: 305px;
	margin-right: 15px;
	_margin: 0 0 0 0;
}

h3.budget_footer_title{
	position: relative;
	margin: 0 auto;
	width: 165px;
	height: 22px;
	background: url(../images/templates/default/footer_middle_title.png) center bottom no-repeat;
	text-align: center;
	padding-top: 50px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 13px;
}

#footer_middle_container{
	position: relative;
	margin: 0 auto;
	padding: 12px 15px 0 15px;
	width: 135px;
	height: 62px;
	background: url(../images/templates/default/footer_middle_container.png) center top no-repeat;
	font-size: 10px;
}

#footer_summary li.contact{
	position: relative;
	margin: 0 auto;
	float: left;
	width: 147px;
	_width: 100px;
	height: 305px;
	text-align: center;
}

h3.contact_footer_title{
	position: relative;
	margin: 0 auto;
	width: 165px;
	height: 32px;
	background: url(../images/templates/default/footer_middle_title.png) center bottom no-repeat;
	text-align: center;
	padding-top: 40px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 13px;
}

#footer_right_container{
	position: relative;
	margin: 0 auto;
	padding: 12px 0 0 0;
	width: 165px;
	height: 62px;
	background: url(../images/templates/default/footer_right_container.png) center top no-repeat;
	font-size: 10px;
	text-align: left;
}

.right_contact{
	position: absolute;
	top: 145px;
	left: 15px;
}


#trademarks{
	position: relative;
	margin: 0 auto;
	margin-top: 15px;
	width: 960px;
	height: 30px;
}

#trademarks ul{
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 30px;
	list-style: none;
}

#trademarks ul li.copyrights{
	position: relative;
	margin: 0 auto;
	width: 190px;
	height: 30px;
	float: left;
}

#trademarks ul li.privacity{
	position: relative;
	margin: 0 auto;
	width: 215px;
	height: 30px;
	float: left;
}

#trademarks ul li.legals{
	position: relative;
	margin: 0 auto;
	width: 320px;
	height: 30px;
	float: left;
}

#trademarks ul li.thatzad{
	position: relative;
	margin: 0 auto;
	width: 235px;
	height: 30px;
	float: left;
	color: rgb(170, 170, 170);
	text-align: right;
}


a.copys{
	color: rgb(0, 0, 0);
}

a.copys:hover{
	color: rgb(0, 0, 0);
	text-decoration: none;
}

a.mailto{
	text-decoration: none;
	color: rgb(150, 150, 150);
	font-size: 9px;
}

a.mailto:hover{
	text-decoration: none;
	color: rgb(0, 0, 0);
	font-size: 9px;
}

a.mailto_thatzad{
	text-decoration: none;
	color: rgb(150, 150, 150);
	font-size: 10px;
}

a.mailto_thatzad:hover{
	text-decoration: none;
	color: rgb(0, 0, 0);
	font-size: 10px;
}


h3.surgery_faq{
	font-size: 12px;
	color: #443719;
	margin-bottom: 10px;
}

.a_footer{
	text-decoration: none;
	color: rgb(0, 0, 0);
}

.a_footer:hover{
	text-decoration: underline;
}

.return_a{
	color: rgb(120, 120, 120);
	text-decoration: underline;
}

.return_a:hover{
	color: rgb(0, 0, 0);
	text-decoration: none;
}

a.footer_link_title{color:#000; text-decoration:none;}
a.footer_link_title:hover{text-decoration:underline;}

