body {
	margin: 10px auto;
	background-color:#FFFFFF;
	font-family: "Trebuchet MS", Tahoma;
}
#container {
	position: relative;
	margin:20px auto 0 auto;
	width: 780px;
	font-family: "Trebuchet MS", Tahoma;
}

#bottom_container {
	clear: both;
	width: 780px;
	font-family: "Trebuchet MS", Tahoma;
}

.carousel-component {
	/*-moz-border-radius:6px;*/
	/*padding:0px 16px 0px 16px;*/
	overflow:hidden;
	visibility:hidden;
	/*visibility:visible;*/
	position:relative;
	/*margin-left:15px;*/
	width:780px !important;
	height:360px; /*Solo si no hay mas secciones*/
	font-family: "Trebuchet MS", Tahoma;
}

.carousel-component .carousel-clip-region { 
	overflow:hidden;
	/*overflow:visible;*/
	/*z-index:10;*/
	margin:0px auto;
	position:relative; 
	font-family: "Trebuchet MS", Tahoma;
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1;
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", Tahoma;
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
	width:780px;
	/*height:165px;*/
	margin-left:-10px;
	*margin-right:10px;
	*margin-left:10px;
	font-family: "Trebuchet MS", Tahoma;
}
.ul.awards-list { 
	z-index:1;
	margin:0px;
	padding:0px 0px 0px 45px;
	font-family: "Trebuchet MS", Tahoma;
}

.awards-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
	width:170px;
	height:205px;
	margin:0px 0px 4px 0px;
	font-family: "Trebuchet MS", Tahoma;
}

.carousel-component .carousel-list li img { 
	border:none;
	display:block; 
	font-family: "Trebuchet MS", Tahoma;
}
								
.carousel-component .carousel-prev { 
	position:absolute;
	top:325px;
	z-index:3;
	cursor:pointer; 
	left:5px; 
	font-family: "Trebuchet MS", Tahoma;
}

.carousel-component .carousel-next { 
	position:absolute;
	top:325px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
	font-family: "Trebuchet MS", Tahoma;
}

/*	Vertical Accordions  */	

.accordion_toggle {
	height: 27px;
	width: 740px;
	padding-left:30px;
	padding-top:5px;
	/*line-height:30px;*/
	cursor: pointer;
	background: url(../images/casestudies.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#454545;
	font-family: "Trebuchet MS", Tahoma;
	font-size:15px;
	margin:1px auto;
}		
.accordion_toggle_active {
	background: url(../images/casestudies_on.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom: none;
	color:#FFFFFF;
	font-family: "Trebuchet MS", Tahoma;
	font-size:15px;
	margin:1px auto;
}
.accordion_content {
	color: #696460;
	overflow: hidden;
}					
.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}		


/***** Ficha Cliente *****/

.columnas {
	width:745px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	color:#909090;
}
.columnauno {
	width:460px;
	float:left;
}
.columnauno .imgcliente {
	/*width:460px;*/
	height:251px;
}
.columnauno .imgcliente:hover{

}
.columnauno .bglink {
	background-image:url(../images/link_casestudies.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:460px;
	height:59px;
}
.columnauno .bglink .ltitle {
	width:100px;
	float:left;
	margin-left:40px;
	_margin-left:18px;
	margin-top:15px;
	color:#454545;
	font-family: "Trebuchet MS", Tahoma;
	font-size:14px;
	letter-spacing:0px;
	font-weight:bold;
}
.columnauno .bglink .lhttp {
	width:300px;
	float:left;
	margin-top:15px;
	text-align:right;
	font-size:12px;
}
.columnauno .bglink .lhttp a {
	color:#fbab18;
	text-decoration:none !important;
}
.columnauno .bglink .lhttp a:hover {
	color:#c8c8c8;
	text-decoration:underline !important;
}
.columnados {	
	padding-top:5px;
	width:285px;
	float:left;
}
.columnados a {
	font-size:11px;
	color:#00a5fb;
	text-decoration:none !important;
}
.columnados a:hover {
	color:#FBAB18;
	text-decoration:underline !important;
}
.columnados .bgsubt {
	background-image:url(../images/tit_casestudies.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:241px;
	height:24px;
	padding-left:35px;
	_padding-left:35px;
	padding-top:10px;
}
.columnados .subtext {
	color:#454545;
	font-family: "Trebuchet MS", Tahoma;
	font-size:16px;
	letter-spacing:-1px;
	font-weight:bold;
}
.columnados .subtit {
	color:#fbab18;
	font-family: "Trebuchet MS", Tahoma;
	font-size:14px;
	letter-spacing:0px;
	font-weight:bold;
}
.columnados .infotxt {
	width:265px;
	margin-left:10px;
	text-align:justify;
	font-size:12px;
	margin-top:10px;
}
.clear{ clear:both}
