.repeticioninteriores {
	background-image: url(../imagenes/interiores/repeticion.jpg);
	background-repeat:  repeat-x;
	background-position: top;
}
.degradado {
	background-image: url(../imagenes/interiores/degradado.jpg);
	background-repeat:  repeat-x;
	background-position: bottom;
}
.titulosgrandes {
	font-family: Tahoma;
	font-size: 30px;
	color: #3F5314;
}
.lineassubmenu {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	color: #999999;
}
.titulos {
	font-family: Calibri;
	font-size: 24px;
	font-style: italic;
	color: #336600;
}
.repeticiontextos {
	background-image: url(../imagenes/interiores/repeticiontextos.jpg);
	background-repeat:  repeat-x;
	background-position: top;
}
.subtitulos {
	font-family: Calibri;
	font-size: 18px;
	font-style: italic;
	color: #336600;
}
.textos {
	font-family: Tahoma;
	font-size: 14px;
	color: #666666;
}
