/* @group General Styles */

body {
	margin: 0px;
	padding: 0px;
	background-color: #131211;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	line-height: 19px;
}

.container {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

h2 {  
    margin:0px 0px 10px 0px;  
    font-size:36px;  
    font-family:Helvetica, Arial, Sans-serif;  
    color:#000000;  
}  

small {  
    color:#595856;  
    font-weight:bold;  
    font-size:11px;  
    display:block;  
    margin-bottom:15px;  
}  

a {  
    color:#007de2;  
    text-decoration:none;  
}  

a:hover { text-decoration:underline; }  

p { margin: 0px 0px 15px 0px; }  
  
a.button {  
    background: #32312f url(../images/button_bg.jpg) repeat-x;  
    padding:5px 10px 5px 10px;  
    color: #ffffff;  
    text-decoration: none;  
    border:1px solid #32312f;  
    text-transform:uppercase;  
    font-size:9px;  
    line-height:25px;     
}  

a.button:hover {  
    background: #007de2 url(../images/button_bg_o.jpg) repeat-x;  
    border-color:#007de2; 
    text-decoration: none;  
}  

/* @end */
body {
	margin: 0px;
	padding: 0px;
	background-color: #131211;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	line-height: 19px;
}

.container {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

/* @group Text Styles */

p {
	margin: 0px 0px 15px 0px;
}

small {
	color: #595856;
	font-weight: bold;
	font-size: 11px;
	display: block;
	margin-bottom: 15px;
}

a {
	color: #007de2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h4 {  
    color:#007de2;  
    margin:0px 0px 0px 0px;  
}

/* @end */

/* @group main */

#main {
	background: #c4c0be url(../images/background_light_slice.jpg) repeat-x;
}

#main .container {
	min-height: 400px;
}

/* @end */

/* @group header */

#header {
	padding-top: 20px;
}

#logo {
	background-image: url(../images/header_logo.png);
	background-repeat: no-repeat;
	width: 325px;
	height: 83px;
}

#logo h1, #logo small {
	margin: 0px;
	display: block;
	text-indent: -9999px;
}

ul#menu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
}

ul#menu li {
	display: inline;
	margin-left: 12px;
}

ul#menu li a {
	text-decoration: none;
	color: #716d6a;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

ul#menu li a.active, ul#menu li a:hover {
	color: #211e1e;
}

/* @end */

/* @group Block */

.block {  
    border:1px solid #a3a09e;  
    background-color:#ffffff;  
    margin-bottom:20px;  
    position:relative;  
}

.block_inside {   
    display:block;   
    border:1px solid #ffffff;  
    background: #ffffff url(../images/background_block_slice.jpg) repeat-x;      
    padding:20px;  
    overflow:auto;  
}  

.image_block {  
    border:1px solid #b5b5b5;  
    background-color:#d2d2d2;  
    padding:5px;  
    float:left;  
} 
 
.image_block img {  
    border:1px solid #b5b5b5;  
} 
 
.text_block {  
    float:left;  
    width:380px;  
    margin-right:20px;
    margin-top: 50px;  
}  

/* @end */

/* @group Block-content styles */

#block_content {  
  
} 
 
#content_area {  
    width:715px;  
    float:left;  
}
  
#sidebar {  
    float:left;  
    width:231px;  
    position:relative;  
    left:-1px;  
    margin-top:0px;  
    background-color:#e2dddc;  
    border:1px solid #a3a09e;  
}
  
#sidebar .block_inside {  
    background:none;  
    background-color:#e2dddc;  
}  

#sidebar h3 {  
    font-size:18px;  
    line-height:20px;  
}  

#sidebar ul { margin:10px 0px 30px 0px; padding:0px; }  

#sidebar ul li { list-style:none; margin:0px 0px 5px 0px; padding:0px; }  

#sidebar ul li a { color:#7f7d78; }  

#sidebar ul li a:hover { color:#0172dd; text-decoration:none; }  
  
  
#content_area h2 { font-size:28px; line-height:28px; }  
  
#content_area .separator {  
    border-top:1px solid #e3e3e3;  
    margin-top:40px;  
    padding-top:40px;  
}  

