@charset "utf-8";
/* CSS Document */

* { margin: 0px; }

html, body {
	color: #000;
	font-family: arial,sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	text-align:justify;
}

body {
	background: url("/images/body-bg.jpg") scroll center top transparent;
}

img { border:0; }
a {	color:#bf6740; text-decoration:none; cursor:pointer; }
p { margin-bottom:3px; text-align:justify;}
h1 { font-size:16px; color:#bf6740; margin-bottom:10px; }
h2 { font-size:12px; color:#bf6740; }

.loadingModule { display:none; }

/* MESAGES */

.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 8px;
	padding:5px 5px 5px 45px;
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size:13px;
	text-align:left;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('/images/icon/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('/images/icon/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/images/icon/warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/images/icon/error.png');
}

.clear{ clear:both; }

.btn-delete { cursor:pointer;}

/* ****************************************************************************** */

#header { display:none;}

div.container {
	background: url("/images/content.png") no-repeat scroll left top transparent;
	height: auto !important;
	margin: 10px auto 0 auto;
	min-height: 100%;
	position: relative;
	width: 1010px;
}

div.header {
	background:transparent;
	height:120px;
	margin:0 auto;
	width:1000px;
	padding:5px 0 5px 0;
}

div.content {
	background:#fff;
	margin-left:20px;
	width:935px;
	height:540px; 
	overflow:hidden;
}

div.footer {
	height:50px;
	margin:18px 0 0 20px;
	width:935px;
}

#page { display:none; }

/* ************************************************************************ */
/* HEADER */

.top-menu {
	font-size:10px;
	margin-right:10px;
	color:#C7BEB9;
}

.top-menu span{
	margin:0 5px;
}

.top-menu span.active{
	font-weight:bold;
	color:#999;
}

.menu-social {
	width:32px;
	height:63px;
	text-align:center;
}

.menu-social a img{
	margin: 4px 0;
}

.header-menu {
	width:98%;
	background:url('/images/gra01.png') repeat-x top left transparent;
	
	/* CSS3 tweaks for modern browsers */
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	
	font-size:medium;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;	
	overflow:hidden;
}


.header-menu td {
	cursor:pointer;
	overflow:hidden;	
}

.header-menu td div{
	width:100%;
}

.header-menu td a{
	display:block;
	padding:30px 0;
	height:100%;
	color:#000;
	text-decoration:none;
	background:url('/images/bg.png') repeat -41px 186px;
}

.header-menu .td-active, .header-menu .td-active a{
	color:#FFF;
	cursor:default;
	background:#E54E13;
}


/* ************************************************************************ */
/* HOME */

.pics {  
	height: 265px;  
	width: 930px;  
	padding: 0;  
	z-index:1;
	background:transparent;
	margin:15px auto 0 auto;
} 
 
.pics img {
	height: 265px;  
	width: 930px; 
} 

.nav-inicio { 
	padding: 0;
	float:right;
	z-index:2;
	margin-top:240px;
	margin-right:8px;
	position: relative;
}

.nav-inicio a { 
	margin: 0 5px;
	background: url("/images/circle1.png") no-repeat center center transparent;
	text-decoration: none;
	font-size:0px;
	float:left;
	
	display: block;
	
	width:20px;
	height:20px;
	
	/* CSS3 tweaks for modern browsers */
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	overflow:hidden;
}

.nav-inicio a.activeSlide { 
	background: url("/images/circle2.png") no-repeat center center transparent;
	color:#000;
}

.nav-inicio a:focus { 
	outline: none; 
}

.home-sub-panel {
	margin:26px auto 0 auto;
	width:100%;
}

.home-sub-panel a {
	cursor:pointer;
	color:#fff;
}

.home-sub-panel td {
	width:100px;
	cursor:pointer;
	overflow:hidden;
}

.home-sub-panel img{
	width:145px;
	height:180px;
	margin:0;
}

.home-sub-panel td.submenu a{
	width:145px;
	color:#fff;
	height:100%;
	padding:10px 0;
	display:block;
	text-decoration:none;
	background:url('/images/bga.png') repeat -50px 0px;
	overflow:hidden;
}

/*.home-sub-panel td.submenu a:hover {
	background: none repeat scroll 0 0 #E54E13;
	cursor:pointer;
	font-weight:bold;
}*/

/* ************************************************************************ */
/* SOMOS */

/* Para el efecto acordion dentro de la seccion de somos */

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:#FFFFFF;
	height:90px;
	padding:10px;
	border:1px solid #ddd;
	color:#000;
	margin:40px 8px 0 8px;
}

/* accordion header */
#accordion img {
	float:left;
	margin-right:10px;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
	border:1px solid;
}

/* currently active header */
#accordion img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion div {
	width:0px;
	float:left;	
	display:none;		
	margin-right:10px;
}

/* content inside a pane should have fixed width */
#accordion div h3 {
	color:#000;
	margin:0 0 10px 0;
	width:490px;
	font-size:15px;	
}
	
#accordion div p {	
	font-size:12px;
	width:490px;
}

/* Give the header a height and a background image */
#move-panel{
	margin:0 auto;
	background: #000 url('/images/background.jpg') repeat-y scroll left top;
	width:275px;
	height:340px;
}

#move-panel img{
	margin-top:5px;
}

/* ************************************************************************ */
/* GALERRY */


/* container for slides */
.gallery .images {
	background:#fff;
	border:1px solid #ccc;
	position:relative;	
	height:440px;	
	width:90%;
	margin:0 auto;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	
}

