@charset "utf-8";
body {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666666;
	background-image: url(images/body-bg-suave.jpg);
	margin: 30px;
}
#botonera a:link {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.textolink {
	color: #333333;
	text-decoration: none;
}
.titulos {
	font-weight: bold;
	font-size: 20px;
}
.destacado {
	font-weight: bold;
	color: #FF0000;
}
.lineaizquierda {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#botonera a:visited {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#botonera a:hover {
	text-transform: uppercase;
	text-decoration: none;
	color: #F8ED7A;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.fotos {
	border-radius: 10px;
}.subtitulos {
	font-size: 16px;
	font-weight: bold;
	color: #81B35C;
}
