body, html {
	margin: 0em;
	padding: 0em;
	background-color: #85ba37;
	background-image: url(../imagenes/fondo_web.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.oculto {
	position: absolute;
	left: -999em;
}
.sub {
	text-decoration: underline;
	/*font-weight:bold;*/
	font-size:1.1em;
}
.punteado {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
/*********************************/
sup {
	font-size: 0.6em;
}
p {
	margin: 0em;
	padding: 0em;
}
img {
	border:none;
}
form {
	margin: 0em;
	padding: 0em;
}
hr {
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
kbd {
	font-size: 1em;
	padding-right: 0.2em;
	padding-left: 0.2em;
	border: 3px outset #96A0AB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #EEEFF0;
}
object {
	margin-top: 1em;
	margin-bottom: 1em;
}
acronym:hover {
	cursor: help;
}
abbr:hover {
	cursor: help;
}
/*********************************/
.aling_centrado {
	text-align: center!important;
}
.aling_izquier{
	text-align: left!important;
}
.aling_derecha{
	text-align: right!important;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
div.flecha_subir {
	float: right;
	clear: both!important;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
	text-align: right;
}
/*************************************************/
#todo {
	border: 1px solid #383f46;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	overflow: hidden;
	margin-top: 0.5em;
	background-color: #FFFFFF;
	width: 93%;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	margin-bottom: 0.5em;
	position: relative;
}
#cuerpo {
	/*border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cdcfd1;*/
}

/***********************************************/

#texto {
	width: 100%;
	float: left;
	font-size: 1.15em;
}
#texto p {
	margin-bottom: 1em;
	
}
#texto ul {
	padding-bottom: 0.1em;
}
#texto ol li, #texto ul li {
	margin-bottom: 1em;
	margin-left: -0.5em;
}
#texto li ul {
	margin-top: 1em;
}
#texto ul li ul {
	margin-bottom: 3em;
}
#texto h5 {
	font-size: 1.1em;
}

#subir {
	clear: both;
	float: right;
	width: 90%;
	font-size: 0.8em;
	text-align: right;
	margin-top: 1.5em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	padding-right: 10%;
}
#subir a {
	color: #666666;
}

/**************** Imagenes y pie de foto *********************/
#imagenes {
	float: right;
	width: 23%;
	min-width:8em;
}
.img_derecha {
	float:right;
	clear: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-bottom: 1em;
	padding-left: 1em;
	margin-left: 1em;
	margin-top: 1em;
	display: inline;
	background-color: #FFFFFF;
}
.img_izquierda {
	float:left;
	clear: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-bottom: 1em;
	padding-right: 1em;
	margin-right: 1em;
	margin-top: 1em;
	display: inline;
	background-color: #FFFFFF;
}
.imagen_pie {
	float:right;
	clear: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-bottom: 1em;
	padding-left: 1em;
	margin-left: 1em;
	margin-top: 1em;
	font-size: 0.8em;
	color: #383f46;
	background-color: #F7F7F7;
	display: inline-table;
}
.piedefoto {
	display: table-row;
}
/* ********************** NAV ******************** */
#nav {
	display: block;
	font-size: 0.8em;
	color: #3C4147;
	font-weight: bold;
	float: left;
	margin-left: 2.5em;
	width: 80%;
	padding: 0.2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
#nav p {
	float: left;
	margin-right: 1em;
}
#nav ol {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
}
#nav a {
	color: #990000;
	padding-right: 1em;
	font-weight: normal;
	background-image: url(../imagenes/flecha_nav.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 0.2em;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3C4147;

}
#nav .ustedestaen {
	font-weight: normal;
	font-size: 0.95em;
	color: #999999;
}
/* *****************  LISTAS  ******************** */
#__________________________ {}
ul.bullet {
	list-style-image: url(../imagenes/bullet_logo.gif);
	list-style-type: none;
}
ul.bullet li {
	margin-bottom: 0.5em;
}
ul.lista-circulo li {
	list-style-image: none!important;
	list-style-type: circle!important;
}
/**** AZUL ****/
ul.bullet_azul {
	list-style-image: url(../imagenes/bullet_azul.gif);
	list-style-type: none;
}
ul.bullet_azul li{
	margin-bottom: 0.5em;
}
/***** VERDE OSC *****/
ul.bullet_verde_osc {
	list-style-image: url(../imagenes/bullet_verde_osc.gif);
	list-style-type: none;
}
ul.bullet_verde_osc li{
	margin-bottom: 0.5em;
}
/**** VERDE MED *****/
ul.bullet_verde_med {
	list-style-image: url(../imagenes/bullet_verde_med.gif);
	list-style-type: none;
}
ul.bullet_verde_med li{
	margin-bottom: 0.5em;
}
/***** VERDE CL *****/
ul.bullet_verde_cl {
	list-style-image: url(../imagenes/bullet_verde_cl.gif);
	list-style-type: none;
}
ul.bullet_verde_cl li{
	margin-bottom: 0.5em;
}
/**************** ENLACES ****************/
#texto a:link, a:visited {
	color: #990000;
	text-decoration: underline;
}
#texto a:hover {
	color: #CC0000;
	text-decoration: none;
}
/********************************/
.espacio_antes_3em {
	margin-top: 3em;
}
.espacio_despues_1em {
	margin-bottom: 1em;
}
.acrobat {
	text-align: center;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
	margin-bottom: 2em;
}