@charset "utf-8";
/* CSS Reset */
* {
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}
code, kbd, samp, pre, tt, var, textarea,
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font-size: 1em;
	font: inherit;
	font-family:Arial, Helvetica, sans-serif;
}
dfn, i, cite, var, address, em {
	font-style: normal;
}
th, b, strong, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a, img, a img, iframe, form, fieldset,
abbr, acronym, object, applet, table {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td, center {
	vertical-align: top;
	text-align: left;
}
body {
	line-height: 1;
	color: black;
	background-color: #BFDC70;
}
q {
	quotes: "" "";
}
ul, ol, dir, menu {
	list-style: none;
}
sub, sup {
	vertical-align: baseline;
}
a {
	color: #37A1D1;
}
a:hover {
	color: #1C4E59;
}
hr {
	display: none;
}
font {
	color: inherit !important;
	font: inherit !important;
}
marquee {
	overflow: inherit !important;
}
blink {
	text-decoration: none;
}
nobr {
	white-space: normal;
}
/* CSS Reset */
/* CALENDAR.CSS { ********************** */
div.calendar {
	position: relative;
	width: 240px;
}
.calendar table {
	border: 1px solid #E9E9E9;
	width:100%;
}
.calendar, .calendar table {
	font-size: 12px;
	color: #000;
	cursor: default;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
/* Header part -- contains navigation buttons and day names. */
.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
	background-color:#FFFFFF;
	color:#666666;
	text-align: center;    /* They are the navigation buttons */
	padding: 2px;          /* Make the buttons seem like they're pressing */
}
/*.calendar .nav {
  background-color: #778;
  background: url(menuarrow.gif) no-repeat 100% 100%;
}*/
.calendar thead .title { /* This holds the current "month, year" */
	font-size: 12px;
	font-weight: bold;      /* Pressing it will take you to the current date */
	text-align: center;
	color: #000;
	padding: 2px;          /* Make the buttons seem like they're pressing */
}
.calendar thead .headrow { /* Row <TR> containing navigation buttons */
	background-color: #fff;
	color: #00B5F2;
	font-size: 16px;
	font-weight:bold;
}
.calendar thead .daynames { /* Row <TR> containing the day names */
	background-color: #D2E7F0;
}
.calendar thead .name { /* Cells <TD> containing the day names */
	border-bottom: 1px solid #556;
	text-align: center;
	color: #000;
	padding: 2px;
	width: 26px;
}
.calendar thead .weekend { /* How a weekend day name shows in header */
	color: #663300;
}
.calendar thead .hilite { /* How do the buttons in header appear when hover */
	background-color: #4B9DC3;
	color: #fff;
	padding: 2px;
}
.calendar thead .active { /* Active (pressed) buttons in header */
	background-color: #0085B0;
	padding: 2px;
}
/* The body part -- contains all the days in month. */
.calendar tbody .day { /* Cells <TD> containing month days dates */
	font-size:18px;
	color: #456;
	text-align: right;
	padding: 1px;
	width: 28px;
}
.calendar tbody .day.othermonth {
	color: #CCCCCC;
}
.calendar tbody .day.othermonth.oweekend {
	color: #fbb;
}
.calendar table .wn {
	border-right: 1px solid #000;
	background-color: #F4E8E8;
	padding: 1px;
	width: 28px;
}
.calendar tbody .rowhilite td {
	background-color: #CBE0F8;
}
.calendar tbody .rowhilite td.wn {
	background-color: #eef;
	padding: 1px;
	width: 28px;
}
.calendar tbody td.active { /* Active (pressed) cells <TD> */
	background-color: #888FEE;
	color:#000000;
	width: 26px;
}
.calendar tbody td.selected { /* Cell showing today date */
	font-weight: bold;
	/*border: 1px solid #000;*/
	background-color: #fff;
	color: #000;
	padding: 1px;
	width: 28px;
}
.calendar tbody td.weekend { /* Cells showing weekend days */
	color: #663300;
}
.calendar tbody td.today { /* Cell showing selected date */
	color: #999;
}
.calendar tbody .disabled {
	color: #999;
}
.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
	visibility: hidden;
}
.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
	display: none;
}
/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
	text-align: center;
	background-color: #556;
	color: #fff;
}
.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
	background-color: #fff;
	color: #000000;
	border-top: 1px solid #556;
	padding: 1px;
}
.calendar tfoot .hilite { /* Hover style for buttons in footer */
	background-color: #aaf;
	border: 1px solid #04f;
	color: #000;
	padding: 1px;
}
.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
	background-color: #77c;
	padding: 2px 0px 0px 2px;
}
/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 4em;
	cursor: default;
	border: 1px solid #655;
	background: #def;
	color: #000;
	font-size: 10px;
	z-index: 100;
}
.calendar .combo .label, .calendar .combo .label-IEfix {
	text-align: center;
	padding: 1px;
}
.calendar .combo .label-IEfix {
	width: 4em;
}
.calendar .combo .hilite {
	background-color: #acf;
}
.calendar .combo .active {
	border-top: 1px solid #46a;
	border-bottom: 1px solid #46a;
	background-color: #eef;
	font-weight: bold;
}
.calendar td.time {
	border-top: 1px solid #000;
	padding: 1px 0px;
	text-align: center;
	background-color: #f4f0e8;
}
.calendar td.time .hour, .calendar td.time .minute, .calendar td.time .ampm {
	padding: 0px 3px 0px 4px;
	border: 1px solid #889;
	font-weight: bold;
	background-color: #fff;
}
.calendar td.time .ampm {
	text-align: center;
}
.calendar td.time .colon {
	padding: 0px 2px 0px 3px;
	font-weight: bold;
}
.calendar td.time span.hilite {
	border-color: #000;
	background-color: #667;
	color: #fff;
}
.calendar td.time span.active {
	border-color: #f00;
	background-color: #000;
	color: #0f0;
}
#cal_inif .calendar tbody td.selected {
	background-color: #AAFFAA;
	color: #009900;
	border: 1px solid #009900;
	padding: 1px;
	width: 28px;
	/*background-image:url('cal_pickup.jpg');
	background-repeat:no-repeat;*/
}
#cal_finf .calendar tbody td.selected {
	background-color: #FFAAAA;
	color: #CC0000;
	border: 1px solid #CC0000;
	padding: 1px;
	width: 28px;
	/*background-image:url('cal_dropoff.jpg');
	background-repeat:no-repeat;*/
}
#cal_inif .calendar tbody td.hilite { /* Hovered cells <TD> */
	background-color: #AAFFAA;
	color: #000;
	padding: 1px;
	width: 28px;	/*background-image:url('cal_pickup.jpg');
	background-repeat:no-repeat;*/
}
#cal_finf .calendar tbody td.hilite { /* Hovered cells <TD> */
	background-color: #FFAAAA;
	color: #000;
	padding: 1px;
	width: 28px;	/*background-image:url('cal_dropoff.jpg');
	background-repeat:no-repeat;*/
}
/* CALENDAR.CSS } ********************** */
/* RQR */
#root {
	background-repeat:  repeat-x;
	background-position: bottom;
	background-image: url(contbg.jpg);
	background-color: #FFF;
}
h1, h2 {
	color: #1C4E59;
	font-weight: bold;
}
#header {
	width: 955px;
	margin:auto;
	height: 76px;
}
#cos {
	width: 955px;
	margin:auto;
	background-image: url(coche.jpg);
	background-repeat: no-repeat;
	background-position: 60% 0%;
}
#footer {
	width: 955px;
	margin:auto;
	height: 180px;
	background-image: url(diora.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	padding: 80px 0px 0px 0px;
}
#content {
	background-image: url(bg.jpg);
	background-repeat:  repeat-x;
}
#header h1 {
	float: right;
}
#logo {
	float: left;
	margin-left: 20px;
	margin-top: 8px;
}
#langu {
	float: right;
	clear: right;
	font-size: 12px;
	width: 400px;
	text-align: right;
}
#langu ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 120px;
	float: right;
}
#langu ul li {
	margin: 0px;
	display:block;
	float: left;
	position: relative;
	padding: 0px 5px;
}
#langu a {
	height: 12px;
	padding-left: 20px;
	width: 1px;
}
.langes, .langca, .langde, .langit, .langen {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: #FFF solid 1px;
	overflow: hidden;
	height: 12px;
	width: 18px;
}
.langes:hover, .langca:hover, .langde:hover, .langit:hover, .langen:hover {
	border: #1C4E59 solid 1px;
}
.langes {
	background-image: url(es.gif);
}
.langca {
	background-image: url(cat.gif);
}
.langde {
	background-image: url(de.gif);
}
.langit {
	background-image: url(it.gif);
}
.langen {
	background-image: url(gb.gif);
}

