/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* omissions */
body > table, object {
	display: none;
}

/* main */

body {
	margin: 0;
	background-color: #f75c0c;
}

#mobile {
	font-size: 18px;
	color: #f75c0c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/* header */

#mobile-header {
	padding: 30px 28px;
	overflow: auto;
	border-bottom: 1px solid #efefef;
	background-color: #fff;
}

#mobile-header .logo {
	width: 107px;
	height: 45px;
	display: block;
	background: url(../images/mobile/logo.png) no-repeat;
	float: left;
	text-indent: -9999px;
	background-size: 107px 45px;
	-webkit-background-size: 107px 45px;
}

#mobile-header .call-to-action {
	float: right;
	text-align: right;
	margin-top: 3px;
	line-height: 1.5;
	font-size: 18px;
}

#mobile-header .call-to-action .email {
	display: block;
	font-size: 12px;
}

/* navigation */

#mobile-navigation {
	padding: 1em 28px;
	background-color: #efefef;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #f75c0c;
}

#mobile-navigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#mobile-navigation li {
	background: url(../images/mobile/nav-button-bg.png) repeat-x;
	height: 40px;
	border: 1px solid #fafafa;
	border-bottom: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	border-radius: 5px;
	margin-bottom: 1em;
}

#mobile-navigation li:last-child {
	margin-bottom: 0;
}

#mobile-navigation li a {
	color: #f75c0c;
	text-decoration: none;
	padding: 10px 10px;
	display: block;
}

#mobile-navigation li.mobile-special {
	height:50px;
	background: url(../images/mobile/nav-button-bg-spec.png) repeat-x;
}

#mobile-navigation li.mobile-special small {
	font-size:75%;
	
}

/* footer */

#mobile-footer {
	padding: 0.5em 28px;
	font-size: 11px;
	color: #fff;
	text-transform: lowercase;
	background-color: #f75c0c;
	border-top: 1px solid #f3a57d;
}

#mobile-content {
	background-color: #fff;
	padding: 20px;
}

#mobile-content .inner {
	border-radius: 10px;
	padding: 20px;
	color: #000;
	font-size: 14px;
	background-color: #eee;
	line-height: 1.5;
}

#mobile-content table td {
	

}

.block_div table td {
	display:block;
}

#mobile h1 {
	background-color: #fff;
	color: #f75c0c;
	font-size: 24px;
	margin-bottom: 0.5em;
}

#mobile-inner-nav {
	overflow: hidden;
	margin-bottom: 1em;
	font-size: 12px;
	display: table;
	width: 100%;
}

#mobile-inner-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: table-row;
}

#mobile-inner-nav li {
	display: table-cell;
}

#mobile-inner-nav a {
	padding: 5px;
	color: #fff;
	border-right: 1px solid #fff;
	background-color: #f75c0c;
	display: block;
	text-align: center;
}

#mobile-inner-nav li:first-child a {
	border-radius: 10px 0 0 10px;
}

#mobile-inner-nav li:last-child a {
	border-radius: 0 10px 10px 0;
}

#mobile-content br {
	margin-bottom: 0.5em;
}


a.asrar {
	float:left;
	background:url(/images/asrar.jpg) no-repeat left top; height:100px; width:80px;
}

a.asrar:hover, a.asrar_h, a.asrar:active {
	float:left;
	background:url(/images/asrar.jpg) no-repeat right top; height:100px; width:80px;
}

a.jose {
	float:left;
	background:url(/images/jose.jpg) no-repeat left top; height:100px; width:80px;
}

a.jose:hover, a.jose_h, a.jose:active {
	float:left;
	background:url(/images/jose.jpg) no-repeat right top; height:100px; width:80px;
}

a.maria {
	float:left;
	background:url(/images/maria.jpg) no-repeat left top; height:100px; width:80px;
}

a.maria:hover, a.maria_h, a.maria:active {
	float:left;
	background:url(/images/maria.jpg) no-repeat right top; height:100px; width:80px;
}

a.arash {
	float:left;
	background:url(/images/arash.jpg) no-repeat left top; height:100px; width:80px;
}

a.arash:hover, a.arash_h, a.arash:active {
	float:left;
	background:url(/images/arash.jpg) no-repeat right top; height:100px; width:80px;
}

a.cesar {
	float:left;
	background:url(/images/cesar.jpg) no-repeat left top; height:100px; width:80px;
}

a.cesar:hover, a.cesar_h, a.cesar:active {
	float:left;
	background:url(/images/cesar.jpg) no-repeat right top; height:100px; width:80px;
}

table.cesar {
	display:none;
	}





.dentists td{
	display:table-cell;
}

@media all and (max-width: 400px) {
  td.cesar, td.cesar_h {
	display:none;
	}
	
	table.cesar {
	display:block;
	}
	
	table.cesar td.cesar {
	display:block;
	}
	
}

.flash {
	display:none;
}

.float-left {
	float:left;
	margin:0 10px 5px 0;
}

.float-right {
	float:right;
	margin:0 0 10px 10px;
}.medical-history-button {  background:#F75C0C;  padding:10px;  color:#fff;  width:100%;}