body
{
	font-size: 12px;
	background-color: #fff;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}

#buscar { height: 126px; }
#idiomas { height: 36px; }

#idiomas ul
{
	padding: 0;
	margin: 0;
}

#idiomas ul li
{
	line-height: 36px;
	padding-left: 0px;
	padding-right: 18px;
	list-style-type: none;
	display: inline;
}

#menu { background-position: 0 center; }

#menu ul
{
	padding: 0;
	margin: 0;
}

#menu ul li
{
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
	list-style-image: url(none);
	text-align: right;
	border: 0;
	font-size: 1.2em; line-height: 18px;
}

#graphic
{
	background-position: 0 center;
	height: 234px;
	background-color: #b4cc1b;
	background-repeat: no-repeat;
	background-image: url(/images/logo_negativo.gif);
}

#footer
{
	border-top: 1px;
	border-top-color: #ddd;
	border-top-style: solid;
}

#accessibility
{
	visibility: hidden;
	display: none;
}

#slogan
{
	border-left: 1px;
	border-left-color: #fff;
	border-left-style: solid;
}

#slogan h2 { color: #fff; }
.box { background-color: transparent; }

/* Tipos */
h1, h2 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* Colores */
h1 { color: #393930; }
h2 { color: #b4cc1b; }
h3 { color: #ccc; }
h4 { color: #222; }
p, li { color: #393930; }

a
{
	color: #99ae18;
	text-decoration: none;
}

#actual a { color: #333; }
.negativo { color: #393930; }

/* Listas */
li
{
	list-style-image: url(../images/flecha.gif);
	list-style-type: none;
}

/* Linea horizontal */
hr
{
	background: #fff;
	color: #fff;
	clear: both;
	float: none;
	width: 100%;
	height: 2px;
	margin: 0;
	border-top: 1px;
	border-top-color: #ddd;
	border-top-style: solid;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { clear: both; }

h1
{
	font-size: 2em;
	line-height: 1;
	margin-bottom: 0.5em;
}

h2
{
	font-size: 1.5em;
	margin-bottom: 0.75em;
}

h3
{
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}

h4
{
	font-size: 1em;
	line-height: 1;
	margin-bottom: 1.25em;
}

h5
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

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

/* Formularios */
FORM { }
BUTTON:hover, BUTTON:focus { color: #fff; }

FIELDSET
{
	padding: 0;
	border: 0;
}

INPUT
{
	width: 150px;
	float: left;
	line-height: 36px margin-right: 10px;
	color: #393930;
	border: 0;
	background-color: #eee;
}

INPUT[type="radio"] { width: 1em; }
INPUT[type="checkbox"] { width: 1em; }

INPUT[type="submit"]
{
	width: 70px;
	float: left;
	line-height: 18px;
	color: #fff;
	border: 0;
	text-align: center;
	background-color: #b4cc1b;
}

BUTTON
{
	margin-left: 110px;
	width: 70px;
	float: left;
	line-height: 18px;
	color: #ffffff;
	border: 0;
	text-align: center;
	background-color: #b4cc1b;
}

LABEL
{
	width: 110px;
	float: left;
	line-height: 36px color: #909690;
}

LEGEND { }

SELECT
{
	width: 150px;
	border: 0;
	background-color: #e6edf3;
	color: #006699;
}

OPTGROUP { }
OPTION { }

TEXTAREA
{
	width: 150px;
	height: 54px;
	float: left;
	color: #393930;
	border: 0;
	background-color: #eee;
}

/* Definition Lists */
dl, dt, dd
{
	margin: 0;
	padding: 0;
}

dt
{
	font-size: 2em;
	margin-bottom: 0;
	border-bottom: 1px;
	border-bottom-color: #ddd;
	border-bottom-style: solid;
}

dl { }

.rssSubdate
{
	float: left;
	margin-right: 10px;
	width: 230px;
}
