@charset "utf-8";
/* CSS Document */
.ddsmoothmenu { /*background of menu bar*/
	background-image:url(../images/barra.jpg);
	background-repeat:repeat-x;
	font-weight: bold;
	position: relative;
}

.ddsmoothmenu ul{ /*estilo del ul*/
	z-index:100;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	width:133px;
	height:31px;
	background: #8AACDA;/*background of menu items (default state)#D6E8FF*/
	text-decoration: none;
	text-align: center;
	padding-top:10px;
	color: white;
	border-bottom-width: 1;
	border-bottom: 1px solid gray;
	/*border-right: 1px solid #778;*/
	text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color: #000000;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: white;
}

.ddsmoothmenu ul li a:hover{ /*background of menu items during onmouseover (hover state)*/
	background: #3B66AA; /*3B5C91;#477FCA*/
	color:#FFFFFF;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}
/*****************************************************************************************************************/
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font-size:12px;
	/*font-weight:bold;*/
	width: 180px; /*ancho de sub menus*/
	height:25px;
	padding:11px 0px 0px 10px; /*orden: arriba, derecha, abajo e izquierda;*/
	margin: 0px;
	border-bottom-width: 1;
	border-bottom: 1px solid gray;
	border-right-width: 1;
	border-right: 1px solid gray;
	text-align:left
}

/*******************************************************************************************************************/
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

.downarrowclass {
position: absolute;
top: 15px;
right: 21px;
}

.ddshadow {
	position: absolute;
	left: 100px;
	top: 100px;
	width: 300px;
	height: 0;
	background: #778089;
}

.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
opacity: 0.2;
}

#home{
	background-image:url(../images/M_home.jpg);
	width:135px;
}

#home:hover{
	background-image:url(../images/mh_home.jpg);	
}

#services{
	background-image:url(../images/M_services.jpg);
	width:110px;
}

#services:hover{
	background-image:url(../images/mh_services.jpg);
	width:110px!important;	
}

#quote{
	background-image:url(../images/M_quote.jpg);
}

#quote:hover{
	background-image:url(../images/mh_quote.jpg);	
}

#about{
	background-image:url(../images/M_aboutUs.jpg);
	width:110px;
}

#about:hover{
	background-image:url(../images/mh_about_us.jpg);
	width:110px !important;
}

#schedule{
	background-image:url(../images/M_schedule.jpg);
}

#schedule:hover{
	background-image:url(../images/mh_schedule.jpg);	
}

#espanol{
	background-image:url(../images/M_espanol.jpg);
	width:110px;
}

#espanol:hover{
	background-image:url(../images/mh_espanol.jpg);
	width:110px !important;
}

.t{
	color:#000000!important;
}
/***********************/

body {
	width:100%;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	height:762px;
	background-image:url(../images/vertical.jpg);
	background-color:#AAC2DA;
	background-repeat:repeat-x;
}

a:link {
	color:#37527F;
	text-decoration: none;
	}
	
a:hover {
	color:#FF6600;
	}
	
a:active {
	color:#FF6600;
	}

a:visited {
	color:#666666;
	text-decoration: none;
	}
	
h1{
	font-size: 16px;
	padding-bottom:0px;
}

h2{
	font-size:14px;
	color: #37527F;
	padding-top:10px;
	padding-bottom:5px;
	margin:0px;
}

h5 {
	font-size:10px;
	padding:0px;
	margin:0px;
	font-weight:100;
}

p{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	padding-top:0px;
	margin:0px;
	line-height:16px;
}

ul li{
	line-height:16px;
	margin-top:0px;
	padding-top:0px;
}

#box {
	background-image:url(../images/button_bg.jpg); 
	background-repeat:no-repeat;
	width:170px;
	height:130px;
	font-size:12px;
	color:#36517E;
	line-height:15px;
	padding-bottom:0px;
	padding-top:0px;
	margin:0px;
	}
#box_content {
	width:150px;
	font-size:10px;
	float:left;
	padding-left:15px;
	padding-top:0px;
	padding-bottom:0px;
	}

#box_content_2 {
	width:175px;
	font-size:10px;
	float:left;
	color:#36517E;
	padding-left:15px;
	padding-top:0px;
	padding-bottom:0px;
	}
	
#range {
	background-color:#819BBC;
	padding:5px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}

#position{
	border-style:solid;
	border-width:2px;
	border-color:#EEEEEE;
	font-size:10px;
	background-color:#FFFFFF;
	padding:10px;
	height:124px;
}

#language{
	background-color:#FF9900;
}

.psmall {
	font-size:10px;
}

.flags {
	font-size:10px;
	color:#FFFFFF;
	background-image:url(../images/costa_rica_flag.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:65px;
	height:15px;
	padding:5px;
}

.facebook {
	font-size:10px;
	color:#FFFFFF;
	background-image:url(../images/facebook-icon.png);
	background-repeat:no-repeat;
	background-position:right;
	width:90px;
	height:15px;
	padding:5px;
	text-align:left;
	color:#FFFFFF;
}

.contactTable{
	border-style:solid;
	border-width:2px;
	border-color:#EEEEEE;
}

/*para simplegallery q sta en la pag carga sobredimensionada */
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 10px solid #385380;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
}

