body {
	text-align: center;
	color: #000000;
	font: 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color: #EDEDED;
	background-image: url(../images/tiralateral.jpg);
	background-repeat:  repeat-y;
	background-position: center top;

	
}

abbr, acronym {
	cursor:help;
	border:none;
	font-style: italic;
	
}

p {
	text-align: justify;

}

p.derecha {
	text-align: right;
}

p.migas {
	text-align: right;
	margin:0;
	padding:0;
	font-size: 0.8em;
	height: 18px;
	
}

span.tecla {
	text-decoration:underline;
	font-weight: bold;
	
}

img {
	border:none;
}
#contenedor {
	margin:0px auto;
	text-align: left;
	color: #000000;
	/*background-color: #FFFFFF;*/
	width: 760px;
	overflow:hidden;
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}


#cabecera {
	
	
}
#cabecera img{
	float:left;
	margin-left:10px;
	margin-top:10px;
	
}


#cuerpo {
	color:#000000;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:50%;
	
}

#menu {
	visibility:hidden;
	display:none;
	
}

*html #menu {
	padding-top:118px;
}

#menu ul {
	width:210px;
	margin:0;
	padding:0;
	filter:alpha(opacity=85);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	-moz-opacity:.80;
	opacity:.80;
}

#menu ul:hover {
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}

#menu ul li {
	width:190px;
	font-size: 0.8em;
	color: #000000;
	list-style-type: none;
	margin:0;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E9DC78;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
	

}

*html #menu ul li {
	width:190px;
	font-size: 0.8em;
	color: #000000;
	list-style-type: none;
	margin:0;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #E9DC78;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
	

}

#menu ul li:hover {
	background-color: #FFFFCC;
	
}

#menu ul li.sel {
	background-color: #FFFFCC;
	background-image: url(../images/flecha.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top:5px;
	padding-bottom:5px;
	padding-right: 10px;
	padding-left: 10px;
	
}



#menu ul li.sel:hover {
	background-color: #FFFFCC;
	
}


#menu ul li a {
	text-decoration: none;
	display: block;
	color:#000000;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	padding-right: 10px;
	padding-left: 10px;
	
}

#menu ul li a:hover {
	text-decoration: none;
	display: block;
	color:#000000;
	background-color: #FFFFCC;
	width:100%;
	
	
}

*html #menu ul li a:hover {
	text-decoration: none;
	display: block;
	color:#000000;
	background-color: #FFFFCC;
	width:100%;
	
	
}


li.azul {
	/*color:#3399CC;
	background-image: url(../images/barra1.png);
	background-repeat: no-repeat;
	background-position: left center;*/
}

li.azul a{
	color:#3399CC;
}

li.selazul {
	/*color:#3399CC;
	background-image: url(../images/barra1.png);
	background-repeat: no-repeat;
	background-position: left center;*/
}


#contenido {
	color:#000000;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 200px;
	padding-left: 20px;
	font-size: 0.9em;
	background-image: url(../images/contenido.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
 }
 
 #contenido h1 {
	color:#FFFFFF;
	font-size: 1.2em;
	width:97%;
	background-color: #6699CC;
	font-weight: 300;
	padding-left:10px;;
 }
 
 #contenido h1 strong {
 	font-weight: 300;
 }
 
 #contenido h2 {
	color:#000000;
	font-size: 1.1em;
	width:97%;
	background-color: #E9DC78;
	/*font-weight: 300;*/
	padding-left:10px;;
 }
 
 #contenido a {
 	color: #6699CC;
	text-decoration:none;
	font-weight: bold;
 }
 
 #contenido a:hover {
 	color: #6699CC;
	text-decoration:underline;
	font-weight: bold;
 }
 table {
 	width:80%;
	margin-left:10%;
	font-size:1.1em;
 }
 
 *html table {
 	width:80%;
	margin-left:7%;
 }
 
 caption {
 	font-weight: bold;
 }
 
 tr.color {
 	background-color: #E9DC78;
 }
 
 th {
 	background-color: #6699CC;
	color:#FFFFFF;
	padding-left:5px;
 }
 
 td {
 	padding-left:5px;
 }
 
 td.der {
 	padding-left:10px;
	font-weight: 600;
	
 }
#contenido ul li {
	margin-bottom:10px;
}
p.linea {
	width:98%;
	border-bottom: 1px dotted #000000;
	text-align:left;
}

p.linea input{
	border: none;
	
}

span.titulos {
	border-bottom: 1px dotted #000000;
	width:auto;
}
.der {
	text-align:right;
}

input.puntos {
	border-bottom: 1px dotted #000000;
	border-top:none;
	border-right:none;
	border-left:none;
}
.tijera {
	border-bottom: 1px dotted #000000;

}