
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.jpg);
	text-align: justify;
}

body, input, textarea, select {
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #990000;
}

h1 {
	font-size: 2.2em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1em;
}

blockquote, ul, ol {
	margin-left: 2em;
}

blockquote {
	margin-right: 2em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #990000;
}

a:hover {
	text-decoration: none;
}

.hr {
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

#wrapper {
	padding: 10px 0;
	background: url(images/img02.jpg) repeat-x;
}

#header {
	width: 720px;
	height: 218px;
	margin: 0 auto;
}

#content {
	width: 720px;
	margin: 0 auto;
	background: #FBE8E8 url(images/img04.jpg) repeat-y;
}

#blog {

	padding: 15px 24px 0px 30px;
	background: url(images/img05.jpg) no-repeat;
}

.post {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(images/img08.gif) no-repeat center bottom;
}

.post .title {
	margin-bottom: 15px;
	padding-left: 15px;
    padding-top: 30px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.post .title a {
	text-decoration: none;
}

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

.post .date {
	margin-top: -30px;
	padding-right: 15px;
	text-align: right;
	font-size: x-small;
}

.post .entry {
	padding: 20px 15px 10px 15px;
	line-height: 1.5em;
}

#linkMapa
{
float:right;margin:9px 10px 0 0;
}

table.tablaInfo, .tablaInfo th, .tablaInfo td
{
	border: solid #660033 1px;
	background-color: #FFFFCC;
    padding:0;
	margin: 0;
	font-weight: bold;
	color:#555;	
}

.tablaInfo th
{	
font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding:6px;
}
.tablaInfo td
{
	padding:6px;
    vertical-align: top;
}

#divMenu
{
width: 100%;
padding:3px 0;
margin: 0;
background-color: #cdccff;
}


#divMenu,#divMenu a,#divMenu a:link,#divMenu a:visited,#divMenu a:hover,#divMenu a:active
{
text-align:center;
font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight: bold;
color: #555;
}
#divMenu a:hover
{
color: #3839a7;
}

.post .meta {
	margin-bottom: 2em;
	padding: 0 15px;
    font-weight: bold;
}
#footer {
	width: 720px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
	background: url(images/img09.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #555;
    font-weight: bold;
}

#footer a {
	color: #555;
}