/* Global Styles */

body {
	margin: 0px;
	padding: 0;
	background-color: #FFFFFF;
	font-size:107%;
	font-family:Futura Light Bt,"Century Gothic";
  }



fieldset, 
fieldset div {
	border: 1px solid #5C743D;
	margin: .5em;
	padding: .5em;
}


/* texto central */
div.yui-gc {
	margin-left:2em;
}

div.yui-b {
   background-color:#FFFFFF; 
}



div.yui-b p {
    margin:0 0 .5em 0;
    color: #666666;
}

div.yui-b p strong {
    font-weight: bold;
    color:#000;
}

div.yui-b p em {
    color:#000;
}            

div.yui-u li {
	list-style-image: url(../img/vinieta.jpg);
	margin-left: 3em;
	padding-left: 1em;
	margin-bottom: 0.3em;
}	

div.yui-u ul {
	margin-top: 0.5em;
  	margin-bottom: 0.5em;
}

h1 {
	font-size: 107%;
	color: #009900;
	line-height:26px;
	letter-spacing:.21em;
  	margin: 1em 0;
}

h2 {
	font-size:92%;
	font-weight: bold;
	color: #5C743D;
	line-height:22px;
	letter-spacing:.2em;
	padding: 0;
	margin: 1em 0;
}
	
h3 {
	font-size: 92%;
	color: #5C743D;
	line-height:22px;
	letter-spacing:.1em;
	padding: 0;
	margin: 1em 0;
}
  
  
  
	
a {
	color: #993300;
}
	
	
a:hover {
	color: #5C743D;
}

/* ID Styles */
#hd {
	background-color: #D5EDB3;
	border-bottom: 4px solid #99CC66;
	text-align: right;
	position: relative;
	height: 108px;
}

#hd img {
	float:right;
	clear:left;
}
/* para el título de la página - cuidado, dependen todos de todos */
#hd h1 {
	font-family:Futura Md Bt,"Franklin Gothic Heavy" ;
	
	font-size: 197%;
	color: #006600;
	line-height: 26px;
	float: left;
	letter-spacing: 0.5em;
	margin-left: 20px;
	clear: both;
	text-align:left;
	width:15em;

}

#hd h1.shadow {
	color: #009900;
	float:left;
	margin-left: 19px;
	margin-top:  -2.1em;
}

#hd img {
	margin-top:-5.9em;
	*margin-top: 0;  /*solo IE hace caso de esto */
}

/* ----------- */

#bd {
	background-color: #5C743D; /*Verde Oscuro*/
	}
	
	
	
/* Class Styles */

.bodyText {
	color:#666666;
	line-height:20px;
	margin-top:0px;
	text-align:left;
	list-style:katakana;
  	padding-top: 1em;
	}
	

.encab-noticias {
	text-align:center; 
	background-color:#5C743D;
	overflow: hidden;
}

.tablaNoticias {
	border: thin solid #5C743D;
/*	width: 197px; */
  	font-size:85%;
	}


.tablaNoticias p {
	text-align: center;
}

.fechaNoticia {
	background-color:#F9CA60;
	color: #000;
}

.subHeader {
	font-weight: bold; 
	color: #5C743D;
	letter-spacing:.2em;
	padding: 0;
	}

.smallText {
	font-size: 92%;
	color: #666666;
	line-height: 22px;
	padding: 0 5px 0 5px;
}

.fechaHoy {
	font-size: 77%;
	line-height: 16px;
	letter-spacing: .1em;
	text-align: center;
}

	
.centerP {
	text-align: center;
}

.leftP {
	text-align: left;
}

.rightP {
	text-align: right;
}


.puesto {
	padding-left: 4em;
	padding-bottom: 0.4em;
	font-weight: bold;
    font-style: italic;
}

.clear {
    clear: both;
}