﻿@charset "utf-8";

/* @group RESET */
html {font-size: 100.01%;}
html, body {margin: 0;padding: 0;}
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, q, cite, a, abbr, acronym, address,
big, small, code, samp, var, tt, pre, del, ins, strike, dfn, kbd, em, strong, font, img, s, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,caption, tbody, tfoot, thead, tr, th, td
{font-size: 100%;vertical-align: baseline;}

:link,:visited { text-decoration: none; }
div, dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,pre,p,blockquote {margin: 0;padding: 0;}
dl,ul,ol {list-style: none;list-style-type: none;}

/* NOTA: tables still need 'cellspacing="0"' in the markup */
a,
a:active,
a img,
:link img,
:visited img
{border: none;}
address,caption,cite,code,dfn,th,var {font-style: normal;font-weight: normal;}
pre, code, tt, samp {font-size: 1.1em;}
sup {vertical-align: super;}
sub {vertical-align: sub;}
pre {white-space: pre;}
/* Para m&oacute;viles */
em {font-style: italic;}
strong {font-weight: bold;}
/* @end */
/* @group Elementos HTML */
body
{
	background: #fff;
	color: #000;
	font-family: 'Lucida Grande', LucidaGrande, 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
	font-size: .688em;
	line-height: 1.4em;
	padding: 5px;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,pre,p,blockquote {margin: 0 0 .909em 0;}
/* @group headings */
h1, h2, h3, h4, h5, h6
{
	margin: 0 0 .5em 0;
}

h1 {font-size: 1.455em;}/* 18px */
h2 {font-size: 1.273em;}/* 16px */
h3 {font-size: 1.091em;}/* 14px */
h4 {font-size: 1em;}/* 12px */
h5 {font-size: 1em;}/* 11px */
h6 {font-size: 1em;}/* 11px */

h1, h2, h3, h4, h5, h6 {color: #409398;}

/* @end */
a {color: #53a100;}

acronym, abbr
{
	border-bottom: 1px dotted;
}

/* @group q, bockquote, cite */
q, blockquote
{
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
}
blockquote {font-size: 1.455em;}
blockquote cite
{
	font-size: .65em;
	margin: 1em 0 0 0;
}
/* @end */
/* @group lists */
li {margin: 0;}
dt {font-weight: bold;}
/* @end */
/* @group forms */
fieldset
{
	border: 1px solid #ccc;
	border-top: 4px solid #ccc;
	margin: 0 0 1.5em 0;
	padding: 1em;
}
legend {display: none;}
label
{
	font-weight: bold;
	margin: 0 0 .5em 0;
	display: block;
}
optgroup {font-style: normal;}
option
{
	background: #fff;
	padding: 0 0 0 1em;
}
input,
select,
optgroup,
option,
textarea
{
	background-color: #fff;
	font-family: 'Lucida Grande', LucidaGrande, 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
	font-size: 1em;
}
input,
select,
textarea
{border: 1px solid #333;}
input,
textarea
{background: #fff;}
select,
input,
textarea
{padding: .25em;}
button
{
	background: #fff;
	border: 1px solid #333;
	font-family: 'Lucida Grande', LucidaGrande, 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
	font-size: 1em;
	margin: 0 0 .909em 0;
}
/* @end */
/* @end */
/* @group Estilos globales */

.strong {font-weight: bold;}

/* @group #mainMenu */
.mainMenu {border-top: 1px dotted #ccc;}

.mainMenu li
{
	border-bottom: 1px dotted #ccc;
	margin: 0;
}
.mainMenu li a
{
	background: #f2f2f2;
	color: #333;
	display: block;
	padding: .5em;
}
/* @end */
.menu
{
	background: #f3f3f3;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: .35em;
}
#telefono
{
	-wap-input-required: true;
	-wap-input-format: "NNNNNNNN";
}
.note
{
	background: #ffc;
	border: 1px solid #ddd;
	color: #333;
	padding: .25em;
}
.prices ul li
{
	margin: 0;
}
.priceGroup
{
	border-bottom: 1px dotted #ccc;
}
.priceGroup h3
{
	font-size: 1em;
	margin: 0 0 .25em 0;
}
.availableServices
{
	border: 1px solid #ccc;
	padding: .5em;
}
/* @group .acc */
.acc
{
	border: 1px solid #ccc;
	padding: 10px;
}
.acc img
{
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
	padding: 5px;
}
.acc .availableServices h3
{
	margin: 0 0 .25em 0;
}
/* @end */
/* @group .services */
.services
{
	border-top: 1px dotted #ddd;
	padding: 0 0 0 0;
}
.service
{
	border-bottom: 1px dotted #ddd;
	padding: .5em 0 .5em 0;
}
.service p {margin: 0;}
.service .name
{
	font-size: 1.15em;
	margin: 0;
}
/* @end */
/* @group search results */
.results {border-top: 1px solid #ccc;}
.results li
{
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 5px 0 0 0;
}
.resultSection a
{
	background: #53A100;
	color: #fff;
	padding: 3px;
}
.resultBody h2
{
	font-size: 1.15em;
	margin: 0 0 .25em 0;
}
/* @end */
/* @group .vevent */
.vevent h2 {font-size: 1.15em;}
.vevent p {margin: 0;}
/* @end */
/* @group .childEvents */
.childEvents h4 {
	margin: .5em 0 0 0;
}
.childEvents p {margin: 0 0 0 1.4em;}
/* @end */
/* @end */