#header h1 {
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 20px;
}


#menu {
	font-size: 14px;
	float: right;
	clear: right;
	width: 610px;
	padding-top: 9px;
}
#menu ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	margin: 0px 5px;
	display:block;
	float: left;
	position: relative;
}
#menu a {
	text-decoration: none;
	display: block;
	padding: 5px;
	font-weight: bold;
	border-bottom: #FFF solid 2px;
	background-repeat:no-repeat;
}
#menu a:hover {
	color: #1C4E59;
	border-bottom: #1C4E59 solid 2px;
}
#info {
	font-size: 12px;
	color: #1C4E59;
	padding-top: 5px;

}
.clear {
	clear: both;
}
#right {
	float: right;
	width: 280px;
	padding: 160px 10px 0px 10px;
}
#left {
	float: left;
	width: 635px;
	font-size: 12px;
}
#info {
}
#info li {
	display: block;
	float: left;
	width: 250px;
	padding: 5px 10px 5px 50px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
#info a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#infblo {
	background-image: url(icoblog.jpg);
}
#infleg {
	background-image: url(icoaviso.jpg);
}
#infpri {
	background-image: url(icopoli.jpg);
}
#infcol {
	background-image: url(icocola.jpg);
}
#infmon {
	background-image: url(icomon.jpg);
}
#infrss {
	background-image: url(icorss.jpg);
}
#infset {
	background-image: url(icoset.jpg);
}
#infmex {
	background-image: url(icomex.jpg);
}
#infsol {
	background-image: url(icosol.jpg);
}
.mini {
	font-size: 10px;
}
#footer .mini {
	text-align: center;
	clear: both;
	padding-top: 20px;
}
#txt {
	padding: 20px 20px 10px 50px;
	text-align: justify;
}
#txt h2, #txt .h2, .txt h2 {
	background-image: url(hand.jpg);
	background-repeat: no-repeat;
	display: block;
	padding: 12px 0px 5px 18px;
	font-size: 16px;
	color: #1C4E59;
	font-weight: bold;
}
#txt ul, .txt ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	padding: 8px 0px;
	list-style-image: url(li.gif);
	color: #333333;
}
#txt li, .txt li {
	padding-bottom: 4px;
}
.hidden {
	display:none;
	visibility:hidden;
}
#fp1, #fp1_box {
	background-image: url(p01.jpg);
}
#fp2 {
	background-image: url(p02.jpg);
}
#fp3, #fp3_box {
	background-image: url(p03.jpg);
}
#fp4 {
	background-image: url(p04.jpg);
}
#fp1, #fp1_box, #fp2, #fp3, #fp3_box, #fp4 {
	background-repeat: no-repeat;
	padding-left: 55px;
	background-position: 0% 20px;
}
#fp1_box #fp1, #fp3_box #fp3 {
	background: none;
	padding-left:0px;
}

