/* CSS Document */
body {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Arial, Verdana;
}
h1 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 21px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
h2 {
	font-size: 18px;
	color: #000000;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	font-size: 16px;
	color: #000000;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	font-size: 14px;
	color: #000000;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
}
.boton {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(imagenes/cuadro_naranaja_boton.jpg);
	background-repeat:  repeat-x;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FF9900;
	background-position: center center;
}
.buscador {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	height: 20px;
	width: 129px;
	border: 1px solid #FF6600;
	margin: 0px;
	padding: 0px;
}

.tabla {
	border: 1px solid #FF9900;
}

.tabaalbum {
	background-color: #FF9900;
	border: 1px solid #FF9900;
}

