/* ### Featured ### */

div#featured {	
	height: 233px;
	background: url(../images/wood_bg.jpg) no-repeat top center;	
}

.contenedor { 
	position: relative;
	left: 0; 
	top: 0;
	width: 100%; 
	height: auto;
	list-style-type: none;
	float: left; 
	overflow: hidden;
}

.supercontenedor{
		margin-left:auto;margin-right:auto;width:960px; 
		background:#F00;

}



div.featured-arrow {
	width: 26px; height: 31px;
	float: left;
	margin: 125px 0px 0px 0px;

}
div#slider {
	width: 809px; height: 210px;
	padding: 0px 10px; 
	margin: 32px 27px;
	float: left; 
	position: relative;
	background: url(../images/faded.png) no-repeat center;
}

div.projectImage {
	float: left; 
	overflow: hidden;
	margin: 0; 
	padding: 0;
}

div.projectDescription1 {
	width: 100%; 
	/*border: 1px #CCC solid;*/
	background:#e7f1d3;
	padding:10px 10px 10px 10px;
	/*border-radius: 15px 15px 15px 15px;*/
	margin-bottom: 20px;
	
}

div.projectDescription2 {
	width: 100%; 
	border: 1px #CCC solid;
	background:#e6d7e6;
	padding:10px 10px 10px 10px;
	border-radius: 15px 15px 15px 15px;
	margin-bottom: 20px;
	
}

.projectDescription-content{
	padding:5px;
		border: #999 1px solid;

}

div.projectDescription1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px; 
	background-color:#000;
	color: #f2f2f2;
	font-weight: bold; 
	margin: 0; 
	padding: 8px 4px 10px 5px;
	/*border-radius: 5px 5px 5px 5px;*/
}
	
div.projectDescription1 p {
	font-family: Georgia;
	font-size: 13px; color: #000;
	line-height: 22px; 
	margin-top: 15px;
	text-align: left;
}

div.projectDescription2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px; 
	background-color:#000;
	color: #f2f2f2;
	font-weight: bold; 
	margin: 0; 
	padding: 8px 4px 10px 5px;
	border-radius: 5px 5px 5px 5px;
}
	
div.projectDescription2 p {
	font-family: Georgia;
	font-size: 13px; color: #000;
	line-height: 22px; 
	margin-top: 15px;
	text-align: left;
}
.stripViewer { 
	position: relative;
	overflow: hidden; 
	width: 809px; 
	float: left;
	margin: 10px 0px 0px 0px;
}




.stripViewer .panelContainer { 
	position: relative;
	left: 0; top: 0;
	width: 100%; height: 100%;
	list-style-type: none;
	float: left; overflow: hidden;
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	overflow: hidden;
	position: relative;
	width: 809px;
	padding: 0px;
	background:#F00;
	
}

.panel { /* Each panel is arranged end-to-end */

	margin-top:30px;
}
.stripNavL, .stripNavR { /* The left and right arrows */
	text-indent: -9000em;
}

.csw {width: 100%; height: 100%; overflow: hidden; float: left;}
.csw .loading { margin: 100px 0 300px 0; text-align: center; color: #fff; font-weight: bold; font-family: Verdana; font-size: 12px; }

@media (max-width: 991px) {
  iframe.widget {
    height:1700px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  iframe.widget {
    height:3000px;
  }
}
@media (min-width: 1200px) {
  iframe.widget {
    height:2200px;
  }
}