/* single slide */
.gallery .images div {
	display:none;
	position:absolute;
	padding:0 30px 0 15px;
}

.gallery .slidepanel {
	width:70px;
}

/* tabs (those little circles below slides) */
.gallery .slidetabs {
	clear:both;
}

/* single tab */
.gallery .slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url('/images/navigator.png') 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.gallery .slidetabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.gallery .slidetabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.gallery .forward, .gallery .backward {
	background:#fff url('/images/hori_large.png') no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
}

/* next */
.gallery .forward 				{ background-position: 0 -30px; clear:right; }
.gallery .forward:hover 		{ background-position:-30px -30px; }
.gallery .forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.gallery .backward:hover  		{ background-position:-30px 0; }
.gallery .backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.gallery .disabled {
	visibility:hidden !important;		
}

ul.thumb {
	float: left;
	list-style: none;
	margin: 0 25px 0 60px;
	padding: 10px;
}
ul.thumb li {
	margin: 0; 
	padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 170px;
	height: 90px;
	margin:20px;
}
ul.thumb li img {
	width: 170px; height: 90px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	zoom: 1;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=10);*/
	
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;
	box-shadow:0 0 25px #666;
	border: none; /* Get rid of border on hover */
}

/* ************************************************************************ */
/* PLANTA */


.pics2 {  
	padding: 0;  
	z-index:1;
	background:transparent;
	margin:5px auto;
} 
 
.pics2 img {
	width:940px;
	height:360px; 
} 

/* ************************************************************************ */
/* CONTACTO */

.contact-menu {
	overflow:hidden;
}

.contact-menu td{
	background:#fff;
	color:#000;
	width:100%;
	cursor:pointer;
	font-size:18px;
	
	border:3px #bf6740 solid;	
	border-radius: 10px 0 0 10px;
	-moz-border-radius-left:10px;
	-webkit-border-radius-left:10px;
	
	padding-left:15px;
}

.contact-menu td.active{
	background:#bf6740;
	color:#fff;
	cursor:default;
}

.contact-desc {
	margin-top:15px;	
}


/* ************************************************************************ */
/* FOOTER */

.footer-top, .footer-bottom  {
	width:100%;
	font-size:11px;
}

.footer-bottom  {
	text-align:center;
	color:#000;
	margin-top:10px;
}

.footer-top  {
	color:#fff;
	text-align:center;
}

.footer .right {
	float:right;
}

.footer .left {
	float:left;
}


/* ************************************************************************ */
/* CATALOGO */


/* main vertical scroll */
	#cmain {
		position:relative;
		overflow:hidden;
		height:492px;
		width:720px;
		float:right;
		margin-top:-500px;
	}
	
	/* root element for pages */
	#cpages {
		position:absolute;
		height:20000em;
	}
	
	/* single page */
	.cpage {
		padding:5px 0 0 8px;
		height:485px;
		background:#fff 0 0 repeat-x;
		width:710px;		
	}
	
	/* ---------------- */	
		
	/* main navigator */
	.cmain_navi {
		padding:0px !important;
		/*margin:0px !important;*/
		margin:5px 0;
		background:#bf6740;
		height:65px;
		list-style-type:none;
		width:200px;
		cursor:pointer;
		
		border-radius: 10px 0 0 10px;
		-moz-border-radius-bottomleft :10px;
		-webkit-border-radius-topleft :10px;
		
		overflow:hidden;
		
		color:#fff;
	}
	
	.cmain_navi div {		
		clear:both;
		font-size:12px;
		height:100%;
		padding-left:8px;
		padding-top:23px;
		text-align:center;
	}
		
	.cmain_navi div:hover {
		opacity:0.6;
		filter:alpha(opacity=60);
	}
	
	.cmain_navi div.active {
		background-color:#E54E13;
		cursor:default;
		padding-right:2px;
		padding-bottom:2px;
		color:#fff;
	}
	
	/* ---------------- */	
	
	.cmscrollable {
		position:relative;
		overflow:hidden;
		float:left;
		height:450px;
		width:200px;
	}
	
	.cmscrollable .items {
		position:absolute;
		height:20000em;
		margin: 0px;
		clear:both;
	}
	
	/* ---------------- */	
	
	/* the action buttons above the scrollable */
	#actions {
		width:198px;
		text-align:center;
	}
	
	#actions a {
		font-size:11px;		
		cursor:pointer;
		color:#666;
	}
	
	#actions a:hover {
		opacity:0.6;
		filter:alpha(opacity=60);
	}
	
	#actions a.cnext {
		margin-bottom:5px;
		margin-right:85px;
		float:right;
	}
	
	#actions a.cprev {
		margin-top:5px;
	}
	
	
	/* ---------------- */
	
	
	.rounded {
		border-radius: 10px;
		-moz-border-radius :10px;
		-webkit-border-radius :10px;	
	}
	
	.border {
		border:2px solid #bf6740;
	}
	
	.cpage .desc {
		margin:15px 5px 5px 10px;
		font-size:14px;
		width:270px;
		height:100%;
	}
	
	.cpage .desc h2{
		margin:20px 0 0 5px;
		font-size:16px;
	}
	
	.cpage .desc p{
		margin:0 0 15px 10px;
	}
	
	.cpage .desc ul{
		margin:0 0 15px -30px;
		list-style:none;
	}
	
	.pics3 {
		padding: 0;  
		z-index:1;
		background:transparent;
	}
	


.hide {
	display:none;
}