#menuAdmin,
#menu,
#cabecera UL,
.navegador,
.buscador
 {
	display:none;
	}
H1{
	display:block;
}

BODY{
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #010101;
	background-color:#ffffff;
	}
H2{
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	color:#FE66B1;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:18px;
	}
	H2 A{
		text-decoration: none;
		}
		H2 A:hover{
			text-decoration: none;
			}

H3{
	margin:13px 0 0 0 ;
	padding:0 0 0 8px;
	width:98%;
	background-color:#E095BE;
	background-image:url(../images/rosa/bgTitulo.gif);
	background-position:right top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	font-style:italic;
	font-weight:normal;
	height:26px;
	}
	
H4{
	margin: 10px 0 10px 0;
	padding: 0;
	color:#D3C8B2;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	height:auto;
	}
H5{
	margin: 20px 0 15px 0;
	color:#D3C8B2;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	}
	
IMG{
	border:0;
	}
P{
	margin: 5px 0 10px 0;
	}
	
A{
	color:#3b3703 !important;
	text-decoration:underline;
	}
	A:hover{
		text-decoration:none;
		}
UL{
	padding: 0;
	margin: 0 0 8px 0;
	width: 98%;
	list-style-type: none;
	position:relative;
	}
	 UL LI{
		margin: 4px 0 1px 0;
		padding: 2px 0 0 2%;
		width: 97%;
		background-image:url(/images/rosa/iconoListas.gif);
		background-position: 0 5px;
		background-repeat: no-repeat;
		}
		UL LI A{
			text-decoration: none;
			color: #6c6c6c;
			}
			#contenido UL LI A:hover{
				text-decoration: underline;
				}
		UL LI UL{
			margin: 0;
			width: 95%;
			list-style-type: none;
			position:relative;
			}
			UL LI UL LI{
				margin-top: 5px;
				padding: 0 0 0 4%;
				width: 95%;
				background-image:  url(../images/listaSec.gif);
				background-position: left;
				background-repeat: no-repeat;
				}

OL{
	width:90%;
	margin:0 0 10px 3%;
	padding:0 0 0 4%;
	line-height:18px;
	}

TABLE{
	width: 99%;
	margin: 10px 0 0 0;
	padding: 5px;
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid #AAAAAA;
	}
	TH{
		padding: 5px;
		border: 1px solid #AAAAAA;
		background: #EEEEEE;
		text-align: left;
		}
		TD{
			padding: 5px;
			border: 1px solid #AAAAAA;
			text-align: left;
			}	

P.destacado{
	clear:both;
	margin: 20px 0;
	padding:5px 2% 5px 2%;
	width: 100%;
	font-style:italic;
	text-align:justify;
	background-color:#d5d3bc;
	color:#000000;
	}
	#contenido P.destacado A{
		color:#000000;
		}