/*
caticalles 2009
*/

* {
	margin: 0;
	padding: 0;
}
/*.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}*/
body {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(images/fondo4.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1, h2, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #006600;
}

h1, h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	color:#FFFFFF;
}

ul {
	margin-left: 3em;
}

ol {
	margin-left: 3em;
}

a {
	text-decoration: none;
	color: #006600;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* contenidor */

#contenedor {
	width: 730px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 160px;
	padding: 40px 10px 0 0;
	text-align: right;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 190px;
	background: #CDCC52 url(images/img01.gif) repeat-y;
}

/* Sidebar > Boxed */

#sidebar .boxed {
	padding: 0 5px;
}

#sidebar .boxed .title {
	height: 26px;
	padding: 14px 0 0 10px;
	background: url(images/img05.gif) no-repeat;
	text-transform: capitalize;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar .boxed .content {
	padding: 10px;
}

#sidebar .boxed ul {
	margin: 0;
	list-style: none;
}

#sidebar .boxed li {
	padding: 0 0 0 12px;
	background: url(images/img06.gif) no-repeat left center;
}

#sidebar .boxed h3 {
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#sidebar .extra {
	height: 35px;
	background: url(images/img08.gif);
}

/* Menu */

#menu {
	padding: 40px 15px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 160px;
	height: 27px;
	margin: 0 0 5px 0;
	padding: 3px 0 0 6px;
	background: #DDDC8A url(images/img02.gif) no-repeat;
	text-align: left;
	letter-spacing: -1px;
	font: normal 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#menu a:hover {
	background-image: url(images/img03.gif);
	text-decoration: none;
}

#menu .active a {
	background: #FF8C68 url(images/img04.gif) no-repeat;
}

/* Content */

#content {
	float: right;
	width: 355px;
	padding-left: 8px;
}

#content h2 {
	margin: 1.6em 0 1em 0;
	background: url(images/img07.gif) repeat-x left bottom;
}

/* Formulari */

.advertencia {
	letter-spacing: 2px;
	font-size: 0.8em;
	color:#CC3300;
	font-weight: bold;
}
/* Footer */

#footer {
	clear: both;
	width: 500px;
	margin: 0 auto;
	padding: 1em 0;
	background: url(images/img09.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

