/* * * * browser equalization / don't mess with this * * * */

* { border: 0; margin: 0; padding: 0; }

/* * * * general * * * */

body {
	background-color: #16C943;
	color: #000000;
	font: 0.70em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	text-align: center;
}

/* * * * links * * * */

a { color: #FF310D; font-weight: bold; text-decoration: none; }
a:hover { color: #E91510; }

a img { border: 1px solid #ccc; margin: 4px; padding: 4px; }
a:hover img { border-color: #E91510 }

/* * * * standard * * * */

h1 {
	font-size: 100%;
}

h2 {
	background: url(images/h2_background.gif) right repeat-y;
	border: 1px solid #E91510;
	color: #006414;
	font-size: 200%;
	font-weight: normal;
	margin: 0.2em 0;
	padding: 0.1em 0.2em;
}

h3 {
	background: url(images/h2_background.gif) right repeat-y;
	border: 1px solid #E91510;
	color: #006414;
	font-size: 190%;
	font-weight: normal;
	margin: 0.2em 0;
	padding: 0.1em 0.2em;
}

ul {
	margin: 0.5em;
}

.hidden { display: none; }

#title {
	color: #E91510;
	font-size: 460%;
	font-weight: normal;
	
}
#wrap {
	background-color: #fff;
	border: 1px solid #006414;
	margin: 0 auto;
	text-align: left;
	width: 900px;
}
#header {
	background: url(images/logo.gif) no-repeat;
	color: #006414;
	margin: 20px 0 0 10px;
	padding: 30px 0 80px 200px;
}


/* * * * MENU SUPERIOR * * * */

#navTop {
	padding-right: 10px;
	text-align: right;
}
#navTop li {
	display: inline;
	list-style: none;
}
#navTop li a {
	background: #E91510 url(images/corner.gif) top left no-repeat;
	border-bottom: 2px solid #ccc;
	color: #006414;
	font-weight: bold;
	margin: 0.1em;
	padding: 0.2em 2.0em;
	text-decoration: none;
}
#navTop li a:hover {
	border-bottom-color: #E91510;
	color: #16C943;
}
/* * * * MENU DESPLEGABLE * * * */
#navTop ul li:hover ul{ display:block !important;} /*Indicamos que en hover del menu muestre el submenu*/
#navTop ul ul{
	display:none;  /*indicamos que al cargar la web no muestre el submenu*/
	/*width:300px; /*Le cambiamos el ancho sino hereda del ul anterior*/
	position:absolute;
	top:225px;
	height:auto;
	padding:5px 0 10px;
	left:300px;
}


/* * * * content * * * */

#content {
	margin: 5px;
	padding: 5px;
}
#content div {
	border: 1px solid #ccc;
	padding: 10px;
	width: 46%;
}
#content div p {
	line-height: 1.8em;
}
#content div p img {
	cursor: pointer;
	margin-left: 10px;
}

/* * * RSS * * */
#rss div {
	float: right;
	border: 0px solid #ccc;
	padding: 10px;
	width: 46%;
}
#rss a img { margin-top: 15px; }
#rss p span { color: #E91510; }
#rss p span.date { font-weight: bold; }

/* * * left column * * * */

#column1 { float: left; }

/* * * right column * * */

#column2 { float: right; }
#column2 a img { margin-top: 15px;}
#column2 p span { color: #E91510; }
#column2 p span.date { font-weight: bold; }

/* * * * footer * * * */

#footer {
	clear: both;
	font-size: 0.9em;
	line-height: 2.4em;
	text-align: center;
}

