body {
  background-color: #5d356a;
  font-family: Tahoma;
  font-size: 13px;
  line-height: 20px;
  color: #352939;
  text-align: center;
  margin: 0 0 0 0px;
}
#contenido {
  width: 710px;
  background-color: White;
  text-align: left;
  margin: auto;
}
#menu {
  font-size: 11px;
  background-color: #352939;
  padding: 5px 15px 0 15px;
}
#menu a {
  color: White;
  font-weight: bold;
  text-decoration: none;
}
#menu a:hover {
  color: #bac41b;
}
#barra_busqueda {
  height: 26px;
  background-image: url(images/fondo_barra_busqueda.gif);
  color: White;
  font-size: 11px;
}
#barra_busqueda a{
  color: White;
  text-decoration: none;
}
#barra_busqueda a:hover{
  text-decoration: underline;
}
#lateral {
  border-right-color: #00CC33;
}
#cuerpo {
  padding: 30px 15px 30px 15px;
}
#pie {
	color: #CCCCCC;
}
.error {
	font-size: 10px;
	color: red;
	font-weight: bold;
}
.body_pico {
  width: 11px;
  height: 11px;
}
.body_lateral {
  width: 11px;
}
.body_barra_inferior {
  height: 11px;
}
.linea_puntos_menu {
  height: 1px;
  background-image: url(images/linea_puntos_menu.gif);
}
.campo_buscador {
  height: 12px;
  width: 100px;
  border: 1px solid Black;
  color: #9e9e9e;
  font-family: Tahoma;
  font-size: 11px;
}
.link1 {
	color: #5D356A;
	text-decoration: none;
}
.link1:hover {
	text-decoration: underline;
}

/** estilos para el html dinamico **/
.HTML_title{
 	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #352939;
}
.HTML_subtitle{
	font-family: Tahoma;
	font-size: 17px;
	font-weight: bold;
	color: #352939;
}
.HTML_11 {
 	font-family: Tahoma;
	font-size: 13px;
	color: #352939;
}
.HTML_12 {
  font-family: Tahoma;
	font-size: 14px;
	color: #352939;
}
.HTML_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B5B5B;
	text-decoration: none;
}
.HTML_link:hover{
	text-decoration: underline;
}