/* @end */

/* @group Portafolio */

#block_portfolio {  
    overflow:auto;  
    margin-bottom:20px;  
}

#portfolio_items {  
    width:615px;  
    margin-right:25px;  
    float:left;  
    padding-top:3px;  
}  

.ribbon {
	position:absolute;
	top:-3px;
	right:-3px;
}

#text_column {  
	color: #FFF;
    float:right;  
    width:310px;  
}  

#text_column h2#text_title {   
    text-indent:-9999px;  
    background-image: url(../images/proposito2.png);  
    background-repeat:no-repeat;  
    width:310px;  
    height:129px;
}  
  
.mini_portfolio_item {  
    border:1px solid #a3a09e;  
    margin-bottom:10px;  
    position:relative;  
} 

.mini_portfolio_item .block_inside {   
    background:none; background-color:#e2dddc;   
    padding:25px 30px 15px 30px;   
}  

.mini_portfolio_item .thumbnail { float:left; margin-right:20px; border:1px solid #979390; }  

/* @end */ 
 
/* @group footer */

#footer { 
	color: #7f7d78; 
    font-family:Verdana, Arial, Helvetica, sans-serif;  
    font-size:10px;  
}  
.footer_column {  
    float:left;  
    width:120px;  
    margin-right:30px;  
}  
#footer .long {  
    width:610px;  
}  
#footer h3 {  
    color:#e2dddc;  
    text-transform:uppercase;  
    font-size:10px;  
}  
.footer_column ul li, .footer_column ul {  
    list-style:none;  
    margin:0px;  
    padding:0px;  
}  

/* @end */

/* @group Works */

img {
	border: 0;
}

/* Works */
#works-wrap {
	position: relative;
	width:710px;
	}	

.works {
	position: relative;
	overflow: hidden;
	height:180px;
	}
.work-content {
	clear:both;
	position:absolute;
	}	
	
.work-list {
	width:550px;
	list-style-type: none;
	margin: 10px 50px 10px;
	padding:0;
	overflow:hidden;
	float:left;
	}

.work-list li {
	display: block;
	float: left;
	}

.work-list li a {
	float: left;
	display:inline;
	width: 150px;
	height: 150px;	
	margin: 7px;	
	padding: 4px;	
	background: #fff;
	border: 1px solid #d0d0d0;
	}

.work-list li a:hover {
	background:#E0E0E0;
	}

.work-list li a img {
	margin: 0;
	}	

/* @end */  

/* Jd Galerry */
#myGallery-container {
	width: 490px;
	height: 300px;
	padding:5px;
	border:1px solid #ccc;
	float: right;
	}

#myGallery {
	width: 490px;
	height: 300px;
	z-index:5;
	display: none;
	}

.jdGallery {
	overflow: hidden;
	position: relative;
	}

.jdGallery img {
	border: 0;
	margin: 0;
	}

.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	}


.jdGallery .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/loading-bar.gif);
	}
	
.jdGallery .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdGallery .slideInfoZone p {
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery a.right, .jdGallery a.left {
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	}

.jdGallery a.left {
	left: 0;
	tom: 0;
	background: url(images/arrow-left.gif) no-repeat top left;
	}

.jdGallery a.right {
	right: 0;
	tom: 0;
	background: url(images/arrow-right.gif) no-repeat top right;
 	}
.clear {
	clear:both;
	}
/*
	Alternate Styles
*/
body#dark {
	background-color:#1e1d1b;
}
body#dark #main {
	background: #292826 url(../images/background_dark_slice.jpg) repeat-x;
}
body#dark #main .container {
	background: url(../images/background_dark.jpg) no-repeat;
}
body#dark #footer {
	background-image: url(../images/background_dark_footer.jpg);
}
body#dark ul#menu li a.active, ul#menu li a:hover {
	color:#ffffff;
}
body#dark .block, body#dark .mini_portfolio_item { 
	border-color:#1b1a19; 
}
body#dark #text_column h2#text_title { 
	background-image: url(../images/proposito2.png);
}

