@charset "UTF-8";
/* 	CSS Document 
	Paladium Studio
	Theme URL: http://www.cr3ar.com
	Description: GRRR!.
	Author: Eduardo Cruz, www.twitter.com/analisisgrafico
	Author URI: http://www.cr3ar.com
	Version: 1.0
*/
body {
	background: #000000 url(../img/bg.gif) repeat-x ;
	text-align : center;
	}
/*
#wrapper {
	width: 100%;
	background: transparent url(../img/bg-wrapper.png) no-repeat top left;
	margin:-10px;
}*/
.blockquote {
	display:block;
	background-image:url(../img/bquote.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:60px;
	margin-top:5px;
	padding:0px 50px 0 55px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height: 1.3;	
	color:#9ccb11;
}
.blockquoteP {
	display:block;
	margin-top:-25px;
	padding:0px 0px 0 55px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 1.3;	
	color:#000;
}
.blockquoteP2 {
	display:block;
	margin-top:-25px;
	padding:0px 0px 0 55px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.3;	
	color:#000;
}
/*-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	container*/
#container {
	width: 900px;
	height:600px;
	text-align : left;	
	margin:50px auto;
	}
/*-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	logo*/
a#logo {
    width:300px;
    height:180px;
    display:block;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position:0 0px;	
	float: left;
	margin:0px auto;
	margin-bottom:25px;
	}
a#logo:hover {
	background-position:0 -180px;	
	}	
/*-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	depto description*/	
#depto  {
	clear: both;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 360px;
	font-weight: bold;
	letter-spacing: -15pt;
	line-height: 0.8;
	text-shadow: -3px 0px #fff;
	color: #f0fdbd;
	}
.deptoActive {
	font-size:70px;
	word-spacing: -6pt;
	line-height: 1.7;
	color: #c8ee2b;
	background-color:#fff;
	padding: 0 10px 0 10px;
	}	
#description {
	clear:both;
	display:block;
	margin:-320px 0 300px 0;
	color: #fff;
	}
	
.description {
	display:block;
	color: #f3ffc6;
	margin-top:10px;
	}
/*-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	intro*/
#intro  {
	clear: both;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #f0ffb3;
	margin-left: 22px;
	}
.intro {
	font-size:70px;
	word-spacing: -6pt;
	line-height: 1.7;
	background-color:#a4dc00;
	/*border-top:#FFF 1px solid;*/
	}
#intro a {
	color: #fff;
	text-decoration:none;
	background-color:#a1d606;
	padding: 0 10px 0 10px;
	}
#intro a:hover {
	background-color:#fff;
	color: #c8ee2b;
	}
#intro p  {
	clear: both;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000;
	margin-top:-5px;
	}
/*-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	acorddion*/
.content {
 	width: 818px;
	margin-left:22px;
	margin-top:-19px;
}
.content h1 {
 	background-color: #fff;
	padding: 30px 0 0 25px;
	margin: 0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	letter-spacing: 1.1pt;
	color:#c8ee2b;
}
.accordionList {
 	margin: 0;
	padding-left:17px;
	background:transparent url(../img/bullet.gif) no-repeat;
	background-position:left center;
	line-height:1.8;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:000;
}
.content p {
 	margin: 0;
 	padding: 25px 15px 20px;
 	background: #f2ffce;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5;
}
.content a {
	color: #000;
	font-weight:bold;
	text-decoration:underline;
	padding: 0 7px 0 7px;
	}
.content a:hover {
	background-color:#fff;
	color: #c8ee2b;
	}
	
/*-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	footer*/
#footer  {
	clear: both;
	width:817px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #f3ffc6;
	margin: 10px 0 50px 25px;
	padding-top:5px;
	border-top: solid 1px #a1d606;
	}
#footer a {
	text-decoration:none;
	color: #f3ffc6;
	}
#footer a:hover {
	color: #cdff01;
	}		
/*-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	others*/	
.both {clear:both;}
.black {color:#000;}
.white {color:#fff;}
.green {color:#9ccb11;}
.bold {font-weight:bold}
.italic {font-style:italic}
.font-12 {font-size:12px;}
.font-14 {font-size:14px;}
.font-16 {font-size:16px;}
.font-18 {font-size:18px;}
.font-20 {font-size:20px;}
.font-22 {font-size:22px;}
.font-24 {font-size:24px;}
.font-26 {font-size:26px;}
.font-28 {font-size:28px;}
.font-30 {font-size:30px;}
.font-32 {font-size:32px;}
.font-34 {font-size:34px;}
.font-36 {font-size:36px;}
.font-38 {font-size:38px;}
.font-40 {font-size:40px;}
.font-42 {font-size:42px;}
.small-caps {font-variant:small-caps;}
.shadow {text-shadow: -1px -1px #97c11c;}

.idTabs { 
	display:block;
	height:30px;
	margin: 0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	letter-spacing: 1.1pt;
	color:#c8ee2b;
	}
.idTabs ul {
	padding:5px; 
	float:left; 
	margin:0px;
	}
.idTabs li { 
	margin:0px;
	list-style:none;
	float:left; /*Try deleting this float*/ 
	}
.idTabs a { 
	display:block; 
	color:9ccb11; 
	padding:5px; 
	padding-left:10px;
	padding-right::10px;
	font:bold 25pt ;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	float:left;
	}
.idTabs a.selected { 
	background:#f2ffce;
	color:000; 
	}
#submenu{
	height:50px;
	background-color:#fff;
	}