#fp1 .fleft {
	float:left;
}
#fp1 .fright {
	float:right;
}
#txt p {
	padding: 8px 0px;
	line-height: 120%;
}
.btop {
	background-image: url(btop.jpg);
	background-repeat:  repeat-x;
}
.btop .bleft {
	background-image: url(btopleft.jpg);
	height: 23px;
	width: 19px;
}
.btop .bright {
	background-image: url(btopright.jpg);
	float:right;
	height: 23px;
	width: 23px;
}
.bbot {
	background-image: url(bbot.jpg);
}
.bbot .bleft {
	background-image: url(bbotleft.jpg);
	height: 62px;
	width: 19px;
}
.bbot .bright {
	background-image: url(bbotright.jpg);
	float:right;
	height: 62px;
	width: 23px;
}
.bcntr {
	background-image: url(bcntr.jpg);
	clear: both;
	background-position: right;
	padding: 0px 20px;
}
.stp, #fp3_box h3, #stps h3 {
	font-size: 28px;
	font-weight: bold;
	color: #96AE58;
	letter-spacing: 1pt;
	padding-bottom: 5px;
}
form label {
	font-weight: bold;
}
#fp1 p {
	padding: 5px 0px;
}
.arght {
	text-align: right;
}
.acntr {
	text-align: center;
}
.submit {
	text-align:center;
	padding: 10px;
	clear: both;
}
#enviar, .submit input {
	width: 150px;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	line-height: 100%;
	height: 28px;
}
#enviar2{
	font-weight: bold;
	color: #000000;
	font-size: 16px;
}
.bbot .bmid {
	float: right;
}
#right p {
	margin: 10px 0px 10px 0px;
}
#menorca {
	padding: 25px;
	height: 70px;
	font-size: 14px;
	color: #BEE6F2;
}
#menorca .m1 {
	font-size: 16px;
	font-weight: bold;
	color: #1C4E59;
	overflow:hidden;
	width:585px;
	cursor:default;
	border: none 0px;
}
#menorca a {
	color: #FFFFFF;
	font-size: 12px;
}
#menorca .m2 {
	font-size: 10px;
	padding-top: 10px;
	background-image: url(blg.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	padding-left: 26px;
}
#menorca a:hover {
	text-decoration: underline;
}




