#pregunteleMedicoContenido {
	text-align: center;
	margin: 0px 10px;
	padding: 0px 10px;
}
#tituloPAM {
	margin:0px;
	padding:10px 0px 0px;
	color:#66BA48;
	font: 1.3em;
}
#pregunteleMedicoContenido a {
	font-size: 1em;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
#pregunteleMedicoContenido a:hover {
	color: #666666;
}
#explicacion {
	font-size: 10px;
	color: #003366;
	font-weight: bold;
}
pre {
	width:500px;
	font-family:Geneva, Arial, Helvetica, sans-serif;	
}
.PAMContenidoMultinotas {
	margin: 5px;
}
.tablaPAM {
	width:90%;
	text-align:center;
	margin:10px auto;
	padding:1px;
	background-color:#FFF;
	table-layout:auto;
	border: 1px solid #66BA48;
}
.tablaPAM td {
	border-color:#66BA48;
	border-width:1px;
	border-style: solid;
	text-align: left;
	padding: 2px;
}
.tablaPAM td a {
	font-size: 10px;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
	background: #FFFFFF;
	text-align: center;
}
.tablaPAM thead {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #626FB3;
	text-align: center;
}
.tablaPAM thead th {
	text-align: center;
}
.tablaPAM thead th a {
	text-align: center;
	color: #FFFFFF;
	text-decoration:none;
}

.alertapregunta {
	background-color: #fff6bf;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 20px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}