/***************************************************
     AUTOR: Patxi Madariaga (basado en un
	 		diseņo de Pat Heard para oswd.org)
       Mayo 2006

 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

body {
	margin: 5px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #bb9;
}

h1 {
   color: #602045;
	clear: both;
	padding: 5px 0 12px 5px;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

#text h1 {
  background: url(../images/h1_bg.gif) no-repeat bottom left;
}

h2 {
  clear: both;
  padding: 0 0 0 5px;
  margin: 10px 0 10px 0;  
  font-size: 17px;
  font-weight: bold;
  color: #56B600;
}

p {
  line-height: 20px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}


#news p {
  padding: 8px;
}

a {
  color: #56B600;
}

a:hover {
  color: #326901;
  background-color: #DDD;
}

#news   a:hover,
#footer a:hover {
  background-color: #CCC;
}

ul, ol {  
  padding-bottom: 8px;
  line-height: 20px;
}

ul {
  list-style-image: url(../images/li_bullet.gif);
}





/***************************************************
  Cuerpo principal
 ***************************************************/

#siteBox {
	background-color: #bb9;
	width: 780px;
	margin: 0px auto;
	text-align: left;
}





/***************************************************
   Cabecera
 ***************************************************/


#header {
  background-color: White;
  margin-bottom: 10px;
}

#header img {
  margin: 0 15px  0 15px;
}

#header img a {
	border: none;
}
#header a:hover {
 	background-color: transparent;
 }

/***************************************************
   Columna izquierda
 ***************************************************/

#news {
	float: left;
	width: 185px;
	margin-left: 0;
	padding: 0 5px 0 0;
}

#news div.block {
  width: 175px;
  margin:0 0 5px 0px;
  padding: 0 0 10px 0;
  background-color: #ccc; 
}


.block h1 {
	margin: 0px 0 0 0;
	padding: 10px 0 5px 5px;
	font-size: 16px;
}

.block h3 {
	font-size: 12px;
	font-weight: bold;
	color: Maroon;
	padding: 0 0 0 10px;
	margin-top: 5px;
}
#news .links {
	margin: 15px 0 0px 0;
}

#news .links a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	margin: 0;
	color: #602045;
	text-transform: none;
	text-decoration: none;
}

#news .links a:hover {
	background: url(../images/link_news.gif) no-repeat center; /*color: Gray;*/
}

#news a img {
  border: 0px;
}



/***************************************************
   Contenido principal
 ***************************************************/

#text {
  float: right;
  width: 575px;
  margin-bottom: 10px;
  background-color: #dda;
}

#text p {
	margin-right: 10px;
	margin-left: 10px;
}
 #text a img {
	border: none;
 }



/***************************************************
   Pie de pagina
 ***************************************************/

#footer {
	background-color: #ccc;
	clear: both;
	width: 770px;
	padding: 5px 5px 10px 5px;
	margin: 0 0 5px 0;
}

#footer p{
	line-height: normal;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	padding: 10px 10px 0px 10px;
}

#copyright {
	clear: both;
	font-size: 9px;
	text-align: right;
	font-weight: bold;
	margin: 10px 15px;
}

#footer img.right {
  padding: 5px 2px 0 2px;
  border: 0px;
}



/***************************************************
   Large <ul> Link Styles
   --------------------------------------------
   Creates the large links blocks that can be
   used in the #text section
 ***************************************************/


ul.links {
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
}

ul.links li a {
  float: left;
  width: 150px;
  padding-top: 5px;
  margin: 0px;  
  cursor: pointer;
  text-decoration: none;
}

ul.links li a:hover {
  background: #DDD ;
}





/***************************************************
   Display Classes
 ***************************************************/

.date {
  display: block;
  text-transform: uppercase;
  color: #56B600;
}

p.quote {
  float: left;
  padding: 8px 0 0 8px;
  margin: 5px 0 10px 3px;
  background: #FEFADE;
  border-left: 2px solid #FEE456;
}

p.quote span.bottom {
  float: right;
  width: 20px;
  background: url(../images/quote_bottom.gif) no-repeat bottom right;
}

img.right {
  float: right;
  padding: 3px;
}

img.left {
  float: left;
  padding: 3px;
}

.grey {
  color: #AAA;
}