body{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606060;
	background-image:url(../../images/bg_body.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#page {
	margin: 0px auto;
	padding:0px 0px 0px 0px;
	width:970px;
	height:100%;
}

#header{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	width:970px;
	height:80px;
}

#logo{
	float:left;
	padding:20px 0px 0px 17px;
}

#icons{
	float:left;
	width:478px;
	height:18px;
	padding:45px 20px 0px 0px;
	text-align:right;
}

#menu{
	float:left;
	background-image:url(../../images/bg_menu.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:930px;
	height:12px;
	padding:12px 20px 11px 20px;
}

#menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#606060;
}

#menu a:hover{
	color:#000000;
}

#content{
	float:left;
	width:930px;
	height:430px;
	padding:20px 20px 20px 20px;
	background-image:url(../../images/bg_content.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#content_main{
	float:left;
	width:620px;
	height:350px;
	padding:0px 20px 0px 0px;
}

#content_main .categoria{
	float:left;
	width:303px;
	height:86px;
	margin:0px 0px 15px 0px;
}

.categoria .thumb{
	float:left;
	width:123px;
	height:86px;
	margin-right:12px;
}

.categoria .descripcion{
	float:left;
	width:167px;
	height:86px;
}

.categoria a{text-decoration:none; border:0; color:#000; font-weight:bold;}

#our_services{
	float:left;
	width:280px;
	height:auto;
	padding:0px 0px 20px 0px;
}


#content_right{
	float:left;
	width:220px;
	height:auto;
	padding:0px 0px 0px 0px;
}

#square{
	float:left;
	height:157px;
	width:220px;
	background-image:url(../../images/bg_square.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-bottom:15px;
}

#footer{
	float:left;
	width:940px;
	height:20px;
	padding:20px 10px 10px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#000000;
}

#content_right ul {margin:0; padding:0; list-style:none;}
#content_right ul li {background:url(../../images/bullet.gif) no-repeat; background-position:center left; margin:0 0 0 15px; padding:3px 0px 3px 10px; line-height:14px;}
#content_right li a { color:#000000; font-weight:bold; text-decoration:none;}
#content_right a:hover {text-decoration:underline;}
img{border:0px;}
.right{margin-right:12px;}
.courier{font-family:"Courier New", Courier, monospace; font-size:12px;}
#footer a{text-decoration:none;}

.image{
	margin:0px 12px 7px 0px;
	border:1px #666666 solid;
	padding:1px 1px 1px 1px;
}


/* Generales */
#content_main .titulo{
	float:left;
	width:480px;
	height:20px;
	padding:0px 0px 10px 0px;
}

#content_main .subtitulo{
	float:left;
	width:480px;
	height:15px;
	padding:0px 0px 10px 0px;
	font-weight:bold;
	text-decoration:underline;
}

#content_main .parrafo{
	float:left;
	width:620px;
	height:auto;
	padding:0px 0px 10px 0px;
	text-align:justify;
	line-height:16px;
}

#content_right .titulo{
	float:left;
	width:220px;
	height:auto;
	padding:0px 0px 10px 0px;
}

#content_right .subtitulo{
	float:left;
	width:220px;
	height:15px;
	padding:0px 0px 5px 0px;
	font-weight:bold;
	text-decoration:underline;
}

#content_right .parrafo{
	float:left;
	width:220px;
	height:auto;
	padding:0px 0px 10px 0px;
	text-align:justify;
	line-height:12px;
}

