body {
  font-family: TrebuchetMS, Trebuchet;
}

/* Cabecera */
#navbar {
  border: none;
  margin-right:0;
  padding-bottom:0;
  line-height: 150%;
}

/*ul.menu li a {
  font-weight: bold;
}*/

/* Bloques Derecha */
div#rightSidebar {
  border-left: 1px solid #ED1B24;
  padding-left: 1%;
  margin-left: 1%;
}

.blockTitle {
  font-weight: bold;
}

/* Hilo de Ariadna */
div#breadcrumb {
  border-bottom: 1px solid #ED1B24;
}

/* Buttons and boxes */
input, select {
  border: 1px solid #AAA !important;
}

/* Highlight edition state */
div#main div#content ul.menu {
  border-bottom: 2px solid #AAA;
  font-size: 1.2em;
}

div#main div#content ul.menu li {
  border: 1px solid #AAA;
  padding: 2px 10px;
}

div#main div#content ul.menu li.current {
  background-color: #ED1B24;
}

div#main div#content ul.menu li.current a {
  color: white;
}

div#main div#content ul.menu li.current a:hover {
  background-color: #ED1B24;
  color: black;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
  font-family: TrebuchetMS, Trebuchet;
}

#navbar {
    line-height:12px;
    padding: 4px 5px 2px 5px;
}

#navbar,#menu,li#menu,li#menu a{
	font-size: 9px;
}
#navbar a {
    padding:0px;
    font-size: 11px;
    letter-spacing: 2px;
    padding-top: -15px;
    font-weight: bold;
}

ul.menu li {
    font-family: Arial, TrebuchetMS;
    padding: 0px 5px 0px 5px;
    margin: 0px;
    letter-spacing: 5px;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
    font-family: TrebuchetMS, Trebuchet;
}

#content h1 {
}

#content h2 {
}

#content h3 {
	font-size: 1.5em;
}

#content h4 {
}

#content h5 {
}
#header h1 {
	font-family: TrebuchetMS, Trebuchet;
	font-weight: normal;
	/*line-height:130%;*/
	margin:0 auto;
	/*padding:0.5em 0 0.25em 10%;*/
	line-height: auto;
	padding: 0.3em 0px 0px 10%;
}

a:link,a:visited {
	text-decoration:none;
	border-bottom: 1px dotted #AAA;
}

input.defaultButton {
	background-color: #E8E8E1;
	color: grey;
}
