body {
	margin: 0;
	padding: 0;
	background: #EFEFEF url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4D4D4D;
}

img { margin:0px; padding:0px; border:none;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 18px;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CC0001;
	color: #BF4D36;
}

a:hover {
	background: none;
}

/* Header */

#header {
	width: 950px;
	height: 180px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}

/* Logo */

#logo {
	width: 600px;
	padding: 105px 0 0 100px;
	color: #BF4D02;
}

#logo h1, #logo p {
}

#logo h1 {
	padding: 0;
	margin-right: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	font-style: italic;
}


#logo p {
	margin: 0;
	padding: 0;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #7B5C02;
}

#logo p a {
	color: #7B5C02;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #BF4D02;
}

/* Search */

#search {
	/*float: right;
	width: 230px;
	padding: 0;*/
}

.search-form {
	margin: 5px;
	padding: 0;
	border: none;
}

.search-text {
	margin-top:5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #999999;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 37px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 7px 25px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: url(images/img03.jpg) no-repeat center top;
	text-decoration: none;
}

#menu .first {
	background: url(images/img03.jpg) no-repeat center top;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	margin-bottom: 10px;
	background: url(images/img04.jpg) repeat-y left top;
}

#wrapper-top {
	width: 950px;
	background: url(images/img07.jpg) no-repeat left top;
}

#wrapper-btm {
	width: 950px;
	background: url(images/img05.jpg) no-repeat left bottom;
}



/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	padding-top: 15px;
}

/* Content */

#content {
	float: left;
	width: 438px;
	margin: 0;
	padding-left: 28px;
}

.post {
}

.post .title {
	color: #967001;
	border-bottom: 1px #A9A9A9 dashed;
}

.post .title a {
	background: none;
	color: #967001;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	margin-bottom: 30px;
	padding: 3px 0px;
	border-top: 1px #A9A9A9 dashed;
	border-bottom: 1px #A9A9A9 dashed;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .entry {
	padding: 10px 0 5px 0;
	text-align: justify;
}

.post .entry p { line-height:26px;
}

.post a {
	color: #967001;
	border-bottom: 1px #967001 dotted;
}

.post a.permalink {
	color: #967001;
	border-bottom: 1px #967001 dotted;
}

.post a.permalink:hover {
	color: #967001; font-weight:bold;
	border-bottom: 1px #967001 dotted;
}

.post .meta a {
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0 0 0 25px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	margin-top:8px;
	border-bottom: 1px dashed #590000;
}

#sidebar li li.sinl  {
	margin-top:5px;
	line-height: 25px;
	border-bottom: none;
}

#sidebar li li span {
	display: block;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0; text-align:justify;
	font-size: 11px;
}

#sidebar li li span.t_noticia {
	display: block;
	margin-top: 20px;
	margin-bottom: 8px;
	padding: 0; 
	line-height: 16px;
	font-size: 12px;
}

#sidebar li li span.bol{
	margin-top:10px;
	color: #BF4D36;
	border: none;
	font-size: 12px;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #4D4D4D;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	text-align: justify;
	color: #BF4D36;
	border: none;
}

#sidebar a:hover {
	text-align: justify;
	text-decoration: underline;
	color: #787878;
}

.noticia { line-height:16px
}

/* patro */

#patro{
	float: left;
	width: 214px;
	margin: 0;
	padding-left: 22px;
}


/* Footer */

#footer {
	width: 960px;
	height: 45px;
	margin: 0 auto;
	padding: 25px 0 15px 0;
	background: #E67300 url(images/img06.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer_izq {
	width: 740px;
	float:left;
	margin: 0;
	padding-left: 90px;
}

#footer_der { 
	width: 130px;
	float:left;
	margin: 0;
	padding: 0;
}

#footer p {
	margin: 0; padding: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer p.menu {
	margin: 0;
	line-height: normal;
	font-size: 11px;
	text-transform: uppercase; 
	text-align: center;
}

#footer p.menu a {
	color: #FFFFFF;
	border-bottom: none;
}

#footer p.menu a:hover {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}

#footer a, #footer a:hover { text-decoration:none; border:none;
} 

/* contactanos */

#sidebar li li span.t_dir {
	display: block;
	color: #BF4D36;
	margin-top: 20px;
	margin-bottom: 8px;
	padding: 0; 
	line-height: 16px;
	font-size: 12px; font-weight:bold;
}

#sidebar li li span.dir{
	margin-top:10px;
	border: none;
	font-size: 12px;
	line-height: 20px;
}

table.border td { 
	font-size:10px;
	border-bottom: 1px #967001 solid;
	border-left: 1px #967001 solid;  
}

table.border td.right   {
	border-right: 1px #967001 solid; ri
}

tr.top { 
	background-color:#967001;
	color:#FFFFFF;
}

p.tabla { line-height:14px; text-align:justify; font-size:11px;
}

p.t_tabla { line-height:14px; text-align:center; font-size:12px; font-weight:bold;
}