body {
	background: #DBE2E3;
	color: #000000;
		
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	height:1em;
	color: #23282C;
	border-bottom:#00ADEF 2px solid;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #23282C;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

/*******************************/

#header {
}

#menu_container {
	background: #171B1E;
}

#menu {
	background: url(../img/logo.png) no-repeat right bottom;
}

#menu ul {
}

#menu li {
}

#menu a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 12px;
	font-weight:bold;
	color: #969696;
}

#menu a:hover {
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #00ADEF;
}

#menu .current a {
	color: #FFFFFF;
}

#menu .first {
	background: none;
}


#logo_container {
	background: #23282C;
}

#logo {
	background: url(../img/head_bg_2.png) no-repeat left top;
}

#logo_sgs{
	background: url(../img/sgs.png) no-repeat left bottom;
}

#logo_text{
	/*background: url(../img/logo_b.png) no-repeat right bottom;*/
}



/* Wrapper */

#wrapper {
/*	background: url(../img/img04.jpg) repeat-x left top; */
}

/* Page */

#page {
}

#page-bg {
}

/* Content */

#content {
	
}

.title {
}

.title a {
	color: #454545;
}

.title a:hover {
}

.byline {
	/*background: url(../img/img04.jpg) repeat-x left bottom;*/
}

.tag {
}

.entry {
}

.links {
}

.links a {
}

.links a:hover {
}

/* Sidebars */

.sidebar {
	background-color:#DBE2E3;
}

.sidebar h2 {
    /*
    background: url(../img/img03_b.jpg) no-repeat left top;
    */
    background-color: #00ADEF;
	color: #11171F;

}

.sidebar ul {
  /*
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: #00ADEF;
  */
  height:100%;
}

.sidebar li {
  margin-top: 15px;
  
  padding-left: 10px;
  background-image: url(../img/arrow_b.png);
  background-repeat: no-repeat;
  background-position: 0 .5em;
}

.sidebar li a{
  margin-top: 15px;
  margin-left: 15px;

  width: auto;

  /*background:transparent url(../img/arrow_b.png) no-repeat scroll;*/
  /*
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: #11171F;
  */
}

.sidebar li a:hover{
	/*
	border-left-style: solid;
    border-left-width: 5px;
    border-left-color: white;
    */
}

/* Footer */

#footer {
	background: #171B1E;
}

#footer p {
}

#footer a {
	color: #6E8A21;
}

#footer .link {
}

#footer .copyright {
}


.img-desc {
	position: relative;
	display: block;
	height:260px;
	width: 560px;
    margin: 20px;
}
.img-desc cite {
	background: #111;
	filter:alpha(opacity=55);
	opacity:.55;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 540px;
	padding: 10px;
	border-top: 1px solid #999;
}

#info-contacto {
}

#info-contacto h3 {
	border-bottom:2px #00ADEF solid;
}

#info-contacto p {
	text-align: right;
}

.invisible {
	display:none;
	visibility:hidden;
}

#mapa {
	background-color: #969696;
}
