/* CSS Document */

body {
	background-color: #FFF;
	background-image:url(img/bg_top.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	color: #c1c1c1;
}
#footer {
	color:#a3cbd8;
	text-align:center;
	margin-bottom:10px;
}
#footer a:link {
	color:#a3cbd8;
	text-decoration:none;
	border-bottom: thin #a3cbd8 dashed;
}
#footer a:hover {
	color:#a3cbd8;
	text-decoration:none;
	border-bottom: 2px #a3cbd8 solid;
	background-color:#f3fbfe;
}
#footer a:visited {
	color:#a3cbd8;
	text-decoration:none;
	border-bottom: thin #a3cbd8 dashed;
}
h2 {
	margin: 0px;
	color: #515151;
	font-family:"trebuchet MS", Calibri, "Century Gothic", Georgia;
	font-size:22px;
}
#wrap {
	padding:10px;
}
/* RSS Feeds */
.feed {
	padding:5px;
	margin:5px;
}
.feed:hover {
	background-color: #f9fdff;
}
#wrap h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	color: #63b4cd;
	background: url(http://tech.07designs.com/wp-content/themes/Qwilm/imagenes_qwilm/arrow.gif) no-repeat center right;
	font-size: 1.1em;
}
#left {
	width: 50%;
}
#right {
	width: 50%;
	float: right;
}
#wrap ul {
	padding-left: 10px;
	list-style-type: none;	
}
#wrap ul ul {
	border-top: 1px solid #dee4da;
}
#wrap li {
	border-bottom: 1px solid #dee4da;
}
#wrap li a {
	display: block;
	padding:2px;
	padding-left:4px;
} 
#wrap li a:hover {
	background-color: #f3f3f3;
	border-left: 2px solid #63b4cd;
	border-right: 2px solid #63b4cd;
	padding-left:2px;
}
a, a:hover { color: #8ab459; text-decoration: none; }
a:hover { color: #777; }

/* Options */
.options {
	font-size:12px;
}
.options a:link {
	color: #7399a4;
	text-decoration: none;
}
.options a:hover {
	color: #7399a4;
	text-decoration: none;
	border-bottom: solid 2px #7399a4;
	background-color:#f2f2f2;
}
.options a:visited {
	color: #7399a4;
	text-decoration: none;
}