/************************ ACCORDION ***********/
.Accordion {
	overflow: hidden;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	background-color: #BFDFEC;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #4B9DC3;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-size: 14px;
	font-weight: bold;
	color: #0F384A;
}
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #BFDFEC;
	border-right: solid 1px #BFDFEC;
	border-bottom: solid 1px #BFDFEC;
	background-image: url(acco.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#Acc2 .AccordionPanelContent {
	height: 170px;
}
#Flota .AccordionPanelContent {
	height: 220px;
}
.AccordionPanelTabHover, .AccordionPanelOpen .AccordionPanelTabHover {
	color: #4B9DC3;
}
.AccordionFocused .AccordionPanelTab {
	background-color: #BFDFEC;
}
.AccordionPanelOpen .AccordionPanelTab , .AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	color: #BFDFEC;
	background-color:#4B9DC3;
}
.AccordionPanelTab em {
	font-size: 11px;
	font-style: normal;
}

/* TabbedPanels.CSS { ********************** */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #BFDFEC;
	list-style: none;
	border: solid 1px #BFDFEC;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-weight: bold;
	color: #0F384A;
}
.TabbedPanelsTabHover {
	color: #4B9DC3;
	background-color: #BFDFEC;
}
.TabbedPanelsTabSelected {
	color: #BFDFEC;
	background-color: #4B9DC3;
	border-bottom: 1px solid #FFF;
}
.TabbedPanelsTab a {
	color: #0F384A;
	text-decoration: none;
}
.TabbedPanelsTab a:hover, .TabbedPanelsTab a:active{
	color: #4B9DC3;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	background-color: #EDF5F8;
	border-color: #BFDFEC;
	border-style: solid;
	border-width: 1px;
	float: left;
	width: 100%;
}
.TabbedPanelsContentVisible {
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
.TabbedPanelsContent {
	padding: 4px;
}
.TabbedPanelsContent ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style-type: none;
}
.TabbedPanelsContent li {
	float:left;
	position: relative;
	top: 1px;
	padding: 2px 10px;
	margin: 0px 1px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	width: 150px;
}
TabbedPanelsContent li a {
	width:180px;
	text-decoration:none;
}
.TabbedPanelsContent strong {
	margin-right: 5px;
}
/* TabbedPanels.CSS } ********************** */

