html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
  	margin: 0;
  	background: #c9d3c8;
 	font-family: "gill sans", helvetica, arial, sans-serif;
}

/*Menu Horizontal*/

#menu{
	z-index: 1;
	position: absolute;
	top: 140px;
	width: 100%;
	height: 50px;
	background:url(images/Nav_BG.png) repeat;
}

#menu ul{
	list-style-type: none;
	text-align: center;
}

#menu li{
	text-transform:uppercase;
	display: inline;
	text-align: center;
	margin: 0 50px 0 0;
	line-height: 42px;
}

#menu li a{
	color:#fff;
	text-decoration:none;
}

#menu li a:hover{
	text-decoration: underline;
}
	
#menu li a.current{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

/* FUENTES */

h1, h2, h3, h4, h5, h6, p {
	font-weight: 100;
	color: #54993d;
	text-align: left;
}

h1 {
	font-size: 20px;
	font-style: italic;
}

h2 {
	font-size: 17px;
	text-decoration: underline;
	margin-bottom: 10px;
}

p {
	font-size: 15px;
	margin-bottom: 15px;	
	text-indent: 15px;
}

.bienvenida:first-letter {
	font-size: 200%;
	font-style:  italic;
}

h4 {
	text-decoration: underline;
	font-size: 18px;	
	margin-bottom: 10px;
}

h5 {
	font-size: 15px;
	text-align: left;
}
#pie p {
	font-size: 12px;
	text-align: center;
	margin: 0;
	text-indent: 0;
}
/* unvisited link */
a:link {color:#275226}  
/* visited link */    
a:visited {color:#275226} 
/* mouse over link */ 
a:hover {color:#FFF}  
/* selected link */
a:active {color:#275226}  

#supercontenedor {
	margin: auto;
}

/* AJUSTES DE LAS IMAGENES DE ESQUINAS REDONDEADAS */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* AJUSTES DE TAMAŅO DE LAS CAJAS */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}

.rbcontent { margin: 0 14px; }
.rbroundbox { width: 790px; margin: 1em auto; }

#contenedor {
	height: 600px;
}

#cabecera {
	position: relative;
}
#flor {
	position: absolute;
	top: -8px;
	right: 0;
}
#contenido {
	position: relative;
	top: 90px;
	margin: 15px 15px 200px 15px;
	height: auto;
/*	float: left;*/
}
#left {
	float: left;
	width: 500px;
}
#news {
	float: right;
	width: 190px;
	border: 1px solid #54993d;
	height: 360px;
}
#news h3 {
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #54993d;
}
#news p {
	padding-bottom: 5px;
	font-size: 13px;
}
#news_content {
	padding: 10px;
	position: inherit;
	overflow: auto;
	height: 324px;
	
}
.firma {
	text-align: right;
	font-style: italic;
	border-bottom: 1px dotted #54993d;
}
#ventana {
/*	border: #54993d 1px solid;*/
	float: right;
	width: 600px;
	height: 370px;
	margin: 0;
	padding: 0 10px 0 0;
	background: transparent;
	overflow: auto;
}
#lista{
	margin: 0;
	background-color: #fff;
	padding: 0px;
}

			
/*cosas del menu_lateral*/
#menu_lateral{
	float: left;
	width: 90px;
	height: auto;
	border: #54993d 1px solid;
	padding: 10px;
	text-align: right;
}

#menu_lateral ul{
	list-style: none;
	margin: auto;		
}
#menu_lateral li {
	margin-bottom: 8px;
}
	
#menu_lateral li a{
	color: #54993d;
	text-decoration: none;							
}
			
#menu_lateral li a:hover{
	text-decoration: underline;
}
	
				
#abajo {
	min-height: 100px;
	padding: 0px;
	margin: 0 auto;
}
