#contenido h2 {
	font-size: 1.1em;
	color: #900;
	margin-bottom: 1em;
	font-weight: bold;
	margin-top: 1em;
}
#contenido h3 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
#contenido h4 {
	margin-top: 1em;
	margin-bottom: 0.2em;
	font-weight: bold;
}
#contenido p {
	margin-bottom: 1em;
}
#contenido ul {
	margin-left: 1.6em;
	margin-bottom: 0.5em;
	list-style-type: none;
}
#contenido ul li {
	margin-bottom: 0.2em;
	background-image: url(../imagenes/base/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	padding-left: 1.3em;
}
#contenido a {
	color: #900;
	text-decoration: underline;
}
/***********************************/
.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;
	font-size: 0.9em;
}
/***********************************/
iframe#TLRM30 {
	border: 1px dotted #E7CFA5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
/***********************************************/
#busqueda {
	height: 6em;
}
#busqueda .boton {
	color: #FFF;
	text-decoration: none;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	*padding-bottom: 0em!important; /* IE7 */
	*padding-bottom: 0.1em; /* IE6 */
	padding-left: 0.5em;
	margin-left: 1em;
	font-weight: bold;
	background-color: #4C3B20;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border: 1px solid #4C3B20;
	font-size: 0.9em;
}
#busqueda .boton:hover, #busqueda .boton:focus {
	color: #4C3B20;
	background-color: #FAFBEC;
	text-decoration: none;
	border: 1px solid #4C3B20;
}
#busqueda #f_etiqueta {
	margin-left: 2em;
	margin-right: 1em;
	width: 20em;
	margin-top: 0.5em;
}
#busqueda input {
	border: 1px solid #999;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 2px;
}
#busqueda select {
	border: 1px solid #999;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.sinlista {
	list-style:none!important;
}

ul.inline li {
	display:inline;
	background-image:none!important;
}

