* {
	margin:0;
	padding:0;
	outline:none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333;
	background:#f6f6f6;
}
h2, h3, h4, h5, h6 {
	margin:.5em 0;
	font-weight:normal;
	font-family:"Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
}
h2 {
	font-size:200%;
	color:#f58a00;
}
h2 strong {
	font-size:13px;
	display:block;
}
h3 {
	font-size:165%;
	text-transform:none;
	color:#07c;
}
h4 {
	font-size:135%;
}
h5 {
	font-size:120%;
}
p {
	margin:1em 0;
	line-height:135%;
}
a {color:#09e;}
a:hover {text-decoration:none;}
li {list-style:none;}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
#inner ul {
	margin:10px 10px 20px 30px;
}
#inner ul li {
	margin:5px 0;
	list-style-image:url(../images/bullet.gif);
}
img.pic,
img.picl,
img.picr {
	border:1px solid #ddd;
	background:#fff;
	padding:4px;
}
img.picl {
	float:left;
	margin-right:15px;
}
img.picr {
	float:right;
	margin-left:15px;
}
.note {
	font-size:85%;
}
/* General Classes */
h2.pageHeader {
	margin-top:0;
	font-size:220%;
}
.cl {
	clear:both;
	display:block;
}
a.button {
	font-family:"Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	background:#f58a00 url(../images/btnl.gif) left top no-repeat;
	display:block;
	float:left;
}
a.button span {
	background:url(../images/btnr.gif) right top no-repeat;
	display:block;
	height:22px;
	padding:4px 8px 0 8px;
	cursor:pointer;
}

/* Forms -------- */ 
.forma td {
	padding:9px 15px 9px 0;
	vertical-align:top;
}
.forma input,
.forma textarea {
	width:200px;
	border:1px solid #ccc;
	background:#fff;
	padding:3px;
}
.forma textarea {
	width:420px;
}
.forma input.date,
.forma input.time {
	width:120px;
}
.forma input.address {
	width:400px;
}
input#Submit {
	border:none;
	background:url(../images/bgsubmit.gif) no-repeat;
	width:98px;
	height:26px;
	color:#fff;
	padding:2px 0;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	font-family:"Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
}
.forma label {
	display:block;
	margin-bottom:3px;
}
.forma th {
	text-align:left;
	padding:15px 0 5px 0;
	border-bottom:1px dotted #333;
}

/* errores */
label em,
.note em {
	font-weight:bold;
	color:#c00;
}
#divErrorGeneral {
	background:#ffe;
	padding:0 10px;
	border:1px solid #ddd;
}
td.errores label {
	font-weight:bold;
}
td.errores input,
td.errores textarea {
	border:1px solid #c00;
}
span.errores {
	font-size:85%;
	color:#c00;
	display:block;
}

/* Estrucura */
#container {
	width:100%;
	background:#fff url(../images/bgb.gif) top repeat-x;
}
#content,
#header-container,
#footer {
	width:960px;
	margin:0 auto;
}

/* Header ----- */
#header {
	padding:1px;
	margin:0;
}
#header h1 {
	float:left;
	text-indent:-999em;
	font-size:1px;
	margin:0;
	background:url(../images/logo.gif) no-repeat;
}
#header h1 a {
	display:block;
	width:257px;
	height:115px;
}

/* Menu ----- */
#menu {
	padding-top:66px;
}
#menu li,
#menu a {
	display:block;
	float:left;
}
#menu a {
	font-family:"Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#047;
	
	text-indent:-999em;
	height:48px;
	margin:0 -7px 0 0;
	background-position:0 0;
}
#menu #mhome a {
	background:url(../images/mhome.gif);
	width:83px;
	margin-left:70px !important;
	margin-left:35px;
}
#menu #mabout a {
	background:url(../images/mabout.gif);
	width:194px;
}
#menu #mservices a {
	background:url(../images/mservices.gif);
	width:171px;
}
#menu #mlocation a {
	background:url(../images/mlocation.gif);
	width:102px;
}
#menu #mcontact a {
	background:url(../images/mcontact.gif);
	width:107px;
	margin:0;
}

#menu #mhome a:hover,
#menu #mabout a:hover,
#menu #mservices a:hover,
#menu #mlocation a:hover,
#menu #mcontact a:hover {
	background-position:0 -48px;
}

#home #mhome a,
#about #mabout a,
#services #mservices a, 
#location #mlocation a, 
#contact #mcontact a,
#home #mhome a:hover,
#about #mabout a:hover,
#services #mservices a:hover, 
#location #mlocation a:hover, 
#contact #mcontact a:hover {
	background-position:0 -96px;
	z-index:999;
	position:relative;
	cursor:default;
}

