/* CSS Document */
/*RESET*/

*{margin:0px; padding:0px; border:0px;}

body {
	background-color: #F4F4F4;
	font-family:"Comic Sans MS";
  font-size:85%;
  	color: #3A4E32;
}

a, a:visited, a:hover, a:link, a:active, strong{
	color: #3A4E32;
}

h1{
  font-size:1.6em;
}

h2{
  font-size:1.2em;
}



#page-container{
width:888px;
 height:600px;
 margin:5px;
}

#cabecera{
  height:136px;
}

#menu{
  position:relative;
  top:0px;
  left:0px;
float:left;
  width:162px;
}

/***********************************************************/
/************************   MENU   *************************/
/***********************************************************/


#menu {  

	list-style:none;
	margin:0;
	padding:0;
	z-index:9999;
}
#menu li {

	margin:0px;
	margin-left:0px;
	margin-top:4px;
	padding:0; /*Ya no necesito el padding, tambien quitare el borde que puse antes.*/
/*	float:left;*/
}
#menu li a {
	display:block; /*//Convertimos el vínculo en un bloque.*/
	width:162px;
	padding: 4px 0;
	text-decoration:none;
	text-align:center;
	font-size:1em;
	color:#fff;
	background-color:rgb(70,81,61);
	font-weight:bold;
}
/*//Ahora vamos con el hover:*/
#menu li a:hover {
	color:rgb(70,81,61);
	background-color:#fff;
}


#menu li a.on{
  color:#882200;
  background-color:#FFF;
}

#bloque_I{
position:relative;
top:0px;
left:0px;
float:left;
width:450px;
padding:5px;
}

#bloque_II{
background-color:#666;
position:relative;
top:0px;
float:right;
width:200px;
left:-10px;
padding:5px;
color:#fff;
padding-bottom:50px;
	background: url(../images/leftcolumnbottom.jpg) repeat-x center bottom  #666666;
}

#bloque_II a, #bloque_II  a:visited,#bloque_II  a:link{
  color:#FFFFFF;
}



#bloque_D{
position:relative;
width:450px;
float:right;
right:30px;
height:600px;
overflow:auto;
}

.espaciador-600{
  height:600px;
}

.espaciador-300{
  height:300px;
}

#pie {
  position:relative;
  width:100%;
  top:0px;
  left:0px;
  padding:5px;
  text-align:left;
background-color:#666;
color:#fff;
}

/**********************************************************/

.style1 {
  position:absolute;  
  width:175px;
  height:600px;
  top:144px;
  left:686px;
	color: #FFFFFF;

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	margin-right:10px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 15px;
	background: url(../images/leftcolumnbottom.jpg) repeat-x center bottom  #666666;
}
.style2 {
  position:relative;
  top:0px;
  left:0px;
  width:515px;
  height:100%;
float:left;
	color: #3A4E32;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.style3{
position:relative;
top:0px;
left:10px;
width: 460px;
  height:100%;
overflow: auto;
text-align:center;
}

strong {
	font-size: 20px;
}
/*

.style2 a, .style2 a:visited{
	color: #3A4E32;
}

.style3 h1{
  text-align:center;
}
