/* Custom CSS */

/*
 * Please add all your custom CSS here. You can also modify this file directly by
 * editing custom.css, which is located in the theme's admin folder.
 * 
 * Make sure permissions for custom.css are set to 0666.
 * 
 * NOTE: Avoid modifying core theme files or upgrading the theme will overwrite 
 * your changes.
 * 
 * If you are new to styles and CSS, check out http://www.w3schools.com/css/.
 * 
 * If you encounter any issues visit http://support.bavotasan.com/.
 * 
 * Below is a sample style. It will change the color of your site's blog title to 
 * blue.
 * 
 * Delete the slashes and asterix before and after the style to see it in action.
 */

/*
#title a { color: #fff; }
*/
body { background-color: #000; /*background-image: url(/imagen/fondo.jpg);*/  }/* 405218 */
.ind-post { background-color: #ccc; padding: 5px;}
ol.commentlist li.odd { background-color: #ccc; }
ol.commentlist li.even { background-color: #ccc; }
#respond {background-color: #ccc;}
#imagebar{background-color: #ccc;}
#bottombar{background-color: #ccc;}
#footer {background-color: #ccc;}
#header {background-color: #ccc;}

.sf-menu li {
  background-color: #94A89E;
  padding: 0px;
  margin:1px;
  border-style: solid;
  border-size: 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-color:#ff0000;
}

.sf-menu a.sf-with-ul{
  padding-right: 2em;
}

.side-widget, #header, #footer, #bottombar, #imagebar,#respond,.ind-post {
/*  padding: 5px; */
/*  margin:2px; */
  border-style: solid;
  border-size: 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-color:#ff0000;
}

#lowersection .sections H2 {
  background-color: #ccc;
  padding: 5px; 
/*  margin:2px; */
  border-style: solid;
  border-size: 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-color:#ff0000;
  color:#000;
}
/*
<style>
section {
 	background-color:darkred;
 	-moz-border-radius: 25px;
 	-webkit-border-radius: 25px;
 	border-radius: 25px;
 	height:400px;
 	padding:3px;
 
}
aside {
 	margin:2px;
 	border-style: solid;
 	-moz-border-radius: 15px;
 	-webkit-border-radius: 15px;
 	border-radius: 15px;
 	font-family: Verdana, Helvetica, Arial, sans-serif;
 	font-size: 18px;
 	line-height: 1.2em;
 	text-align: left;
 	position: absolute;
 	color:#999;
 	background-color:ivory;
 	position: absolute; 
 	left: 25px; 
 	top: 90px; 
 	width: 500px; 
 	height: 250px; 
 	padding: 10px;
}
a {
 	text-decoration: none;
 	color: #0000FF;
}
h1 {
 	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
 	font-size: 26px;
 	color:#999;
}
p{
 	font-size: 12px;
}
.secondRectangle{
 	width:150px;
 	height: 75px;
 	margin:2px;
 	border-style: solid;
 	-moz-border-radius: 15px;
 	-webkit-border-radius: 15px;
 	border-radius: 15px;
 	background-color:ivory;
 	color:#E8E6ED;
}
</style>
*/
