/*Initial CSS starts here*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
#content li{
margin-top:0px;
@margin-top:10px;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Initial CSS ends here*/
/**/
body {
	background-color: #babdb6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
p {
	margin-bottom: 1.75em;
}
a {
	text-decoration: none;
}
a:hover {
	color: #6cc7dc;
	text-decoration: none;
}
/**/
#wrapper {
	background: url(images/wrapper.gif) repeat-y;
	height: auto;
	margin: 0 auto;
	width: 794px;
}
#header {
	background: url(images/header.gif) no-repeat;
	height: 182px;
	width: 794px;
}
#cabecera {
	background: url(images/cabecera.gif) no-repeat;
	height: 182px;
	width: 794px;
}
#content {
	min-height: 400px;
	width: 792px;
	clear:both;
}
#footer {
	background: url(images/bg-footer.gif) no-repeat;
	clear: both;
	height: 53px;
	width: 794px;
}
#footer-valid {
	color: #ffffff;
	cursor: default;
	font-size: 1.20em;
	padding-left: 20px;
	padding-top: 20px;
	text-align: center;
}
#footer-valid a {
	color: #ffffff;
	text-decoration: none;
}
#footer-valid a:hover {
	color: #ffffff;
	text-decoration: underline;
}
ul#menu { width: 100%; height: 43px; background: #FFF url("images/menu-bg.gif") top left repeat-x; font-size: 1.2em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul#menu li { display: block; float: left; margin: 0 0 0 5px; }
ul#menu li a { height: 43px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
ul#menu li a:hover { color: #333; }
ul#menu li a.current{ color: #FFF; background: #FFF url("images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }
.entry-title {
	font-size: 1.90em;
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 30px;
	letter-spacing: -1px;
	text-align: center;
}
.entry {
	font-size: 1.20em;
	line-height: 1.75em;
	padding: 5px 15px;
	text-align: justify;
}
