body {
	background: #141414;
	color:#999;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color:#ccc;
}
a:hover {
	color:#fff;
}
h1 {
	font-size:3em;
}
#content form p { position:relative }
#content label  { position:absolute; top:8px; left:5px}
#content {
	overflow-x:hidden;
}
#menu {
	margin-top:45px;
	position:relative;
}
#menu ul {
	margin: 0 10px 0 0;
	padding:0;
	float:right;
	position:relative;
	z-index:5;
}
#menu ul li {
	float:left;
	list-style: none;
}
#menu ul li a {
	padding: 5px 10px;
	font-size: 100%;
	color: #000;
	font-weight:bold;
	text-decoration:none;
	background:  #999 url(../images/menuhover.png) center -10px repeat-x; /*333*/
	border-radius:3px 0 3px 0;
	-moz-border-radius:3px 0 0 3px;
	font-family: Helvetica, Arial, sans-serif;
}
#menu ul li a:hover, .active {
	color:#ddd !important;
	background: #333 url(../images/menuhover.png) center -10px repeat-x !important;/*111*/
}
#menu ul li a.darr {
	border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	margin-left:-5px;
	padding: 5px;
	margin-right:5px;
	border-left: 1px solid #222;
}
#menu ul li a.menusolo {
	border-radius:3px;
	-moz-border-radius:3px;
	margin-right:5px;
}
.hiddenmenu {
	display:none;
	position:absolute;
	background: #212121;
	border: 1px solid #999;
	margin-top: 1em;
	top:15px;
	z-index: 20000;
	border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:0 0 1em #111;
	-moz-box-shadow:0 0 1em #111;
}
.hiddenmenu a {
	display:block;
	padding: 5px 10px;
	font-size: 110%;
	color: #000;
	font-weight:bold;
	text-decoration:none;
	background: #999 url(../images/menuhover.png) center -10px repeat-x; /*333*/
	border-radius:3px;
	-moz-border-radius:3px;
	margin-top: .5em;
}
.hiddenmenu a:hover {
	color:#ddd !important;
	background: #333 url(../images/menuhover.png) center -10px repeat-x !important; /*111*/
}
.hiddenmenu .inner {
	padding: 15px;
}
.hiddenmenu h1 {
	padding-left:15px;
	padding-top:15px;
	border-bottom: 2px solid #999;
}
.inner {
	padding:10px;
}
.blockdiff {
	background: #000;
}
.diff1 {
	background: #FF981F;
}
#sidebar {
	background: #333;
}
#sidebar h2 {
	text-align:center;
	color:#eee;
	font-size:150%;
}
#sidebar h2 a {
	color:#222;
	text-decoration:none;
	border-bottom:1px solid #222;
	padding-bottom: 3px;
	padding-top: 3px;
	display:block;
}
#sidebar h2 a:hover {
	background:#fff !important;
	border-bottom: 1px solid #fff;
}
#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar ul li {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul li a {
	display:block;
	padding:5px 15px;
	font-weight:bold;
	text-decoration:none;
	border-bottom: 1px solid #141414;
	color:#111;
}
#sidebar ul li a:hover {
	color: #fff;
}
#sidebar .insbtn {
	margin-left:5px;
}
#address {
	text-align:right;
	background: #000;
	border-bottom:1px solid #333;
}
#content h2 {
	font-size: 1.8em;
}
#content img {
	margin:10px;
}
#address small {
	margin-right:15px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
}
#address a {
	text-decoration:none;
}
#logo {
	margin-top:25px;
}
.shrdow {
	background: #141414 url(../images/shrdow.png) center bottom no-repeat;
	height: 35px;
}
blockquote {
	width:520px;
	margin:0 auto;
	padding: 0 15px 0 15px;
	font-size:18px;
}
#footer {
	clear:both;
	overflow:hidden;
	background: #000;
	border-top:3px solid #333;
	padding-top: 25px;
	margin-top:15px;
	margin-bottom:-25px;
}
#footerCenter {
	clear:both;
	overflow:hidden;
	background: #000;
	border-top:3px solid #333;
	padding-top: 25px;
	margin-top:15px;
	/*margin-bottom:-25px;*/
}
#crossbar {
	background: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}
#crossbar h1 {
	font-size:24px;
}
#crossbar .headcrossbar {
	color:#fff;
	padding:5px;
	background: #333;
	font-size: 1.8em;
}
#crossbar .block {
	background: #000;
	border-top: 1px solid #999;
	padding-top: 1em;
}
#crossbar.inner {
	padding:0 !important;
}
#crossbar .cbtxt {
	padding: 0 5px 0 15px;
	margin-bottom:5px;
}
#crossbar {
	background: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}
#crossbar-en h1 {
	font-size:24px;
}
#crossbar-en .headcrossbar {
	color:#fff;
	padding:5px;
	background: #333;
	font-size: 1.8em;
}
#crossbar-en .block {
	background: #000;
	border-top: 1px solid #999;
	padding-top: 1em;
}
#crossbar-en.inner {
	padding:0 !important;
}
#crossbar-en .cbtxt {
	padding: 0 5px 0 15px;
	margin-bottom:5px;
}
.home a {
	color:#111 !important;
}
.container {
	position:relative;
}
#contentheader {
	height: 130px;
	margin-bottom: 30px;
	color:#fff !important;
}
#blockheader {
	height: 130px;
	color:#fff;
	position:absolute;
	top:210px;
	left:0;
	z-index:10;
}
#blockheader h1 {
	position:absolute;
	width: 200px;
	padding: 5px 15px;
	text-align:right;
	left:0;
	opacity:.7;
}
.empresas, .companies {
	background: #e87b1e !important;
}
.colegios, .schools {
	background: #8ca901 !important;
}
.familia, .family {
	background: #43809d !important;
}
.home {
	background: #324C62 !important;
}
.grupos-especiales, .special-groups {
	background: #9264AC !important;
}
.centro-de-desafios, .universities {
	background: #E33100 !important;
	display:none !important;
}
.quienes-somos, .about-us {
	background: #324C62 !important;
}
.colegios-header h1, .schools-header h1 {
	background: #8ca901;
}
.empresas-header h1, .companies-header h1 {
	background: #e87b1e;
}
.familia-header h1, .family-header h1 {
	background: #43809d;
}                      
.home-header h1, .-header h1, .quienes-somos-header h1, .about-us-header h1 {
	background: #324C62;
}
.grupos-especiales-header h1, .special-groups-header h1 {
	background: #8B3A9A;
}
.centro-de-desafios-header h1, .universities-header h1 {
	background: #E33100;
}
.flickr {
	margin: 0;
	padding: 0;
}
.flickr li {
	list-style:none;
}
.flickr li a {
	display:block;
	float:left;
	width:240px;
	height:160px;
	margin-left:10px;
	margin-bottom:5px;
	overflow:hidden;
}
.flickr li a img {
	margin:0 !important;
}