div#cabInterior {
	background: #fff url('../i/cabecera.jpg');
	width: 760px;
	height: 105px;
	text-indent: -1000px;
}

div#contenidoWeb {
	background: #fff url('../i/fondo.jpg') top left repeat-y;
	margin: 0;
	padding: 0;
	width: 760px;
	text-decoration: none;					
}

div#menu {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;	
	color: #666;
	font-size: 11px;		
	text-align:left;
	width: 137px;
	float: left;
	text-decoration: none;
}

.menu1 {
	color: #666;
	height: 20px;
	line-height: 20px;
	width: 118px;
	margin-bottom: 8px;
	margin-top: 8px;	
	display: block;
	text-decoration: none;			
}
.menu1act {
	height: 20px;
	width: 118px;
	line-height: 20px;
	padding-left: 5px;
	margin-bottom: 8px;
	margin-top: 8px;	
	text-decoration: none;
	color: #FEFFE1;
	background: #000 url('../i/fondo_s.jpg') no-repeat;
	display:block;
}

.menu1 a:hover {
	height: 20px;
	text-decoration: none;
	color: #FEFFE1;
	background: #000 url('../i/fondo_s.jpg') no-repeat;
	display:block;
}
.menu1 a {
	height: 20px;
	padding-left: 5px;
	color: #FFA000;
	text-decoration: none;		
	display:block;			
}
	
/* ----------------------contenido-----------------------*/

div#contenidoMonografico {
	margin-left: 17em;	
	margin-right: 3em;
	font-family: Verdana, Arial, Futura, sans-serif;
	font-size: 8pt;
	color: #000;
}

.capitular {
	font-size: 20pt;
	color: #B22222;
	font-weight: bold;
	margin-right: 0.1em;
}

h1 {
	font-size: 12pt;
	font-style: italic;
	color: #B22222;
	font-weight: bold;
	border-bottom: 0.1em solid #B22222;
}

.cita {
	color: #99986A;
	text-align: right;
	font-style: italic;
}

.cita span {
	font-style: normal;
}

acronym {
	border-bottom: 1px dashed;
}

h2 {
	font-size: 10pt;
	color: #624200;
	font-weight: bold;
	border-bottom: 0.05em solid #624200;
	text-align: right;
}

/* ---------------------- formularios -----------------------*/

.CapaDatos {border: 1px solid #e0e0e0;margin-bottom: 1em;padding: 0 1em 0 1em;}

.CapaDatos label, .CapaDatos input, .CapaDatos span {
	display: block;
	float: left;
	margin-bottom: 10px;
}

.CapaDatos label, .CapaDatos span {
	text-align: right;
	width: 125px;
	padding-right: 20px;
}

.CapaDatos textarea {
	margin-left: 125px;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}
