/* CSS Document */

body {
background-color: #B9D305;
}
.bg{
	background-image: url(imagenes/bg-fotografia.gif);
	background-repeat:  repeat-y;
	background-position: center top;
}
.titulo{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #635412;
	text-decoration: none;
}
.texto-gris{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464646;
	text-decoration: none;
}
.texto-verde{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B9D305;
	text-decoration: none;
}
.pastilla-marron {
background-color: #635412;
padding: 4px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
.bg-marron {
background-color: #635412;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.bg-marron:link, .bg-marron:visited {
background-color: #635412;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.bg-marron:hover {
background-color: #635412;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F5EECB;
	text-decoration: none;
	font-weight: bold;
}
.link-verde:link,.link-verde:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B9D305;
	text-decoration: none;
	font-weight: bold;
}
.link-verde:hover {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DCFA0E;
	font-weight: bold;
	text-decoration: none;
}
.link-marron:link,.link-marron:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #635412;
	text-decoration: none;
	font-weight: bold;
}
.link-marron:hover {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F5EECB;
	font-weight: bold;
	text-decoration: none;
}