/* Submenu ----- */
#submenu {	
	padding:1px;
	margin:0;
}
#submenu ul {
	margin:0;
}
#submenu li,
#submenu a {
	display:block;
	float:left;
}
#submenu li {
	border-right:1px dotted #ccc;
}
#submenu a {
	padding:5px 10px;
	margin:5px 10px;
	text-decoration:none;
	-moz-border-radius: 3px;
	-webkit-border-top-radius: 3px;
}
#submenu a:hover {
	background:#fff;
	color:#06c;
}
#submenu .current a {
	background:#fff;
	color:#666;
	font-weight:bold;
	cursor:default;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}
#services #submenu {
	background:url(../images/sub-serv.gif) top no-repeat;
	height:57px;
}
#about #submenu {
	background:url(../images/sub-about.gif) top no-repeat;
	height:57px;
}
#location #submenu {
	background:url(../images/sub-location.gif) top no-repeat;
	height:15px;
}
#contact #submenu {
	background:url(../images/sub-contact.gif) top no-repeat;
	height:15px;
}

/* Footer ----- */
#footer-container {
	width:100%;
	border-top:1px solid #ccc;
	background:#f6f6f6 url(../images/fshadow.gif) center bottom no-repeat;
	clear:both;
	margin-top:20px;
	padding-bottom:26px;
}
#footer {
	background:#e0f1fd;
	padding:10px 15px;
	width:930px;
	border:1px solid #fff;
	border-top:none;
	font-size:90%;
	color:#666;
}
#footer p {
	margin:0;
}
#footer .address {
	float:left;
	border-right:1px solid #fff;
	padding-right:15px;
	margin-right:15px;
}
.author {display:none;}

/* Two Columns ------- */
#sidebar {
	float:right;
	width:320px;
}
#inner {
	margin-right:340px;
}
#sidebar .module {
	background:url(../images/bgm.gif) bottom;
	margin-bottom:15px;
	padding:0 0 5px 0;
	color:#555;
}
#sidebar .module h3 {
	background:url(../images/moh2.gif) bottom no-repeat;
	color:#fff;
	height:32px;
	padding:5px 0 0 10px;
	margin:0 0 15px 0;
}
#sidebar .module p {
	margin:10px;
}
#sidebar .module a {
	text-decoration:none;
}
#sidebar #moservices h3 {
	background:#00a0ec url(../images/moh2s.gif) bottom no-repeat;
}
#sidebar #mogallery,
#sidebar #molocation {
	padding:0;
}
#sidebar #mogallery p,
#sidebar #molocation p {
	margin:0;
	padding:1px;
	background:url(../images/bgmt.gif) top no-repeat
}
#sidebar #mogallery a,
#sidebar #molocation a {
	padding:10px 10px 10px 25px;
	display:block;
}
#sidebar #mocontact a {
	background:url(../images/ico-mail.gif) left top no-repeat;
	display:block;
	padding-left:20px;
	color:#555;
	text-decoration:none;
	line-height:100%;
}
#sidebar #mocontact a strong {
	color:#09e;
}
#sidebar #mogallery a {
	background:url(../images/ico-photo.gif) 5px center no-repeat;
}
#sidebar #molocation a {
	background:url(../images/ico-map.gif)  5px center no-repeat;
}
#sidebar #mogallery a:hover,
#sidebar #molocation a:hover {
	background-color:#ececec;
}

/* Home ----- */
#banner {
	background:url(../images/home.jpg) no-repeat;
	font-size:185%;
	color:#037;
	height:254px;
	margin:0;
}
#banner strong {
	font-size:110%;
	font-weight:normal;
}
#banner h2 {
	margin:0;
	padding:40px 480px 0 30px;
	line-height:150%;
	color:#037;
	font-size:28px;
}
.hm {
	float:left;
	min-height:250px;
}
.hm h2 {
	color:#fff;
	font-size:180%;
	margin:0;
	height:44px;
	padding:8px 0 0 0;
}
#habout h2 {
	padding-left:10px;
}
#habout {
	width:320px;
	background:url(../images/bgm1.gif) right top no-repeat;
	padding:0 15px 0 5px;
}
#hservices {
	width:280px;
	background:url(../images/bgm2.gif) right top no-repeat;
	padding:0 15px;
}
#hcontact {
	width:295px;
	background:url(../images/bgm3.gif) right top no-repeat;
	padding:0 0 0 15px;
}

#hservices ul,
#moservices ul {
	margin-top:1em;
	border-top:1px dotted #ddd;
}
#hservices li a,
#moservices li a {
	display:block;
	padding:5px 5px 5px 15px;
	background:url(../images/bullet.gif) left no-repeat;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
#hservices li a:hover,
#moservices li a:hover {
	padding:5px 5px 5px 20px;
	background:#f6f6f6 url(../images/bullet.gif) 5px center no-repeat;
}
#moservices ul {
	border:none;
	margin:10px;
}
#moservices ul li:last-child a {
	border:none;
}

/**/
.dr {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #ccc;
	width:100%;
	overflow:auto;
	clear:left;
}
.dr h3 {
	margin-top:0;
}
.dr p {
	margin-left:145px;
}
.dr:last-child {
	border-bottom:none;
}
