#contenedor {
	position: relative;
	text-align: left;
	padding: 0px;
	background: #fff;
}
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #414141;
	text-align: center;
}
h1 {
	text-align: center;
}
h1, h2, h3, h4 {
	color: #8D0E00;
}
h2 {
   border-bottom: solid #004848 2px;
	padding-bottom:4px;
	text-align: center;
}
h3 {
	border-bottom: solid #004848 1px;
	padding-bottom:4px;
}
h4 {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-bottom: dashed #004848 1px;
}
#columna {
	display: none;
}
#firma {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
#cuerpo {
	text-align: justify;
	width:100%;
	padding:0px !Important;
	margin:0px !Important;
}
#cuerpo form table {
	border: 0px;
	background-color: #FEFCFD;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#cuerpo a:link, #cuerpo a:visited, #cuerpo a:hover {
	text-decoration: underline;
	background: transparent url(subrayado.jpg) repeat-x 100% 100%;
	/*white-space:nowrap;*/
	padding-bottom:3px;
}
#cuerpo a:link, #cuerpo a:visited {
	color: #6666FF;
}
#cuerpo a:hover {
	color: #68100A;
}
#subir {
	visibility: hidden;
}
#estandares img {
	display: none;
}
.codigo {
	color: #B04C40;
	text-align: left;
	border: dashed #FFE0E0 1.5px;
	padding: 5px 5px 5px 5px;
}
h5 {
   text-decoration: underline;
}
#cuerpo li {
	list-style: square;
	padding-right: 28px; 
}
blockquote {
	font-style: italic;
}
.copyleft {
	width: 70%;
	margin: auto;
	font-weight: bold;
	color: #709898;
	text-align: center;
}
table {
	width: 100%;
	padding: 1px;
	text-align: justify;
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table td, table th {
	padding: 2px;
	border: solid #2A3939 1px;
}
table caption {
	display: none;
}
table th {
	text-align: center;
	background-color: #EEEEEE;
}
.imag-borde {
	border: solid #2A3939 1px;
}
.destacado {
	border: solid #2A3939 2px;
}
#left {
   text-align: left;
}
#cita {
	width: 70%;
	font-style: italic;
	text-align: justify;
	padding-left: 15%;
	padding-right: 15%;
}
/*strong:before, h4 a:before {
color: #BEBEBE;
content: url("blockquote.gif") " " attr(cite);
}*/
strong, h4 a, p {
margin-top: 10px;
margin-bottom: 10px;
}
/*strong:after, h4 a:after {
content: url("blockquotefin.gif");
}*/
pre {
font-size:1.2em;
}
.sol {
display:block !Important;
}
dt {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 20px;
	background-color: #FFF7FFS;
	border: 1px #CC0000 solid;
	padding: 10px;
}
dd {
	border-bottom: 1px #D0D0D0 solid;
	border-top: 1px #D0D0D0 solid;
	border-right: 1px #D0D0D0 solid;
	border-left: 1px #D0D0D0 solid;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left:0px;
	background-color: #FAF7F4;
	font-family: Tahoma, Verdana, Georgia;
}
#cabecera {
display:none;
}