/*
	Gallery
*/
.dmxGallery{
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.dmxGallery .dmxImageHolder{
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.dmxGallery .dmxWaiting{
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-image: url(../images/indicator_mozilla_blu.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 25;
}


.dmxGallery a.dmxNext, .dmxGallery a.dmxPrevious, .dmxGallery a.dmxPlay, .dmxGallery a.dmxPause, .dmxGallery a.dmxForward, .dmxGallery a.dmxRewind{
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 20;
}

.dmxGallery a.dmxNext span, .dmxGallery a.dmxPrevious span, .dmxGallery a.dmxPlay span, .dmxGallery a.dmxPause span, .dmxGallery a.dmxForward span, .dmxGallery a.dmxRewind span{
	display: none;
}

.dmxGallery a.dmxPrevious{
	bottom: 5px;
	left: 2px;
	width: 32px;
	height: 32px;
	background-image: url( '../images/controlbl_prev.png' );
	background-position: left top;
}
.dmxGallery a.dmxPrevious:hover{
	background-image: url( '../images/controlbl_prev_roll.png' );
}

.dmxGallery a.dmxForward{
	bottom: 5px;
	right: 2px;
	width: 32px;
	height: 32px;
	background-image: url( '../images/controlbl_forward.png' );
	background-position: left top;
}
.dmxGallery a.dmxForward:hover{
	background-image: url( '../images/controlbl_forward.png' );
}

.dmxGallery a.dmxRewind{
	bottom: 5px;
	left: 2px;
	width: 32px;
	height: 32px;
	background-image: url( '../images/controlbl_rewind.png' );
	background-position: left top;
}

.dmxGallery a.dmxRewind:hover{
	background-image: url( '../images/controlbl_rewind.png' );
}

.dmxGallery a.dmxPlay{
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -20px;
	width: 32px;
	height: 32px;
	background-image: url( '../images/controlbl_play.png' );
	background-position: right top;
}

.dmxGallery a.dmxPlay:hover{
	background-image: url( '../images/controlbl_play_roll.png' );
}

.dmxGallery a.dmxPause{
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -20px;
	width: 32px;
	height: 32px;
	background-image: url( '../images/controlbl_pause.png' );
	background-position: right top;
}

.dmxGallery a.dmxPause:hover{
	background-image: url( '../images/controlbl_pause_roll.png' );
}

.dmxGallery a.dmxNext{
	position: absolute;
	bottom: 5px;
	right: 2px;
	width: 32px;
	height: 32px;
	background-image: url( '../images/controlbl_next.png' );
	background-position: right top;
}
.dmxGallery a.dmxNext:hover{
	background-image: url( '../images/controlbl_next_roll.png' );
}

/* this is the original list */
.dmxGallery .dmxImageHolder ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.dmxGallery .dmxImageHolder ul li
{
	padding: 0;
	margin: 0;
}

.dmxGallery .dmxImageHolder ul li h3, .dmxGallery .dmxImageHolder ul li p{
	display: none;
}

.dmxGallery .imageContainer{
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.dmxGallery .imageMainContainer{
  border: 1px solid #444444;
}

.dmxGallery .imageMainContainer:hover{
}

/* this is the thumbnail holder */
.dmxThumbList{
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	height: auto;
	line-height: 0px;
	overflow: hidden;
	z-index: 15;
}

.dmxThumbList ul{
	position: absolute;
	padding: 0;
	list-style-type: none;
	margin: 0;
	height: 100%;
	white-space: nowrap;
}

.dmxThumbList ul li{
	padding: 0;
	margin: 0;
	float: left;
	clear: none;
	display: block;
	display: table-cell;
	vertical-align: middle;
}

.dmxThumbListVertical ul li{
	padding: 0;
	margin: 0;
	clear: both;
	display: block;
	display: table-cell;
	vertical-align: middle;
}


.dmxThumbList ul li a{
	float: left;
	padding: 0;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	border: 3px solid #cbcbcb;
}

.dmxThumbList ul li a.selected{
	border: 3px solid #cbcbcb;
}

.dmxThumbList ul li a:hover{
	border: 3px solid #ff0000;
}

.dmxThumbList a.dmxNext, .dmxThumbList a.dmxPrevious{
	position: absolute;
	display: block;
	z-index: 20;
}

.dmxThumbList a.dmxNext span, .dmxThumbList a.dmxPrevious span{
	display: none;
}

.dmxThumbList a.dmxPrevious{
	bottom: 25px;
	left: 2px;
	z-index: 10;
	width: 40px;
	height: 40px;
	background-image: url( '../images/controlbl_prev.png' );
	background-position: left top;
}

.dmxThumbList a.dmxPrevious:hover{
	background-image: url( '../images/controlbl_prev_roll.png' );
}

.dmxThumbList a.dmxNext{
	position: absolute;
	bottom: 25px;
	right: 2px;
	z-index: 10;
	width: 40px;
	height: 40px;
	background-image: url( '../images/controlbl_next.png' );
	background-position: right top;
}

.dmxThumbList a.dmxNext:hover{
	background-image: url( '../images/controlbl_next_roll.png' );
}

.dmxThumbListVertical  a.dmxPrevious{
	top: 5px;
	left: 50%;
	margin-left: -20px;
	background-image:url(../images/controlbl_up.png);
}

.dmxThumbListVertical  a.dmxPrevious:hover{
 	background-image: url( '../images/controlbl_up_roll.png' );
}

.dmxThumbListVertical  a.dmxNext{
	bottom: 5px;
	left: 50%;
	margin-left: -20px;
  	background-image: url( '../images/controlbl_down.png' );	
}

.dmxThumbListVertical  a.dmxNext:hover{
  background-image: url( '../images/controlbl_down_roll.png' );	
}


/* this is the thumbnail holder */

.dmxGallery .message{
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 6px;
	height: 22px;
	display: none;
	background-color: #f00;
	color: #fff;
	font-family: Georgia, arial;
	font-size: 10px;
	z-index: 15;
	opacity: 0.5;
}

.dmxGallery .imageCaption{
	position: absolute;
	display: block;
	font-family: times;	
	background-color: #fff;
	font-size: 1em;
	height: 60px;
	bottom: 0;
	z-index: 15;
	padding: 10px;
}

.dmxGallery .imageCaption h3{
	margin: 0;
	padding: 0;
}

.dmxGallery .imageCaption p{
	margin: 0;
	padding: 0;
}