@charset "utf-8";
/* CSS Document */

/*START:type_style */

body {
	width:960px;
	margin:15px auto;
	font-family: Arial, "MS Trebuchet", sans-serif;
	background:  #f5f1e8 url(FondoY.png)  repeat;
	border: 2px solid silver ;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	
}
p {
	margin:0 0 20px 0;
}
p, li {
	line-height:20px;
}
a:link, a:visited
{
    color: #034af3;
}
/*END:type_style */

/*START:header_style */
header#page_header {
	width:100%;
}

.fondo_menu {
	background: #FF0  url(bgs.png) repeat-x;
	border: 1px solid #009;
	height:30px;	
	padding: 5px 0px 0px 10px;
	text-align: left; 
	vertical-align: central;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
}
.fondo_menu a {
	text-decoration: none;
	font-weight: bold;
	color:#FFF;
}

/*END:header_style */

/*START:nav_style */
header#page_header nav ul, footer#page_footer nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header#page_header nav ul li, footer#page_footer nav ul li {
	padding:0;
	margin: 0 20px 0 0;
	display:inline;
}
/*END:nav_style */

/*START:posts_style */
section#posts {
	float: right;
	width: 71%;
	border: 1px solid  #666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	padding-left: 15px;
	padding-right:15px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-left:3px;
	margin-bottom:15px;
	-webkit-box-shadow:  0px 0px 6px 0px #999; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 0px 0px 6px 0px #999; /* Opera 10.5, IE9, Firefox 4+, Chrome 6+, iOS 5 */
}
section#posts aside {
	float: right;
	width: 35%;
	margin-left: 5%;
	font-size: 20px;
	line-height: 40px;
}
/*END:posts_style */

/*START:sidebar_style */
section#sidebar {
	float: left;
	width: 23%;
	border: 1px solid silver ;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	background: #034b1d;
	padding-left: 5px;
	padding-bottom: 3px;
	margin-top: 15px;
	margin-left:3px;
	color: #FFF;
	text-decoration: none;
	-webkit-box-shadow:  0px 0px 6px 0px #999; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 0px 0px 6px 0px #999; /* Opera 10.5, IE9, Firefox 4+, Chrome 6+, iOS 5 */
}
/*END:sidebar_style */

/*START:footer_style */
footer#page_footer {
	clear: both;
	width: 100%;
	display: block;
	text-align: center;
	border: 1px solid  #666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	padding-top: 15px;
	
	padding-bottom: 15px;
	margin-top: 35px;
	
	-webkit-box-shadow:  0px 0px 6px 0px #999; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 0px 0px 6px 0px #999; /* Opera 10.5, IE9, Firefox 4+, Chrome 6+, iOS 5 */
}
/*END:footer_style */
