body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/cabecera.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7c8388;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

a {
	color: #E55D13;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 706px;
	height: 225px;
	margin: 0 auto;
	padding: 12px 0 0 0;
	letter-spacing: -1px;
}

#header .seccion{
	margin-top: 25px;
	font-weight:bold;
	font-size:19px;
}

/* Logo */

#logo {
	float: left;
	width: 208px;
	height: 208px;
	padding: 0 15px 0 0;
	background: url(../images/logo.jpg) no-repeat;
}

#logo h1 a{
	padding: 115px 0 55px 0;
	display:block;
	text-align: center;
	letter-spacing: -2px;
	font-size: 30px;
	font-weight: normal;
	text-transform:uppercase;
	text-decoration: none;
}

#logo h1 a:hover {
	color: #990000;
}

#logo h2 {
	margin-top: -60px;
	text-align: center;
	font-size: 13px;
	color: #e9a150;
}



/* Menu */

#menu {
	float: left;
	padding: 0 0 0 0;
}

#menu ul {
	height: 55px;
	margin: 0;
	padding: 23px 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 160px;
	height: 43px;
	padding-top: 14px;
	background: url(../images/tab.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 24px;
}

#menu a:hover, #menu .active a {
	background-image: url(../images/activeTab.jpg);
	color: #FFFFFF;
}

/* Container */

#container {
	width: 700px;
	margin: 0 auto;
}

/* Posts */

#contenido {
	float: right;
	width: 480px;
}

.post {
	padding-bottom: 1em;
}

.post .titulo {
	padding-top: 10px;
	letter-spacing: -1px;
	color: #7c8388;
}

.post .subtitulo {
	letter-spacing: -1px;
}

.post .thumb {
	margin: 0 0 15px 15px;
	border:none;
}

/* Bar */

#bar {
	float: left;
	width: 200px;
}

/* Barra Galeria */

#barraGaleria {
	border-bottom: #E55D13 solid 1px;
	padding-bottom: 5px;
	text-align:left;
	font-weight:bold;
	margin-bottom:30px;
	display:block;
}

#barraGaleria a{
	color: #7c8388;
	text-decoration:none;
}

#barraGaleria a:hover {
	color: #204B5C;
}

#barraGaleria img{
	margin: 0 15px 0 15px;
	border:none;
}


/***** Menú Vertical *****/
.verticalMenu {
	margin-bottom: 40px;
}

.verticalMenu h2 {
	height: 40px;
	margin: 0 0 2px 0;
	padding: 10px 0 0 0;
	background: #4197ba url(../images/verticalSup.jpg) no-repeat;
	text-align: center;
	letter-spacing: -2px;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
}

.verticalMenu ul {
	margin: 0;
	padding: 0;
	background: #C5DFE9 url(../images/verticalInf.gif) no-repeat left bottom;
	list-style: none;
}

.verticalMenu li {
	padding: 10px;
	background: url(../images/separador.gif) repeat-x;
	font-size: small;
}

.verticalMenu a {
	text-decoration: none;
	font-weight: bold;
	color: #3F95B8;
	display:block;
}

.verticalMenu a:hover {
	color: #204B5C;
}

.verticalMenu .active, .verticalMenu .active a {
	background-color:#4197ba;
	color: #FFFFFF;
}
/***** Menú Vertical *****/


/* Footer */

#footer {
	clear:both;
	border-top: #E55D13 solid 3px;
	text-align:center;
	font-size:12px;
}

#footer a {
	color: #7c8388;
}
