body {
    background: #f7f7f7;
	color: #666666;
    font-family: 'Lucida Grande', Verdana, Corbel, 'Bitstream Vera Sans', 'DejaVu Sans', sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
    width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
}
#contenedor {
    background: transparent url(../cuerpo/bg.png) repeat-y center center;
    width: 800px;
}
#header {
    background: transparent url(../cuerpo/bg_header.png) no-repeat center center;
	width: 800px;
    height: 125px;
	margin: 0;
}
.date {
	font-size: 16px;
    text-align: left;
	padding-left: 15px;
	font-weight: bold;
	color: #598b9a;
}
.social {
    background: transparent url(../cuerpo/social.png) no-repeat 0 0;
	width: 210px;
    height: 26px;
	float: right;
	margin: 8px 15px;
}
h1, h2, h4, h5 {
    color: #0070c0;
}
h3 {
    font-family: "Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",sans-serif;
    font-weight: normal;
}
h4 {
    font-family: "Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",sans-serif;
    font-size: 13px;
    font-style: italic;
	padding-top: 0;
	color: #515e13;
	margin-top: 0;
	margin-bottom: 5px;
}
#mainbody {
    width: 100%;
	background: #ffffff;
	margin: 0;
}
#main-content p {
	padding: 0;
    text-align: justify;
}
#content-border {
	padding: 10px 15px;
}
#column-border {
    width: 230px;
	background: #ddebb2;
}
.text-justify {
    text-align: justify;
}
.heading {
	background: none;
    font-family: Arial,sans-serif;
    color: #515e13;
    font-size: 16px;
	height: 16px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #515e13;
	text-transform: uppercase;
	padding: 5px 10px 5px 5px;
}
#notetext {
	padding: 5px 10px 5px 5px;
}
ul {
    margin: 0;
	padding: 0;
}
ul.bullet li {
    list-style: none;
	padding: 5px 0 5px 13px;
	margin: 5px 10px 5px 5px;
	background: url(../cuerpo/bullet.gif) 0 10px no-repeat;
	font-weight: bold;
}
.zoom {
	background: url(../cuerpo/zoom.png) left 50% no-repeat;
	font-size: 13px;
	padding-left: 20px;
}
a {
    color: #515e13;
	text-decoration: none;
}
a:hover {
    color: #81913a;
	text-decoration: none;
}
a:focus { 
    outline: none; 
}
smal {
    font-size: 11px;
}
.img {
    background: #eeeeee;
    float: left;
	border: 1px solid #DEDED0;
	margin: 0 8px 0 0;
	padding: 3px;
	font-size: 10px;
	color: #333333;
}
.img-right {
    background: #eeeeee;
    float: right;
	border: 1px solid #DEDED0;
	margin: 0 0 0 8px;
	padding: 3px;
	font-size: 10px;
	color: #333333;
}
.clr {
    clear: both;
	margin-bottom: 10px;
}
.separator {
    background: url(../cuerpo/dot.gif) repeat-x 50% 50%;
    clear: both;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 15px;
}
.footer  {
    background: #ffffff url(../cuerpo/fondo_footer.png) repeat-x left top;
	margin-top: 5px;
    width: 800px;
	color: #ffffff;
	padding: 30px 20px 15px 20px;
    font-family: "Arial","Verdana",sans-serif;
    font-size: 10px;
}
.footer a{
    color: #99CC00;
}
.galeria {
	border: 1px solid #ccc;
	margin: 8px;
	padding: 1px;
}
.volver {
	background: url(../cuerpo/back.png) left 4px no-repeat;
    float: right;
	font-size: 11px;
	padding-left: 10px;
	margin: 10px 0 0 0;
	clear: both;
}
a.btn span.blue {
    background: url(../cuerpo/btn.png) repeat-x left top #87C80A;
    color: #FFFFFF;
}
a.btn:hover span.blue {
    background: url(../cuerpo/btn.png) repeat-x left -26px #87C80A;
    color: #FFFFFF;
}
a.btn span {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: 5px 10px;
	cursor: pointer;
    text-decoration: none;
}
div.tableton table {
	margin: 8px auto;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
div.tableton table th {
	background-color: #009cff;
	font-size: 12px;
	color: #ffffff;
	text-transform: none;
	font-weight: bold;
	text-align: left;
	padding: 4px 15px;
    width: 120px;
}
div.tableton table tbody {
	background-color: #fff;
}
div.tableton table td {
	padding: 4px 15px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 11px;
	color: #333333;
	text-transform: none;
	font-weight: normal;
	text-align: left;
}
.read-more a {
	color: #777777;
    cursor: pointer;
	font-weight: bold;
	background: transparent url(../cuerpo/blue_arrow_right.png) no-repeat 0 50%;
	font-size: 11px;
	padding-left: 18px;
}
.read-more a:hover {
	background: transparent url(../cuerpo/blue_arrow_right_hover.png) no-repeat 0 50%;
	color: #81913a;
}