.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #21A0D2;
	background-image: url(../imagenes/f_titu.jpg);
	line-height: 2em;
	text-indent: 30px;
	background-repeat: no-repeat;
	background-position: 20px;
}
/*Códigos CSS para tablas*/
#datosprimarios th {
	background-color: #D3ECF6;
	font-size: 12px;
	color: #333333;
}
.texto_tabla {
	font-size: 11px;
	text-align: justify;
}

.hoja {
	text-align: center;
}
.subtitu {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 30px;
	padding-top: 10px;
}
#menu li {
	display: inline;
}
#menu a {
	color: #21A0D2;
	text-decoration: none;
	padding: 10px;
	background-image: url(../imagenes/flecha1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu a:link, #menu a:visited {
}
#menu a:hover, #menu a:active {
	background-image: url(../imagenes/flecha2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #666666;
}
#menu ul {
	margin: 0px;
	list-style-type: none;
	height: 20px;
	text-align: right;
}
#menu {
	text-align: right;
	padding-bottom: 20px;
}



#datosprimarios td {
	background-color: #FFFFFF;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	color: #F9C658;
	font-weight: bold;
	background-color: #FFFFCC;
	margin-right: auto;
	margin-left: auto;
}
.anchocelda {
	width: 400px;
}
#datosprimarios {
	width: 700px;
}
.subtitu {
	font-size: 13px;
	font-weight: bold;
	color: #005095;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/*menú acordeon*/
.accordion_child {
	background:#FFFFFF;
	padding: 1px;
}
.accordion_headings {
	padding:5px;
	background:#21A0D2;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	color: #FFFFFF;
}
.header_highlight {
	background-color: #E0A21D;
}
.texto-left {	font-size: 11px;
}
#basic-accordian {	padding:0px;
	width:100%;
	position:static;
	left:50%;
	top:50%;
	z-index:2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
/*fin menú acrodeon*/