#fp2 .preu {
	float: right;
	text-align:right;
}
#fp2 .peu {
	font-weight: bold;
	color:#96AE58;
	font-size:16px;
	text-align:right;
	display: block;
	float: right;
}
#fp2 .error {
	color: #CC0000;
	font-weight: bold;
	padding: 10px;
}
.null {
	font-weight: bold;
	color: #CC0000;
	padding: 10px;
}
.loading {
	text-align: center;
	background-color: #FFFFFF;
	position: absolute;
	width: 540px;
	height: 300px;
	padding-top: 100px;
}
#dsCarsRegion {
	height: 400px;
}
.mindet {
	width: 540px;
	margin: 5px auto auto auto;
	border-collapse: collapse;
	border-spacing: 0;
}
.mindet th {
	width: 240px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #BFDFEC;
}
.mindet td {
	padding-left: 5px;

}
#fp2 table {
	width: 538px;
}
#fp2 strong {
	font-weight: bold;
}
#fp2 .mini {
	font-size:11px;
	color:#8B8D76;
	font-weight:normal;
	padding-left:5px;
	vertical-align: text-bottom;
	line-height:120%;
	display: inline;
}
#right .stp, #right #stps h3 {
	font-size: 14px;
}
#fp3 table td {
	width: 50%;
}
#fp3 label {
	display: block;
}
#stps {
	font-size: 12px;
	margin: 0px;
	line-height: 120%;
}
#stps p {
	margin: 0px 0px 5px 0px;
}
#fp3 .ser, #fp3 .m3t, #fp3 li {
	padding-bottom: 10px;
	line-height: 1.3;
}
#fp3 table {
	width: 100%;
}
#fp3 .dsc {
	display: block;
	font-size: 9px;
	color: #8B8D76;
}
#stps .mini {
	color: #8B8D76;
}
#stps strong {
	font-weight: bold;
}
#stps em {
	color: #1C4E59;
	font-weight: bold;
}
.flr {
	float: right;
}
.fll {
	float: left;
}
.flr260 {
	float: right;
	width:260px;
}
.fll260 {
	float: left;
	width:260px;
}
#stps .sumt {
	color: #37A1D1;
	font-weight: bold;
	font-size: 16px;
	border-top: #BEE6F2 solid 2px;
}
#stps .subt {
	color: #1C4E59;
}
#info a:hover {
	color: #1C4E59;
	padding-left: 5px;
}
#fp3 .ser input, #fp3 .ser textarea, #fp3 li input[type="text"], #fp3 li textarea {
	width: 250px;
}
#fp3 .ser textarea, #fp3 li textarea {
	height: 80px;
}
.ser .trigger, .trigger {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #96AE58;
	margin-right: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	cursor:help;
}
.ser .trigger, .trigger:hover {
	background-color: #BFDC70;
}
.iframeTooltip {
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
.tooltipContent {
	background-color: #E3EFC1;
	width: 200px;
	border: solid 1px #96AE58;
	padding: 2px;
	font-weight: bold;
	color: #666666;
}
.mails {
	width:600px;
	margin: auto;
	background: #fff;
	padding: 0px; 
}
.mails * /*BODY*/ {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.mails h1 {
	font-size: 26px;
	color: #000000;
}
.mails h2 {
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	text-align: center;
	background-color: #BEE6F2;
}
.mails h3 {
	font-size: 14px;
	font-weight: bold;
	color: #1C4E59;
}
.mails strong {
	font-weight: bold;
}
.mails em {
	font-style:italic;
}
.mails ul {
	list-style-type: disc;
	list-style-position: inside;

}
.mails p, .mails h3 {
	margin: 5px 0px 5px 0px;
}
/* GOOGLE MAPS */
#mpa {
	padding: 10px;
	background-color: #F2F2F2;
	margin-top:10px;
	margin-bottom:10px;
}
#mpa #map {
	height: 250px;
	width: auto;
	border: 1px solid #CCCCCC;
}
#mpa #mapdesc {
	width: 230px;
	background-color: #FFFFFF;
	height: 240px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: right;
	display: block;
}
#FaqsLst h3 {
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}
#contacto input[type="text"], #contacto textarea {
	width: 255px;
}
#contacto textarea {
	height: 80px;
}
#contacto label {
	padding-top: 10px !important;
	display: block;
}
#modal {
	background-image: url(modal.jpg);
	background-repeat:  repeat-x;
	padding: 6px 10px 0px 10px;
}
#res {
	background-image: url(res.jpg);
	height: 170px;
}
#res form {
	padding: 10px;
}
#modal .env-cab {
	height: auto;
	width: 600px;
}
#modal .colleft {
	float: left;
	width: 200px;
	clear: both;
}
#modal .colrigh {
	width: auto;
	float: right;
}
.status {
	margin:5px;
}
#res label {
	display: block;
	padding-top: 6px;
}
#txt .dstc {
	color: #96AE58;
	font-weight: bold;
	font-size: 1.2em;
}
.null ul {
	font-weight: normal;
	color: #333333;
	display: block;
	padding: 10px;
}
#links a.reserva, a.eamigo {
	display: block;
	height: 50px;
	padding: 40px 0px 0px 80px;
	font-weight: bold;
	font-size: 18px;
	background-repeat: no-repeat;
}
#links a.reserva {
	background-image: url(reserva.jpg);
}
a.eamigo {
	background-image: url(eamigo.jpg);
}
#links a.reserva:hover, a.eamigo:hover {
	color: #96AE58;
}
.qpreg{
	clear:both;
	color:#333333;
	font-weight:bold;
}
#fp3_box #fp3 #fp3_servicios {
	width: 266px;
	float: right;
}
#fp3_box #fp3 #fp3_clientes {
	width: 266px;
	float: left;
}
#tickerlarge strong{
	padding:0px 40px;
}
#tickerlarge {
	width:2000px;
}
