body {
	background: #000000;
	color: #696460;
	font-family: Tahoma, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	line-height: 1.2;
	margin: 0 0 0 0;
}

#base {
	background-image: url(../img/fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e5dbd2;
	width: 100%;
	padding-bottom: 30px;
}

#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	height: 490px;
}

.social img{
	padding-bottom:10px;
	border: none;
}

#footer {
	padding-top: 20px;
	height: 30px;
	color: #e5dbd2; 
	text-align: center;
}

#container {
	position: relative;
	margin: -180px auto 0px auto;
	width: 760px;
}

#bottom_container {
	clear: both;
	width: 760px;
}

.fuente {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #33becb;
	font-style: normal;
}

.titulo {
	font-family: Trebuchet MS;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
	line-height: 1.6;
}
		
a:link {
	text-decoration: none;
	color:#696460;
}
a:visited {
	text-decoration: none;
	color:#696460;
}
a:hover {
	text-decoration: none;
	color: #33becb;
}
a:active {
	text-decoration: none;
}

h1 {
	font-family: Trebuchet MS;
	font-size: 14px;
	margin: 5px 0px 5px 0px;
	text-align: left;
}
	h1 span {
		font-size: 14px;
		margin: 5px 0px 5px 0px;
		text-align: left;
		}
h2 {
	font-family: Trebuchet MS;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	text-align: left;
}

.carousel-component {
	position:relative;
	overflow:hidden;
	visibility:hidden;
	-moz-border-radius:6px;
	color:#618cbe;
	padding:0px 16px 0px 16px;
	margin:4px;
}

.carousel-component .carousel-clip-region { 
	overflow:hidden;
	margin:0px auto;
	position:relative; 
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1;
	margin:0px;
	padding:0px;
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
	font:11px Tahoma,arial,verdana,sans-serif;
	line-height: 1.2;
	color:#696460;
	width:170px;
	height:165px;
	margin:0px 0px 4px 0px;
}

.carousel-component .carousel-list li a { 
	color: #696460;
	width:165px;
	height:165px;					
	display:block;
	padding:4px 0px 0px 6px;
	
} 
.carousel-component .carousel-list li a:hover { 
	display: block;
	color: #e5dbd2;
	background-color:#000000;
}

.work a { 
	color: #696460;
	width:400px;
	height:335px;					
	display:block;
	padding:8px 8px 0px 8px;
	margin:0px 0px 4px 0px;
	float:left;
} 

.work img {
	border: none;
} 

.work a:hover { 
	display: block;
	color: #e5dbd2;
	background-color:#000000;
}

.work2 a { 
	color: #696460;
	width:165px;
	height:165px;					
	display:block;
	padding:4px 0px 0px 6px;
	margin:0px 0px 4px 0px;
	float:left;
} 
.work2 a:hover { 
	display: block;
	color: #e5dbd2;
	background-color:#000000;
}

.work2 img {
	border: none;
}

.ul.awards-list { 
	z-index:1;
	margin:0px;
	padding:0px 0px 0px 45px;
}

.awards-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
	font:11px Tahoma,arial,verdana,sans-serif;
	line-height: 1.2;
	color:#696460;
	width:170px;
	height:205px;
	margin:0px 0px 4px 0px;
}

.carousel-component .carousel-list li img { 
	border:none;
	display:block; 
}
								
.carousel-component .carousel-prev { 
	position:absolute;
	top:70px;
	z-index:3;
	cursor:pointer; 
	left:5px; 
}

.carousel-component .carousel-next { 
	position:absolute;
	top:70px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
}

/*	Vertical Accordions  */	

.accordion_toggle {
	height: 30px;
	width: 760px;
	line-height: 30px;
	cursor: pointer;
	background: url(../img/up.gif) no-repeat right;
}		
.accordion_toggle_active {
	background: url(../img/down.gif) no-repeat right;
	border-bottom: none;
}
.accordion_content {
	color: #696460;
	overflow: hidden;
}					
.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}		