body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	height: 100%;
	width: 100%;
    font: 12px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

textarea, input {
color: #666666;
border-color: #bbbbbb 1px solid;
padding-left: 3px;
width: 240px;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}

.form {
text-align: right;
padding-right: 7px;
}

a:link {
	color: #F5AA28;
	text-decoration: none;
}
a:visited {
	color: #F5AA28;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #F5AA28;
	text-decoration: none;
}
#wrapper {
	width: 649px;
	position:relative;
    background: #ffffff;
}
h1 {
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0.3em 0;
	text-indent:-99999px;
}
#logo {
	padding: 0;
	margin: 0px 0px 0px 0px;
	background: #333333;
	overflow: hidden;
	height:77px;
}


#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../imgs/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

#content {
width: 100%
}

#foto_izq {
float: left;
}

#foto_der {
float: right;
}

#col_txt {
float: left;
color: #888888;
}

#cortina {
}

h2 {
	margin: 0;
	padding: 0.5em 0;
	color:#568945;
	font-family:Helvetica, Arial, Sans-serif;
}
p {
	margin: 0;
	padding: 0.4em 0;
	color:#686868;
	line-height:1.4em;
}
#foot {
	padding: 15px;
	color: white;
	text-align: center;
	margin: 0px 0 0 0;
    background: #333333;
}

#menu {
	padding: 0;
	margin: 0px 0px 0px 0px;
	background: #333333;
	height:24px;
    z-index:2;
    background: url(../imgs/nav_bar.jpg) repeat-x;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
}


/* MENU */
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 550px; /*For KHTML*/
	list-style: none;
	height: 24px;
    z-index:2;
	}

ul#navmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
    z-index: 2;
	}

ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 120px;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

ul#navmenu ul li {
	width: 130px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	}

/* Root Menu */
ul#navmenu a {
	border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
	/*border-bottom-color: #88B5D2;*/
	padding: 0 12px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #FFF;
	font: 11px/22px Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background: #743232 url(../imgs/nav_bar_o.jpg) repeat-x;
	color: #FFF;
	}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	float: none;
	background: #333333 url(../imgs/nav_bar.jpg) repeat-x;
	color: #FFF;
	}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	color: #FFF;
    background: #743232 url(../imgs/nav_bar_o.jpg) repeat-x;
	}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
	background: #333333;
	color: #FFF;
	}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
	background: #333333;
	color: #FFF;
	}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
	background: #333333;
	color: #FFF;
	}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
	background: #333333;
	color: #FFF;
	}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 180px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
	}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
	}
/* FIN DE MENU*/

.boton {
	width: 80px; height: 24px; cursor:pointer; BORDER-TOP: #CCCCCC 1px solid; BORDER-LEFT: #CCCCCC 1px solid; BORDER-BOTTOM: #CCCCCC 2px solid; BORDER-RIGHT: #CCCCCC 2px solid;FONT-SIZE: 11px; COLOR: #666666; FONT-WEIGHT: BOLD; BACKGROUND-COLOR: #EEEEEE
}

#s3slider {
   width: 316px; /* important to be same as image width */
   height: 341px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 316px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: bold 11px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 290px;
   background-color: #000;
   filter: alpha(opacity=60); /* here you can set the opacity of box with text */
   -moz-opacity: 0.6; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.6; /* here you can set the opacity of box with text */
   opacity: 0.6; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

#s3slider li{
	margin: 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	}

#s3slider ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	left: 0;
}

.clear {
   clear: both;
}

.titamp {
font-family: "Times New Roman", "Trebuchet MS", "Times", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
letter-spacing: -1px;
}

#miniaturas {
float: left;
}