html, body { 
margin : 0;
padding : 0;
} 
body {
	background : #f2f2f2 url(images/bg.gif) repeat-y top center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
} 
			/*WRAP*/ 
#container {
	width : 800px;
	border : 10px solid #fff;
	line-height : normal;
	color : #666666;
	height: auto;
	background-color: #EEEEEE;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-decoration: none;
} 
			/*TOP BANNER*/ 
#top {
	padding : 0;
	height : auto;
	color : #484500;
	background-color: #FF8A00;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
} 
#top h1 {
	padding : 5px 0 0 5px;
	margin : 0;
	font-size : 140%;
	letter-spacing : 5px;
}
			/*TOP NAVIGATION*/ 
#navcontainer {
	border-bottom : 10px solid #fff;
	height: auto;
	font-size: 11 px;
} 
#navcontainer ul {
	text-align : center;
	padding-bottom : 5px;
	padding-top : 5px;
	padding-left : 0;
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 0;
	width : 100%;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10 px;
	line-height : 14px;
	background-color: #FFCC00;
	height: auto;
	vertical-align: top;
} 
#navcontainer ul li { 
display : inline;
padding-left : 0;
padding-right : 0;
padding-bottom : 5px;
padding-top : 5px;
} 
#navcontainer ul li a { 
padding-left : 10px;
padding-right : 10px;
padding-bottom : 5px;
padding-top : 5px;
color : white;
text-decoration : none;
border-right : 1px solid #fff;
} 
#navcontainer ul li a:hover {
	background : #FF9900;
	color : white;
	font-size: 11 px;
} 
#navcontainer #active { 
border-left : 1px solid #fff;
}  
			/*LEFT SIDEBAR*/ 
#leftnav {
	float : left;
	width : 160px;
	margin : 0;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	border-top-color: #FFFFFF;
	border-right-width: 0px;
} 
#leftnav p { 
margin : 0 0 1em 0;
} 
#leftnavmenu {
	list-style : none;
	float : left;
	width : 160px;
	margin : 30px 0 30px 0;
	padding : 0;
	font-size : 11px;
} 
#leftnavmenu ul { 
list-style : none;
width : 150px;
margin : 0 0 20px 0;
padding : 0;
font-size : 11 px;;
} 
#leftnavmenu li { 
margin-bottom : 2px;
} 
#leftnavmenu li a {
	font-weight : bold;
	font-size: 11 px;
	height : 20px;
	text-decoration : none;
	color : #505050;
	display : block;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	border-left-width: 0;
	border-left-style: none;
	border-left-color: #666666;
	background-color: #E4E4E4;
	background-image: url(images/up.gif);
	background-repeat: no-repeat;
	background-position: left center;
} 
#leftnavmenu li a:hover {
	color : #fff;
	font-size: 11 px;
	background-color: #FF9933;
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-left-width: 0;
	border-left-style: hidden;
	border-left-color: #333333;
	font-size: 11px;
} 
			/*MAIN CONTENT*/ 
#content {
	margin-left : 185px;
	border-left : 10px solid #fff;
	padding : 1em;
	width: auto;
	text-align: right;
} 
#content p {
	padding : 0 2em 0 2em;
	border-top-color: #EEEEEE;
	font-size: 12px;
	text-align: left;
} 
			/*FOOTER*/ 
#footer {
	clear : both;
	margin : 0;
	padding : 0;
	font-size : 11px;
	border-top : 10px solid #fff;
	color : #fff;
	background-color: #FF8A00;
	height: 45px;
	width: auto;
	text-align: center;
}
* > html #footer img { 
margin : 0;
} 
#footer p {
	padding : 0 0 0 0px;
	vertical-align: middle;
} 
			/*TYPOGRAPHY*/ 
h2 {
	font-size : 130%;
	letter-spacing : 5px;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
blockquote {
padding : 5px;
font-weight : bold;
font-style : italic;
color : #b29b35;
} 
 
.quote { 
border-top : 1px solid #8fb8cc;
padding : 10px;
color : #036;
} 
			/*SEARH BAR*/
form {
	float : none;
	margin-bottom : 20px;
	text-align: center;
} 
input.search { 
width : 100px;
border : none;
background : url(images/input.gif);
padding : 4px;
} 
input.login { 
width : 75px;
border : none;
background : url(images/logininput.gif);
padding : 4px;
} 
 			/*LINKS*/
a:link, a:visited {
	color : #333333;
	background : transparent;
	text-decoration : none;
} 
a:hover {
	color : #666666;
	text-decoration : none;
	text-transform: none;
	
} 
a:link2, a:visited2 {
	color : #333333;
	background : transparent;
	text-decoration : none;
} 
a:hover2 {
	color : #666666;
	text-decoration : none;
	text-transform: none;
	
} 
a img {
	border : none;
	text-align: center;
} 
			/*IMAGESS*/
.imgleft {
	float : left;
	padding : 5px;
	margin-right : 10px;
	width: 520px;
	clear: both;
}
			/*CLASS*/
.post {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding : 3px;
	margin : 20px 10px 0 5px;
	font-size : 12px;
} 
.post .date {
	text-decoration: none;
} 
.post .comments { 
background : url(images/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .readmore { 
background : url(images/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
#container #leftnav #leftnavmenu .style56 {
	background-color: #FF9900;
	color: #FFFFFF;
	background-image: url(images/right2.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 11 px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#container #content .style4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
}
imagenes {
	margin: 0px;
}
.fecha {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.costa {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
#container #content div div div div table tr td p .style9 {
	text-align: left;
}
#content div div div div table tr td p .style9 {
	text-align: left;
}
