html, body {

	width: 1000px;
	margin-right: auto;
	margin-left: auto;
 background-color: #7E5F23;
}

.blueberry { max-width: 680px; }

/* estilos
----------------------------------------------- */
p { 	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

/* maqueta
----------------------------------------------- */

#caja {
	background-color: #FFFFFF;
	min-height: 550px;
	width: 997px;
        overflow: hidden;
}

#copete { width: 100%;
clear: both;
text-align: center;

}

#columna_menu {
float: left;
width: 200px;
padding: 10px;
}

#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	text-align: right;
text-transform: uppercase;
padding: 10px;
background-color: #7e5f24;
}

#menu li p { 	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
list-style: none;
margin: 1px;
}

#menu li { 	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
    list-style: none;
    margin: 1px;
    color: #d0d0d0;
    border-bottom-style: solid;
    border-width: 1px;
    padding-top: 10px;
}


#contenidos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	margin: 35px;
overflow: hidden;
padding-bottom: 35px;
float: right;
width: 680px;
}

#pie {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
color: #fff;
margin-top: 10px;
text-align: center;
text-transform: initial;
position: relative;
clear: both;
}


/*  links ----------- */

a:link {
	color: #A7874C;
	text-decoration: none;
}
a:visited {
	color: #A7874C;
	text-decoration: none;
}
a:hover {
	color: #ddd;
	text-decoration: underline;
}
a:active {
	color: #A7874C;
	text-decoration: none;
}

/*  links menu ----------- */

#menu a:link {
	color: #ffffff;
	text-decoration: none;
}
#menu a:visited {
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover {
	color: #000000;
	text-decoration: underline;
}
#menu a:active {
	color: #ffffff;
	text-decoration: none;
}


a img {border:0px 

}

a:hover img {border:0px 

}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}
