BODY {
	background : #C0D9D9 url(imagenes/fondo.gif) repeat;
	font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #666666;
	margin : 20px 0px 20px 0px;
	padding : 0px;
	text-align: center;
}
.titular {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #666600;
	text-decoration: underline;
}
.titular_detalle {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;

}
.derecha_detalle {
	font: 14px Tahoma, sans-serif;
	color: #666666;
	text-decoration: none;

}
#contenedor{
	text-align: left;
	width: 700px;
	background-color : #ffffff;
	margin: auto;
}
#cabecera{
	height : 106px;
	width: 700px;
}
#navegador{
	background : #F5F4C3 url(images/fondonav.gif);
	padding : 3px 10px 5px 10px;
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
}
ul#menu {  
	list-style:none;
	margin:0;
	padding:0;
	}
ul#menu li {
	margin:0px;
	padding:0;
	float:left;
	}
ul#menu li a {
	display:block;
	width:160px;
	padding:4px 1px;
  	padding-left: 5px;
	font: 14px Tahoma, sans-serif;
	color: #666666;
	font-weight:bold;
	text-decoration:none;
/*  font: tahoma;
	font-size:11px;
	color:#000000;*/
	text-align:left;
	background-color:#EEEEEE;
/*	border-left:10px solid #666666;*/
	}
ul#menu li a:hover {
	color:#000000;
	background-color:9C983F;
	border-left-color:#ECB223;
	}
/* menu2 */	
ul#menu2 {  
	list-style:none;
	margin:0;
	padding:0;
	}
ul#menu2 li {
	margin:0px;
	padding:0;
	float:left;
	}
ul#menu2 li a {
	display:block;
	width:150px;
	padding:4px 1px;
  	padding-left: 5px;
	text-decoration:none;
	text-align:left;
	font: tahoma;
	font-size:11px;
	color:#000000;
/*	background-color:#FFFFFF;*/
	background-color:#EEEEEE;
/*	border-left:10px solid #70B006;*/
	}
ul#menu2 li a:hover {
	color:#000000;
	background-color:9C983F;
	border-left-color:#ECB223;
	}	
/* prueba*/
/*GRAY PANEL*/
.panel{
	border:solid 1px #666666; background-color:#FFFF99; padding:5px; margin:2px;
}
.panel1{
	border:solid 1px #666666; background-color:#D9F1FF; padding:5px; margin:2px;
}
.panel2{
	border:solid 1px #666666;
	padding:5px;
	margin:2px;
	color: #000000;
	background-color: #AEBC05;
}
.panel3{
	border:solid 1px #666666;
	padding:5px;
	margin:2px;
	color: #000000;
	background-color: #FFFFFF;
}

/*TEXT STYLES*/
.titulo1a {
	font: 1.5em Tahoma, sans-serif;
	color: #666600;
	text-decoration: none;

}
.titulo1b {
	font: 14px Tahoma, sans-serif;
	color: #000000;
	text-decoration: none;

}
.titulo1c {
	font: 0.7em Tahoma, sans-serif;
	color: #006633;
}
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}	
/*redondeados*/
border a {
  display:block; /* a must */
  border: solid #777777;
  border-width: 0 1px; /* left and right borders only */
  text-decoration: none;
  outline:none; /* so as not to distract from the effect */
  color: #000;
  background: #e4e4e4;
}
border a b {
  display: block; /* another must */
  position:relative; /* because the child elements are positioned */
  top: -1px; /* drag it up a little, creates the top notches */
  left: 0;
  border:solid #777777;
  border-width:1px 0 0; /* top border only */
  font-weight:normal;
}
border a b b {
  border-width:0 0 1px; /* bottom border only */
  top: 2px; /* pushed down a little to create the bottom notches */
}
border a b b b { /* i don't think three-deep tag is even necessary */
  top:-1px;
  padding: 1px 6px;
  border-width: 0;
}

