* { 
margin : 0;
padding : 0;
} 
body { 
margin : 0;
padding : 0;
text-align : center;
background : #f0f0f0 url(images/bbg.gif);
} 
img1 { 
padding : 5px;
border : 1px solid #caff7a;
}

.boton-cabecera {
	font-familiy: Arial;
	font-weight: bold;
	background-color: transparent;
	color: black;
	border: 1px solid black;
	cursor: hand;
}

.boton-cabecera-sel {
	font-familiy: Arial;
	font-weight: bold;
	background-color: transparent;
	color: blue;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	cursor: hand;
}


img2 { 
padding : 5px;
border : 1px solid #caff7a;
}
 
img.floatTL { 
float : left;
margin-right : 10px;
margin-bottom : 0;
margin-top : 5px;
margin-left : 0;
} 
img.floatTR { 
float : right;
margin-left : 7px;
margin-bottom : 0;
margin-top : -2px;
margin-right : 10px;
} 
h1 { 
font-family : serif;
font-weight : lighter;
color : #9cec23;
font-size : 2em;
letter-spacing : 2px;
float : right;
padding-right : 10px;
padding-top : 15px;
} 
h2 { 
color : #afe715;
font-size : 1.3em;
font-weight : lighter;
text-decoration : underline;
letter-spacing : -1px;
padding-top : 10px;
padding-bottom : 5px;
} 
h3 { 
color : #6d6d6d;
font-weight : lighter;
text-decoration : underline;
font-size : 1.1em;
letter-spacing : -1px;
padding : 10px;
} 

p { 
color : #636363;
font-size : 18px;
text-align : justify;
} 

logo{
border-color: #FFFFFF; 
}
a { 
color : #ba7d04;
text-decoration : none;
} 



#wrapper { 
text-align : left;
width : 920px;
margin : 10px auto 0 auto;
position : relative;
} 
#header { 
background : #272727 url(images/header-bg.gif) repeat-x bottom left;
background-position: 0% 100%;
height : 100px;
} 
#header p { 
padding-left : 590px;
color : #a9fb25;
text-decoration : underline;
} 
#content-wrapper { 
width : 920px;
background : #fff url(images/border.gif) repeat-y left 0%;
position : absolute;
left : 0px;
height : 560px;
} 

#content-wrapper2 { 
width : 710px;
background : #fff url(images/border.gif) repeat-y left 0%;
position : absolute;
left : 210px;
height : 560px;
} 
#left-content { 

position : absolute;
left : 0px;
width : 210px;
background : #cbf77f;
height : 560px;
}


#content-inner { 
position : absolute;
background : #fff url(images/border.gif) repeat-y left 0%;
padding : 5px 15px 5px 15px;
height : 550px;
width : 500px;
left : 210px;
overflow : scroll;
}

#content-inner2 { 
position : absolute;
background : #fff url(images/border.gif) repeat-y left 0%;
left : 210px;
overflow : scroll;
padding : 5px 15px 0 15px;
height : 550px;
width : 680px;
}
 

#rigth-content { 
position : absolute;
float : rigth;
left: 710px;
bottom:0px;
width : 210px;
background : #cbf77f;
height : 560px;
}

 
#footer { 
position : absolute;
top:560px;
left : 0px;
text-align : center;
color : #fff;
//background : #86c216;
//margin-left : 0px;
//padding-rigth : 100px;
display : inline;
height : 10px;
width : 920px;
padding-top : 5px;
padding-bottom : 5px;
background : #a4e91a;
} 

#footer2 { 
position: absolute;
left: 210px;
rigth : 0px;
text-align : center;
color : #fff;
margin-left : -210px;
display : inline;
float : left;
width : 920px;
padding-top : 5px;
padding-bottom : 5px;
background : #a4e91a;
} 

#left-content p { 
padding-left : 5px;
padding-right : 5px;
font-size : 0.9em;
}


#footer p { 
text-align : center;
font-size : 0.8em;
}

#footer2 p { 
text-align : center;
font-size : 0.8em;
}

 
ul { 
list-style : none;
color : #636363;
font-size : 18px;
} 
li { 
margin : 2px 0 2px 5px;
color : #636363;
font-style:normal;
font-size : 18px;
} 
li a { 
display : block;
width : 201px;
height : 30px;
line-height : 30px;
color:  #000000;
background : url(images/nav.gif) no-repeat left top;
text-indent : 5px;
} 
li p { 
display : block;
width : 201px;
height : 30px;
line-height : 30px;
background : url(images/nav.gif) no-repeat left top;
text-indent : 5px;
} 

li a:visited { 
background-position : right top;
} 
