/* CSS Document */

body {
	font-size: 12;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DCDCDC;
	margin-top: 8;
	margin-left: 8
}

a:link {
  color: #FF8040;
  text-decoration: none
}

a:visited {
  color: #FF8040;
  text-decoration: none
}

a:hover {
  color: #67B4B4;
  text-decoration: none
}

.tbody_menu {
	font-size: 15px; 
	font-weight: normal; 
	color: #67B4B4;
	text-align = center
}

.titulo_menu_pie {
	font-size: 12px; 
	font-weight: bold; 
	color: #000000
}

.contenido_menu_pie {
	font-size: 11px; 
	font-weight: normal;
	color: #67B4B4
}

.texto {
	font-size: 13px;
	
}

h5 {
	color: #99CC66;
	text-indent: 15
}

p {
	margin-left: 15;
}

li{
	list-style-type: square;
	margin-left: 15
}

ul{
	margin-left: 15
}
