body {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	background: #29A4CD url(imagenes/fondo.png);
}

acronym {
	cursor: help;
	border-bottom: 1px dashed #797979;
}

/* -- Layout classes -- */

#mainContainer {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

/* -- Content container -- */

#content {
	float: left;
	width: 550px;
	margin-right: 10px;
}

#content p, #content ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 8px;
	text-indent: 10px;
	background-color: #EAEAEA;
}
#content ul {  padding-left: 35px;
}

#content a {
	text-decoration: none;
	border-bottom: 1px solid #00B65C;
	color: #333333;	
}

#content a:hover {
	border-bottom: 1px solid #00B65C;
	color: #00B65C;
}

#content a img {
	border: 0px;
}

#content h1, #sideBar h1{
	font-size: 1.5em;
	letter-spacing: 1.0px;
	margin: 0px;
}
#content h2, #sideBar h2{
	clear: both;
	font-size: 1.5em;
	letter-spacing: 1.0px;
	text-indent: 10px;
	margin: 0px;
	border-top: 10px solid #000000;
	border-bottom: 10px solid #333333;
	color: #EAEAEA;
	background-color: #00A30A;
}
#content h3, #sideBar h3{
	font-size: 1.0em;
	letter-spacing: 1.0px;
	text-indent: 5px;
	margin: 0px;
	color: #00A30A;
	background-color: #EAEAEA;
}
#content h4, #sideBar h4{
	clear: both;	
	font-size: 1.0em;
	letter-spacing: 1.0px;
	text-indent: 10px;
	margin: 0px;
	border-top: 10px solid #000000;
	border-bottom: 10px solid #333333;
	color: #EAEAEA;
	background-color: #00A30A;
}
#content h5, #sideBar h5{ /*Igual que el h3, pero tamano mas pequeno*/
	font-size: 0.8em;
	letter-spacing: 1.0px;
	text-indent: 5px;
	margin: 0px;
	color: #00A30A;
	background-color: #EAEAEA;
}

/* -- Content header and footer -- */

#header {
	display: table-cell;
	height: 100px;
	width: 550px;
	text-align: right;
	vertical-align: bottom;
	margin-bottom: 0px;
	color: #EAEAEA;
	background: #00A30A url(imagenes/diseno_cabecera.png) no-repeat top left;
}

#footer {
	float: left;
	height: 45px;
	width: 550px;
	font-size: 0.75em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
	background: #00A30A url(imagenes/diseno_esquina_inf.png) no-repeat bottom right;
}

#footer a {
	border: 0px;
	color: #EAEAEA;
}
#footer a:hover {
	border: 0px;
	color: #AAAAAA;
}

/* -- Menu & news container -- */

#sideBar {
	display: none;
}

#sideBar p {
	margin: 0px;
	padding: 5px 5px 10px 5px;
	background-color: #EAEAEA;
}

#sideBar a {
	text-decoration: none;
	border-bottom: 1px solid #00B65C;
	color: #333333;
}

#sideBar a:hover {
	color: #00B65C;
}

#sideBar a img {
	vertical-align:middle;
	padding: 0 5px 0 5px;
	border: 0px;
}

#sideBar a.menuItem {
	display: block;
	clear: both;
	font-size: 1.1em;
	text-decoration: none;
	margin-top: 1px;
	padding: 0 0 0 25px;
	border: 0px;
	color: #000000;
	background: #C2C7EF url(imagenes/diseno_sidebar_listado.png) no-repeat center left;
}

#sideBar a:hover.menuItem {
	color: #5B7F00;
	background: #E0E2EF url(imagenes/diseno_sidebar_listado_on.png) no-repeat center left;
}

#sideBarHeader {
	display: none;
}

#sideBarFooter {
	display: none;
}

/* -- Title and sub-headings -- */

.highLight {
	color: #00BA8E;
	font-size: 1em;
}

/* -- IE CSS2 selector hack.	This still validates, but IE ignores the class defined
			with the [id].	The result is you set the IE specific value in the first class
			definition, and the standard compliant browser value in the second class -- */

#title{
	font-size: 36px;
	padding: 48px 4px 0px 0px;
}

#title[id]{
	padding-top: 0px;
	padding-bottom: 3px;
}

#title h1{
	color: #EAEAEA;
}

#title a{
	border: 0px;
	color: #EAEAEA;
	text-decoration: none;
}

#title a:hover{
	border: 0px;
	color: #EAEAEA;
	text-decoration: none;
}

strong, .subHeading {
	color: #00c000;
}

.subHeading {
	display: block;
}

/* -- Images styles -- */

.imgRight, .imgLeft {
  border: 1px solid #555555;
}
.imgRight {
  float: right;
  margin: 0 0 10px 10px;
  
}
.imgLeft {
  float: left;
  margin: 0 10px 10px 0;
}
.imgCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* -- Takes care of the 'jump to top' arrow -- */

.upArrow {
	clear: both;
	display: block;
	text-align: right;
}

.upArrow a img {
	margin-top: 10px;
	border-bottom: 0px;
	background-color: #339999;
}

.upArrow a:hover img {
	border: 0px;
	background-color: #999999;
}

/* -- Quote block styles -- */

.quote {
	display: block;
	margin: 10px 20px 10px 20px;
	padding: 2px;	
	border: 1px solid #555555;
	background-color: #999999;
}

.author {
	display: block;
	font-size: 1em;
	color: #00B65C;
}

